How to fix layer shift caused by jerk of the print bed? September 23, 2016 09:21PM |
Registered: 10 years ago Posts: 189 |
;// Z probe and compensation definition M558 P4 X0 Y0 Z0 H4.2 ; Set Z probe type and dive height G31 X0 Y0 Z-0.3 P200 ; Set the zprobe height and threshold (put your own values here)
Re: How to fix layer shift caused by jerk of the print bed? September 24, 2016 01:08AM |
Registered: 9 years ago Posts: 301 |
Re: How to fix layer shift caused by jerk of the print bed? September 25, 2016 10:13AM |
Registered: 10 years ago Posts: 189 |
;// Z probe and compensation definition M558 P4 X0 Y0 Z0 H4 ; Set Z probe type and dive height ; G31 X0 Y0 Z-0.3 P200 ; Set the zprobe height and threshold (put your own values here) G31 X0 Y0 Z-0.1 P1000 ; Set the zprobe height and threshold (put your own values here)