Thread Rating:
  • 2 Vote(s) - 5 Average
Z Axis Height Calibration
#50
Either I am over simplifying things, or this thread is being way over complicated. I will test this afternoon to find out. From what I see, the machine has a spring in the z axis to prevent damage to the LCD screen should a part become dislodged and get mashed under the build plate. When pressing the autolevel button, the machine uses the auto limit optical switch to move to the zero position according to the optical sensor and then you lock the build plate. My understanding is the problem is that depending on the mounting of the optical sensor, the z axis can be off by a small amount and the spring already slightly compressed resulting a a few initial layers all printing in the same space until the spring tension runs out.

This thread details the solution as unlocking the set z=o parameter and then manually adjusting the variance each time you level the bed and resetting the z(home position). Why would you want to do this each time when you can just set this statically in steps in the configuration?

Example: I already printed a 20mm cube on my printer because i noticed detail parts were off a little. My cube is 19mm. you can see a bit of squish on the bottom too. Instead of doing this every time can you not just put this directly into the gcode configuration via parameter M8083 and M8084? This is what you are configuring already, but doing it each time, it is not static.

and plug that into parameter M8084 ( as negative(-) to move the build platform up 1 mm at print start):

;; ¡¾Z limit point and zero limit difference, the value is usually positive value¡¿

M8084 Z-1  ; If you want to set the offset in the configuration, please remove the semicolon in front of the line command, and you can also automatically configure the offset by setting Z              ;to zero on the int


I'll test another cube today, but if i am understanding these parameters correctly, you machine is now calibrated and all you have to do is level like normal each time and print. Am I missing something?

EDIT: This is the correct way to change the calibration and works PERFECTLY---however I have the sign on the z access wrong. The printer prints in -Z access so the correct Z access offset should be -1 for 1mm. I have adjusted it above to avoid confusion. Looks like the setting is in fact in mm. Just tested and confirmed by pressing print and measuring the starting point with a caliper with the resin vat set aside. Values updated above. In summary, the leveling routine always uses the 0 position read from the sensor, but parameter M8084 tells it to start the print job with the build plate moved  relative to the mechanical 0 position. (-) is up!!, This gives you back your layers that were missing (squashed) at the base.. This is similar to the method described above, except we are just putting the setting statically into the configuration using parameter M8084.

Proof is in the pictures. All I did was measure the first cube, put the difference (-.87) into the machine definition(M8084), install the definition and reprint the cube.

[Image: jVoNASG.jpg]
Reply


Messages In This Thread
Z Axis Height Calibration - by admin - 10-16-2019, 11:56 AM
RE: Z Axis Height Calibration - by CPatrick - 10-17-2019, 04:46 AM
RE: Z Axis Height Calibration - by admin - 10-17-2019, 11:18 AM
RE: Z Axis Height Calibration - by oeildefaucon - 11-02-2019, 03:06 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 11-02-2019, 10:33 AM
RE: Z Axis Height Calibration - by oeildefaucon - 11-03-2019, 04:12 AM
RE: Z Axis Height Calibration - by marsman - 10-17-2019, 03:16 PM
RE: Z Axis Height Calibration - by admin - 10-17-2019, 03:52 PM
RE: Z Axis Height Calibration - by admin - 10-18-2019, 08:08 AM
RE: Z Axis Height Calibration - by Woodvaper - 10-18-2019, 10:57 AM
RE: Z Axis Height Calibration - by CPatrick - 10-20-2019, 08:02 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 10-20-2019, 10:56 AM
RE: Z Axis Height Calibration - by admin - 10-20-2019, 10:57 AM
RE: Z Axis Height Calibration - by mckeemorology - 10-21-2019, 07:48 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 10-21-2019, 09:45 AM
RE: Z Axis Height Calibration - by SpaceDandy - 11-14-2019, 10:12 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 11-14-2019, 10:33 AM
RE: Z Axis Height Calibration - by admin - 10-21-2019, 09:59 AM
RE: Z Achsenhöhenkalibrierung - by oeildefaucon - 10-29-2019, 01:00 PM
RE: Z Axis Height Calibration - by tbdad - 10-25-2019, 09:46 PM
RE: Z Axis Height Calibration - by admin - 10-26-2019, 12:18 AM
RE: Z Axis Height Calibration - by tbdad - 10-26-2019, 07:10 PM
RE: Z Axis Height Calibration - by PolymerChecker - 10-26-2019, 05:18 AM
RE: Z Axis Height Calibration - by admin - 10-26-2019, 02:19 PM
RE: Z Axis Height Calibration - by Marc_H - 10-26-2019, 08:41 AM
RE: Z Axis Height Calibration - by Marc_H - 10-26-2019, 10:21 AM
RE: Z Axis Height Calibration - by PolymerChecker - 10-26-2019, 04:16 PM
RE: Z Axis Height Calibration - by admin - 10-26-2019, 09:22 PM
RE: Z Axis Height Calibration - by tbdad - 10-27-2019, 01:41 AM
RE: Z Axis Height Calibration - by twoheadedboy - 11-01-2019, 02:19 PM
RE: Z Axis Height Calibration - by OscarW - 11-03-2019, 04:15 AM
RE: Z Axis Height Calibration - by oeildefaucon - 11-03-2019, 06:25 AM
RE: Z Axis Height Calibration - by OscarW - 11-03-2019, 08:10 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 11-03-2019, 10:33 AM
RE: Z Axis Height Calibration - by OscarW - 11-04-2019, 11:27 AM
RE: Z Axis Height Calibration - by bennymcl - 11-07-2019, 08:14 PM
RE: Z Axis Height Calibration - by PolkCountyMike - 11-08-2019, 07:19 AM
RE: Z Axis Height Calibration - by bennymcl - 11-08-2019, 07:50 AM
RE: Z Axis Height Calibration - by PolkCountyMike - 11-09-2019, 08:21 AM
RE: Z Axis Height Calibration - by admin - 11-12-2019, 01:58 AM
RE: Z Axis Height Calibration - by fotolub - 11-12-2019, 06:10 PM
RE: Z Axis Height Calibration - by admin - 11-12-2019, 10:31 PM
RE: Z Axis Height Calibration - by admin - 11-14-2019, 01:52 PM
RE: Z Axis Height Calibration - by SpaceDandy - 11-15-2019, 07:25 AM
RE: Z Axis Height Calibration - by admin - 11-15-2019, 11:19 AM
RE: Z Axis Height Calibration - by Snassek - 11-20-2019, 06:01 PM
RE: Z Axis Height Calibration - by usergoo - 12-02-2019, 08:40 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 12-02-2019, 10:51 AM
RE: Z Axis Height Calibration - by usergoo - 12-02-2019, 11:48 AM
RE: Z Axis Height Calibration - by Blackbird2016 - 12-03-2019, 12:21 AM
RE: Z Axis Height Calibration - by usergoo - 12-03-2019, 09:54 AM
RE: Z Axis Height Calibration - by geg81 - 01-18-2020, 10:14 AM
RE: Z Axis Height Calibration - by SnyggJohan - 01-19-2020, 02:04 AM
RE: Z Axis Height Calibration - by admin - 01-19-2020, 03:35 AM
RE: Z Axis Height Calibration - by tbuske - 02-20-2020, 03:52 PM
RE: Z Axis Height Calibration - by Michael - 02-29-2020, 12:48 AM
RE: Z Axis Height Calibration - by zace66 - 05-16-2020, 02:17 AM
RE: Z Axis Height Calibration - by marketmaster - 05-28-2020, 12:58 PM
RE: Z Axis Height Calibration - by Kirk444 - 03-19-2021, 06:58 PM
RE: Z Axis Height Calibration - by Dominic Ko - 10-17-2021, 10:30 PM
RE: Z Axis Height Calibration - by Aingree - 11-30-2021, 08:37 PM
RE: Z Axis Height Calibration - by rfresh737 - 05-21-2022, 03:10 PM
RE: Z Axis Height Calibration - by hmida01 - 12-04-2022, 05:25 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)