How to home to a level below the z limit switch?
Posted: Wed Dec 30, 2015 10:21 pm
I have an actuator on my printer that flips the z home switch down using the x axis movement. The nozzle is about 7mm lower than the trip point of the z home switch. I've tried a bunch of script commands in simplify 3D to try to set the z offset 7.9 mm below the position where the home switch tripped. Any ideas what I'm doing wrong? Bold lines are the ones I tried that didn't do anything.
G1 Z10.0 F11520; raise Z
G90; set to absolute motion
G28 X0 Y0; home X and Y axes
G1 X290 F11520; go to probe deployment position
G1 X300 F300; go to probe deployment position
G1 X150 F11520; go near center of bed
G1 Y130 F1100; go near center of bed
G28 Z0; Home Z axes
M851 Z-7.9; set z offset to account for difference between limit switch and true nozzle z offset
G1 Z10.0 F240; raise probe off bed
G1 X14 F11520; go to probe retract position
G1 X0.5 F350; retract probe
G1 X150 F11111; move away from limit switch
This didn't work... M851 Z-7.9; set z offset to account for difference between limit switch and true nozzle z offset
This didn't work... G92 Z7.9; set z-home to current position-7.9mm
This didn't work... G90 Z-7.9; relative move z axis -7.9 mm
This didn't work... G10 P2 Z-7.9; offset z home position to account for 7.9 MM probe offset
This didn't work... M206 Z7.9; offset z home position to account for 7.9 MM probe offset
G1 Z10.0 F11520; raise Z
G90; set to absolute motion
G28 X0 Y0; home X and Y axes
G1 X290 F11520; go to probe deployment position
G1 X300 F300; go to probe deployment position
G1 X150 F11520; go near center of bed
G1 Y130 F1100; go near center of bed
G28 Z0; Home Z axes
M851 Z-7.9; set z offset to account for difference between limit switch and true nozzle z offset
G1 Z10.0 F240; raise probe off bed
G1 X14 F11520; go to probe retract position
G1 X0.5 F350; retract probe
G1 X150 F11111; move away from limit switch
This didn't work... M851 Z-7.9; set z offset to account for difference between limit switch and true nozzle z offset
This didn't work... G92 Z7.9; set z-home to current position-7.9mm
This didn't work... G90 Z-7.9; relative move z axis -7.9 mm
This didn't work... G10 P2 Z-7.9; offset z home position to account for 7.9 MM probe offset
This didn't work... M206 Z7.9; offset z home position to account for 7.9 MM probe offset