Enable pressure advance, tune Z, tune E steps
This commit is contained in:
parent
2773198f50
commit
7b6037d91a
5
config.g
5
config.g
|
@ -18,7 +18,7 @@ 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
|
||||
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
|
||||
|
||||
M92 X160.00 Y160.00 Z1600.00 E833.32 ; set steps per mm
|
||||
M92 X160.00 Y160.00 Z1600.00 E820 ; set steps per mm
|
||||
M566 X400.00 Y400.00 Z6.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
|
||||
M203 X10800.00 Y10800.00 Z1000.00 E1600.00 ; set maximum speeds (mm/min)
|
||||
M201 X3000.00 Y3000.00 Z100.00 E3600.00 ; set accelerations (mm/s^2)
|
||||
|
@ -40,7 +40,7 @@ M558 P9 C"^io7.in" H3 F500 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
|
||||
;; Start with something like 0.5
|
||||
;; Documentation available: https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
|
||||
G31 P500 X-28 Y-13 Z2.235 ; set Z probe trigger value, offset and trigger height
|
||||
G31 P500 X-28 Y-13 Z2.225 ; set Z probe trigger value, offset and trigger height
|
||||
;;
|
||||
M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5 ; define positions of Z leadscrews or bed levelling screws
|
||||
M557 X25:475 Y25:475 P10 ; define 10x10 mesh grid
|
||||
|
@ -82,4 +82,5 @@ M575 P1 S1 B57600 ; enable support for PanelDue
|
|||
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
|
||||
M404 N1.75 D0.4 ; Filament width and nozzle diameter
|
||||
M572 D0 S0.10 ; Pressure Advance
|
||||
T0 ; Define default tool
|
||||
|
|
Loading…
Reference in New Issue
Block a user