Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When saving the z offset from the UI, it attempts to apply new offset using the incorrect gcode command.
In this case my printer has both a z endstop and a probe. The probe is not used to home z instead the nozzle is on the z endstop.
In this scenario the new offset should be applied to the endstop and not probe.
Code:
fluidd/src/components/widgets/toolhead/ZHeightAdjust.vue
Lines 105 to 120 in 0cf6c87
Fluidd should issue the correct gcode command to set the new z offset.
Z_OFFSET_APPLY_PROBE
Z_OFFSET_APPLY_ENDSTOP
More details were discussed in discord. They can be found here. https://discord.com/channels/762863525818662974/771936287300911185/947836576480759828
The text was updated successfully, but these errors were encountered:
pedrolamas
Successfully merging a pull request may close this issue.
What happened
When saving the z offset from the UI, it attempts to apply new offset using the incorrect gcode command.
In this case my printer has both a z endstop and a probe. The probe is not used to home z instead the nozzle is on the z endstop.
In this scenario the new offset should be applied to the endstop and not probe.
Code:
fluidd/src/components/widgets/toolhead/ZHeightAdjust.vue
Lines 105 to 120 in 0cf6c87
What did you expect to happen
Fluidd should issue the correct gcode command to set the new z offset.
How to reproduce
Z_OFFSET_APPLY_PROBEinstead ofZ_OFFSET_APPLY_ENDSTOPAdditional information
More details were discussed in discord. They can be found here.
https://discord.com/channels/762863525818662974/771936287300911185/947836576480759828
The text was updated successfully, but these errors were encountered: