Tune bed probing after nozzle change
This commit is contained in:
parent
73e398c2fd
commit
5bad296a0e
2
bed.g
2
bed.g
@ -6,7 +6,7 @@
|
|||||||
M561 ; clear any bed transform
|
M561 ; clear any bed transform
|
||||||
|
|
||||||
G30 P0 X20 Y20 Z-99999 ; probe near a leadscrew
|
G30 P0 X20 Y20 Z-99999 ; probe near a leadscrew
|
||||||
G30 P1 X250 Y480 Z-99999 ; probe near a leadscrew
|
G30 P1 X252.5 Y480 Z-99999 ; probe near a leadscrew
|
||||||
G30 P2 X480 Y20 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors
|
G30 P2 X480 Y20 Z-99999 S3 ; probe near a leadscrew and calibrate 3 motors
|
||||||
|
|
||||||
M280 P0 S160 ; clear and reset BL touch
|
M280 P0 S160 ; clear and reset BL touch
|
||||||
|
10
config.g
10
config.g
@ -22,7 +22,7 @@ M92 X160.00 Y160.00 Z1600.00 E835 ; set steps per mm
|
|||||||
M566 X400.00 Y400.00 Z6.00 E120.00 P1 ; set maximum instantaneous speed changes (mm/min)
|
M566 X400.00 Y400.00 Z6.00 E120.00 P1 ; set maximum instantaneous speed changes (mm/min)
|
||||||
M203 X10800.00 Y10800.00 Z1000.00 E3600.00 ; set maximum speeds (mm/min)
|
M203 X10800.00 Y10800.00 Z1000.00 E3600.00 ; set maximum speeds (mm/min)
|
||||||
M201 X3000.00 Y3000.00 Z3000.00 E3600.00 ; set accelerations (mm/s^2)
|
M201 X3000.00 Y3000.00 Z3000.00 E3600.00 ; set accelerations (mm/s^2)
|
||||||
M906 X1600 Y1600 Z1600 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
|
M906 X1500 Y1500 Z1000 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
|
||||||
M84 S30 ; Set idle timeout
|
M84 S30 ; Set idle timeout
|
||||||
|
|
||||||
; Axis Limits
|
; Axis Limits
|
||||||
@ -36,15 +36,15 @@ M574 Y2 S1 P"io1.in" ; configure active-high endst
|
|||||||
|
|
||||||
; Z-Probe
|
; Z-Probe
|
||||||
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
|
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch
|
||||||
M558 P9 C"^io7.in" H3 F250 T12000 ; set Z probe type to bltouch and the dive height + speeds
|
M558 P9 C"^io7.in" H3 F250 T12000 A3 ; set Z probe type to bltouch and the dive height + speeds, run probing 3x
|
||||||
;; 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.360 ; set Z probe trigger value, offset and trigger height
|
G31 P500 X-27.5 Y-13 Z2.05 ; 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
|
||||||
|
|
||||||
M557 X15:465 Y15:465 P15 ; define 15x15 mesh grid
|
M557 X50:450 Y50:450 P12 ; define 12x12 mesh grid
|
||||||
|
|
||||||
; Heaters
|
; Heaters
|
||||||
;; BED
|
;; BED
|
||||||
@ -87,5 +87,5 @@ M575 P1 S1 B57600 ; enable support for PanelDue
|
|||||||
M501 ; load saved parameters from non-volatile memory
|
M501 ; load saved parameters from non-volatile memory
|
||||||
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set tension thresholds and actions to run on power loss
|
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set tension thresholds and actions to run on power loss
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user