5 hours ago, bcsteeve said:my best guess is that G1 physically moves the nozzle to 0.75 and then G92 tells the machine that it is at 0.9. Following that, the next G1 has the machine move to what it THINKS is 0.3, but is in fact 0.15.
This is correct, as explained here:
https://github.com/fieldOfView/Cura-ZOffsetPlugin
If this approach (which is fast and efficient since it only needs to add a couple of lines to the beginning of the G-code file) does not work for your or your firmware, then there is the "Extensive processing" option that actually goes through the whole G-code file and changes all the Z values.
Recommended Posts
bcsteeve 1
If I'm to assume that it is correct and not being ignored, then I my best guess is that G1 physically moves the nozzle to 0.75 and then G92 tells the machine that it is at 0.9. Following that, the next G1 has the machine move to what it THINKS is 0.3, but is in fact 0.15.
If I have that right, is the .9 figure arbitrary?
Link to post
Share on other sites
bcsteeve 1
Hmm, I just tried again but with -0.25 instead of -0.15 and I swear it made no difference.
Link to post
Share on other sites