UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
How does the z offset plugin relate to the z home offset in the eeprom.
It doesn't. The plugin effectively changes the z-coordinates in the gcode, without knowing anything about how the firmware handles these z-coordinates. So if the firmware somehow adds an offset, the two offsets will both affect the physical height.
On 4/17/2019 at 12:04 AM, jens3 said:
The z offset plugin seems to be limited to +- 0.2 mm. Is there a reason for this tight limit ? Can I do something to expand the range in my version ?
The z offset is limited to the negative of the Initial Layer height. Putting a lower value in there would result in negative coordinates for the z axis, which at best would be caught by the firmware and result in an error during printing, and at worst would lead to the nozzle being pushed into the build plate, damaging the printer.
For more information about how the plugin works, see the readme:
Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements. Check out the rest of this article to find out the details on all of that and more
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
Recommended Posts
ahoeben 2,011
It doesn't. The plugin effectively changes the z-coordinates in the gcode, without knowing anything about how the firmware handles these z-coordinates. So if the firmware somehow adds an offset, the two offsets will both affect the physical height.
The z offset is limited to the negative of the Initial Layer height. Putting a lower value in there would result in negative coordinates for the z axis, which at best would be caught by the firmware and result in an error during printing, and at worst would lead to the nozzle being pushed into the build plate, damaging the printer.
For more information about how the plugin works, see the readme:
https://github.com/fieldOfView/Cura-ZOffsetPlugin/blob/3.5/README.md
Link to post
Share on other sites