Move Accelleromenter config to the end of the config file

The accelormeter is not always connected thus and error is produced, I prefer
to have the error after all configs are loaded.
This commit is contained in:
pedro 2023-04-02 21:22:17 +01:00
parent afe26f9ee5
commit 7f3e535160

View File

@ -74,6 +74,14 @@ G10 P0 R0 S0 ; set initial tool 0 active a
; Filament sensor - Duet3D laser filament monitor
M591 D0 P5 C"io3.in" R30:125 E5.0 S1 ; Duet3D laser sensor for extruder drive 0, connected to endstop input 4 (E0), tolerance 30 to 125%, 5mm comparison length, enabled filament monitoring
; Miscellaneous
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
; Accelerometer - LIS3HD
;; More info: https://duet3d.dozuki.com/Wiki/Accelerometers
;; More info: regarding sensor orientation: https://www.dropbox.com/s/hu2w5mk57l4zqpg/Accelerometer%20Orientation.pdf
@ -83,10 +91,4 @@ M593 P"ei3" F38 ; use P "shaper" input shaping to cancel ringing at center
;M593 P"none" ; disable input shaping
;M593 P"custom" H0.4:0.7 T0.0135:0.0135 ; use custom input shaping
; Miscellaneous
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