Auto level - Prints about 10mm above bed.
Hi,
I've been struggling to get auto-leveling to work.
I'm using a BLTouch sensor.
The sensor is working fine and I can do a G29, and a G32 S2 with no problems at all.
However, when I start printing, it tries to print a few centimetres above the bed.
This is my start code...
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G32 S2 ;
G28 X0 Y0 ;move X/Y to min endstops
T0 ;
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...
Any idea what is going wrong?
Thanks,
Simon.
Comments