Trying to get the start script for a print to run, and I have the following set, to account for one of those 19mm thick z probes:
G90
G92 X0 Y0 ; Set Current position to 0 on the X and Y axes.
G38.2 Z0 ; Probe down to touchplate
G92 Z19 ; Set new Z position to thickness of touchplate
G1 Z4 F900 ; Lift off touchplate
M0 Remove probe ; Pause and wait for touchplate removal
My problem here, is that when it executes the G92 Z19, the gantry is moving down 19mm., not setting the Z axis to 19mm above the workpiece.
This is in the SKR Pro running the touchscreen.
I’ve also noticed that the M0 messages never display the message, all I get is a message box that pops up and says “Paused”, and can hit okay to close the popup box, and then its back to waiting for me to hit resume.
Damn, yep, that would be it. Was thinking in terms of relative positioning, not absolute. Did a cut and paste from the milling basics section of the V1 site for the starting code, but didn’t think about where each move was going to put the bit.
I have a question about adding gcode to my files. Can I edit the estlcam gcode output to put this in every time I do a job? Right now I am just sending G92 X0 Y0 Z0 to my skr pro using the touchscreen which is kind of cumbersome.
I do have a touchplate (not currently wired up) but this would make my workflow incredibly simple…