Auto load weight map after homing Z
This commit is contained in:
parent
79a7ec747c
commit
dc6db04ebc
3
config.g
3
config.g
|
@ -40,7 +40,7 @@ M558 P9 C"^io7.in" H3 F250 T12000 ; set Z probe type to bltouch
|
||||||
;; Pay special attention to the values bellow on G31, the Z value needs to be validated for your printer
|
;; Pay special attention to the values bellow on G31, the Z value needs to be validated for your printer
|
||||||
;; Start with something like 0.5
|
;; Start with something like 0.5
|
||||||
;; Documentation available: https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
|
;; Documentation available: https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
|
||||||
G31 P500 X-28 Y-13 Z2.205 ; set Z probe trigger value, offset and trigger height
|
G31 P500 X-28 Y-13 Z2.210 ; set Z probe trigger value, offset and trigger height
|
||||||
;;
|
;;
|
||||||
M671 X506.5:250:-2.5 Y0:508.5:0 S6 ; define positions of Z leadscrews or bed levelling screws
|
M671 X506.5:250:-2.5 Y0:508.5:0 S6 ; define positions of Z leadscrews or bed levelling screws
|
||||||
|
|
||||||
|
@ -89,4 +89,3 @@ M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set tension thresholds and
|
||||||
M404 N1.75 D0.4 ; Filament width and nozzle diameter
|
M404 N1.75 D0.4 ; Filament width and nozzle diameter
|
||||||
M572 D0 S0.10 ; Pressure Advance
|
M572 D0 S0.10 ; Pressure Advance
|
||||||
T0 ; Define default tool
|
T0 ; Define default tool
|
||||||
G29 S1 ; Load saved height map
|
|
||||||
|
|
|
@ -26,3 +26,4 @@ G1 Z5 F100 ; lift Z relative to current position
|
||||||
G90 ; absolute positioning
|
G90 ; absolute positioning
|
||||||
G1 X15 Y-15 F10000
|
G1 X15 Y-15 F10000
|
||||||
|
|
||||||
|
G29 S1 P"heightmap.csv" ; load weightmap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user