Cura/plugins/CuraEngineBackend
Ghostkeeper 1717281d2b
Always provide extruder_nr for all models
Even if you only have one extruder in your printer. This is more consistent, and probably also faster because executing one set-addition in Python is probably still slower than sending those 20 extra bytes over the socket and parsing them in C++...

Contributes to issue CURA-4410.
2018-09-27 11:20:24 +02:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
Cura.proto CURA-4526 Delete LayerView plugin because it will be replaced with the 2017-11-21 10:47:29 +01:00
CuraEngineBackend.py Merge branch 'master' into refactor_singleton_settingsbase 2018-09-13 11:52:13 +02:00
plugin.json Increase plugin API version to 5 2018-08-27 13:59:00 +02:00
ProcessGCodeJob.py WIP: Refactor BuildPlateModel and split MultiBuildPlateModel 2018-02-17 22:24:05 +01:00
ProcessSlicedLayersJob.py Switch incorrect usage of getMachineExtruders to getActiveExtruderStacks 2018-09-07 16:27:56 +02:00
StartSliceJob.py Always provide extruder_nr for all models 2018-09-27 11:20:24 +02:00