MrDraw/src/octoprint/printer
Gina Häußge 7ab3eabe0f Support for shared nozzle setups
Support multi-extruder setups that share a single nozzle and heater,
like the E3D Cyclops, Diamon hotend or probably the upcoming Prusa Mk2
multi-extruder upgrade.

The Control tab will still allow tool switching and extruding for
the configured extruders, the Temperature tab will only display
one hotend temperature though.

Printer profiles have been extended by a new option
extruder.sharedNozzle that defaults to False. Extruder offsets are
not displayed in the profile editor if that setting is checked and
reset to (0,0).
2017-01-26 13:33:42 +01:00
..
__init__.py from __future__ import absolute_import, division, print_function 2016-07-15 00:16:58 -07:00
estimation.py from __future__ import absolute_import, division, print_function 2016-07-15 00:16:58 -07:00
profile.py Support for shared nozzle setups 2017-01-26 13:33:42 +01:00
standard.py Do not eat 0% progress 2017-01-11 17:57:45 +01:00