Not sure what is wrong, I just want to document this issue.
Machine seems to revert to a predetermined Z-height no matter where I zero it to initially. It is also not adhering to my CAM heights (traverse height) As it basically decides to traverse at zero.
Let’s say I move to the top of the Z travel, zero all, then start my job.
The machine travels to about -55-60mm.
Same story when I start at the low travel, it moves up to an unwanted position.
I set the WCS in Fusion360 to match Gsender.
I set my z-zero with the Autozero touchplate, but have since tested with the Z-zero button on Gsender. Both methods results in the same unwanted movement.
You choose a post processor when you generate your gcode. What post processor are you choosing?
When you post process, there is an option for “safe retracts”… What is yours set to?
Changed safe retract to the clearance height set in the toolpath. I have that height set to 10mm above the stock height.
This does stop the z-axis rezeroing behaviour, but it not affect the tool path.
In this case, neither. Whoever wrote the post processor.
My post processor is linked in that other thread. It should take care of the issue.
Gcode is pretty simple, essentially just XYZ motions with a few other commands splattered in.
Post processors take the CAM program’s generated toolpaths and translate them into gcode for your machine. Fusion post processors are written in JavaScript, but none of it is all that well documented.