M302 is not a known GCODE for Klipper.
You basically have two options:
- Set respective limits:
min_temp=-273.15 min_extrude_temp=-273.15 max_temp=99999999
- Wire a thermistor and simply let it measure room temperature and set appropriate limits.
For the other error see Move out of range: X Y Z [E]
Most likely due to a mixup between G90
/ G91
. I’d recommend to work with G90
and always give coordinates as absolute in relation to your 0/0 origin.
G91
is incremental / relative, this means always moves from your current position and as such easily creates such errors. In your case most likely the Y axis with a commanded target of -49