Variables used in custom gcode in the scripts tab should be replaced with the appropriate value. For example:
Code: Select all
M140 S[bed_temperature]
Code: Select all
M140 S45
Variables are not substituted and are left in the generated gcode file. This results in the heaters not being set to the correct temperatures.
Variables worked fine in the previous version, this issue is new to 2.1.0.
Did the variable names change?
Separately, would it be possible to get a complete list of all variables Simplify will recognize in custom gcode?