cura: dual extrusion improvements
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 16 Aug 2016 21:19:47 +0000 (17:19 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 16 Aug 2016 21:19:47 +0000 (17:19 -0400)
commit44572aa77be589c8cae907d59946947e7aafcb83
tree177a664bd9f45b0e6035234a900e500e60e598c9
parent2d3019ff8781b6c9b6c6f24e04a080dd325921c9
cura: dual extrusion improvements

Plugin is even more fit for human consumption, but the code is growing
less and less fit (global variables, static gcode, the agony)

 * Disable fan when reheating. Keeping the fan on the corner of the
   priming tower made it detach from my bed and reheating is a little
   faster without it off.

 * Restore behavior of not reheating during a very short layer. If
   layers end up short for both hotends, ooze returned and the effect of
   the plugin was negated.

 * Only hop z on the first layer to prevent a blob from forming at the
   edge of the priming tower.
cura/dual_temp_lower.py