Update E steps config after calibration, update readme
This commit is contained in:
parent
1c82956e54
commit
0e84036b5a
|
@ -110,13 +110,14 @@ Thermal probes in use:
|
||||||
- Setup filament sensor
|
- Setup filament sensor
|
||||||
- Add printing tracking camera
|
- Add printing tracking camera
|
||||||
|
|
||||||
- All macros are untested until stated otherwise, list of tested macros:
|
- All macros are untested until stated otherwise (cloned from duet repos), list of tested macros:
|
||||||
- - Lighting (all)
|
- - Lighting (all)
|
||||||
- - Preheat (all)
|
- - Preheat (all)
|
||||||
- - PID tuning Bed && HotEnd
|
- - PID tuning Bed && HotEnd
|
||||||
- - Preheat PLA / ASA / PETG
|
- - Preheat PLA / ASA / PETG
|
||||||
- - Musical Tunes
|
- - Musical Tunes
|
||||||
- - Diagnostics/Disallow unhomed moves
|
- - Diagnostics/Disallow unhomed moves
|
||||||
|
- - Diagnostics/E steps calibration
|
||||||
|
|
||||||
## Electronics backplate
|
## Electronics backplate
|
||||||
I've also set a exectronics backplate (to be a cut of alluminium or polycarbonate up to 4mm), you may find it in [thingiverse.com](https://www.thingiverse.com/thing:4792093).
|
I've also set a exectronics backplate (to be a cut of alluminium or polycarbonate up to 4mm), you may find it in [thingiverse.com](https://www.thingiverse.com/thing:4792093).
|
||||||
|
|
2
config.g
2
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
|
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 E873.08 ; set steps per mm
|
M92 X160.00 Y160.00 Z1600.00 E794.43 ; set steps per mm
|
||||||
M566 X400.00 Y400.00 Z6.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
|
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)
|
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)
|
M201 X3000.00 Y3000.00 Z100.00 E3600.00 ; set accelerations (mm/s^2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user