Настройки для командной строки Кура: различия между версиями

Материал из Wiki.4DQ
Перейти к навигации Перейти к поиску
(Новая страница: «Hi, i have written a python program cura-engine-wrapper.py that reads the slicing parameters from Cura machine and quality/material profiles and calls CuraEngine…»)
 
(нет различий)

Текущая версия на 04:12, 16 мая 2022

Hi,

i have written a python program cura-engine-wrapper.py that reads the slicing parameters from Cura machine and quality/material profiles and calls CuraEngine with them to slice a model (stl file).

You can overwrite specific profile parameters on the command line and there are some additional use cases like listing available Cura containers/profiles or dumping the parameters of a given profile.

You can find it here: http://github.com/ErwinRieger/ddprint/tree/master/scripts.

More information here: http://ibrieger.de/cura-engine-wrapperpy-helper-to-call-curaengine-from-command-line.html.