From: Clinton Ebadi Date: Sun, 14 Aug 2016 22:04:32 +0000 (-0400) Subject: cura: properly working dual extrusion plugin X-Git-Url: http://git.hcoop.net/clinton/3d-models.git/commitdiff_plain/2d3019ff8781b6c9b6c6f24e04a080dd325921c9?ds=inline;hp=2d3019ff8781b6c9b6c6f24e04a080dd325921c9 cura: properly working dual extrusion plugin No longer relies on custom gcode to function and is mostly safe for human consumption. * Injects M109 commands before unspooling a newly activated hotend to ensure printing temperature is hit. This will occur over the priming tower if it is enabled and eliminates oozing over the print. * Unconditionally cools inactive hotend even if the estimated layer time is less than the preheat time. The hotend instead reheats once the active hotend is up to temperature, preventing some ooze and potential heat creep at the expense of some print time. * The extruder can be raised by a configurable amount while waiting for the active extruder to fully reheat after tool change. ---