Open CCS86 opened 4 years ago
Yeah, I think that breaks pythons string format function since it's something that is between {} brackets. I'm not sure if there is an easy workaround for that.
Preprocessing maybe? Doing the replacement manually? We already have something like that in place to get it working when you request the setting value for a particular extruder, using {material_print_temperature, 1}
or something.
Not standard g-code this, though.
Hi guys,
I recently added some conditional gcode to my start gcode, and it is breaking cura's ability to populate these temp variables.
Here is my complete start gcode block:
But this line specifically seems to completely stop it from filling any of the temps in:
if {heat.heaters[1].current < 170} ; Check for hotend temp
Is there a way to work around this?
Thanks!