Tune stepper parameters, noise reduction 1st try
This commit is contained in:
parent
703d1d8328
commit
879e7a590a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
*.uf2
|
*.uf2
|
||||||
dwc-settings.json
|
dwc-settings.json
|
||||||
heightmap.csv
|
heightmap.csv
|
||||||
|
config-override.g
|
||||||
|
|
12
config.g
12
config.g
|
@ -9,12 +9,12 @@ M550 P"vcore3" ; set printer name fqdn: vcor
|
||||||
M669 K1 ; select CoreXY mode
|
M669 K1 ; select CoreXY mode
|
||||||
|
|
||||||
; Drives
|
; Drives
|
||||||
M569 P0.0 S0 D3 ; physical drive 0.0 goes backwards
|
M569 P0.0 S0 D3 H50 V50 ; physical drive 0.0 goes backwards
|
||||||
M569 P0.1 S0 D3 ; physical drive 0.1 goes backwards
|
M569 P0.1 S0 D3 H50 V50 ; physical drive 0.1 goes backwards
|
||||||
M569 P0.2 S0 D3 ; physical drive 0.2 goes backwards
|
M569 P0.2 S0 D3 H50 V50 ; physical drive 0.2 goes backwards
|
||||||
M569 P0.3 S1 D3 ; physical drive 0.3 goes forwards
|
M569 P0.3 S1 D3 H50 V50 ; physical drive 0.3 goes forwards
|
||||||
M569 P0.4 S1 D3 ; physical drive 0.4 goes forwards
|
M569 P0.4 S1 D3 H50 V50 ; physical drive 0.4 goes forwards
|
||||||
M569 P0.5 S0 D3 ; physical drive 0.5 goes backwards
|
M569 P0.5 S0 D3 H50 V50 ; physical drive 0.5 goes backwards
|
||||||
M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5 ; set drive mapping
|
M584 X0.4 Y0.3 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user