ProcessGCode icon indicating copy to clipboard operation
ProcessGCode copied to clipboard

[Feature request] temperature ladder

Open lacklustrlabs opened this issue 7 years ago • 1 comments

I wanted to use a Customizable Temp Calibration Tower. Cura has a TweakAtZ feature that works, but the problem is that TweakAtZ settings are not saved.

So instead I hacked your code to do something similar: process_g_code.py -i i.gcode --temperatureladder "3:200,13:202,23:204,33:206,43:208,Zn:Tn" -o o.gcode

~~The hack requires that a temperature is 'injected' at each layer before the temp ladder is applied:~~ process_g_code.py -i i.gcode --inject t200.gcode zheight 3 -o o.gcode

The code is still a bit rough around the edges (was a long time since I did anything python)

Question is, is this something you want to include (and fixup proper) in the repository?

lacklustrlabs avatar Jan 31 '18 10:01 lacklustrlabs

@lacklustrlabs sorry but how do i use this python code to edit the gcode? i am looking for similar plugin/script/app for getting current line of gcode which is being printed

amrithmmh avatar Apr 03 '18 09:04 amrithmmh