General improvements, E steps, currents, Z probe offset
This commit is contained in:
parent
65fb7e50e0
commit
73e398c2fd
6
config.g
6
config.g
|
@ -18,11 +18,11 @@ M569 P0.5 S0 D3 H50 V50 ; physical drive 0.5 goes backwar
|
||||||
M584 X0.3 Y0.4 Z0.0:0.1:0.2 E0.5 ; set drive mapping
|
M584 X0.3 Y0.4 Z0.0:0.1:0.2 E0.5 ; set drive mapping
|
||||||
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
|
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
|
||||||
|
|
||||||
M92 X160.00 Y160.00 Z1600.00 E830 ; set steps per mm
|
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 X1500 Y1500 Z1500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
|
M906 X1600 Y1600 Z1600 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
|
||||||
|
@ -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.210 ; set Z probe trigger value, offset and trigger height
|
G31 P500 X-28 Y-13 Z2.360 ; 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user