From 0e84036b5a29acc77ce6e56790056601d5b224ee Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 8 Jun 2021 17:59:23 +0100 Subject: [PATCH] Update E steps config after calibration, update readme --- README.md | 3 ++- config.g | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f3eb61..5bd3b78 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,14 @@ Thermal probes in use: - Setup filament sensor - 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) - - Preheat (all) - - PID tuning Bed && HotEnd - - Preheat PLA / ASA / PETG - - Musical Tunes - - Diagnostics/Disallow unhomed moves +- - Diagnostics/E steps calibration ## 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). diff --git a/config.g b/config.g index bd066d2..c52350b 100644 --- a/config.g +++ b/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 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) 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)