Sometimes I need to do this in my INITIAL GCODE SCRIPT:
M140 S[bed0_temperature - 10]
But it does not work
horst.w wrote:M 140 is not waiting to reach the temperature, is that your problem?
RepRap GCode Cheat Sheet
M140 Degrees[S] Set heated bed temperature to S (not waiting) M140 S55
Regards
horst.w, GER
I want to run some GCODES when my bed temperature is 5C degrees BEFORE the final bed tempeerature. For example, if I want to get my bed to 90C I want to run some codes at 85C. If I could use arithmetic it would be great.wirlybird wrote:As far as I have seen the answer is no.
What are you trying to achieve?