Added M92 commands
Added M92 commands in those config.g files that didn't already have them
This commit is contained in:
parent
818e14f984
commit
7f6693bf64
4 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@ M569 P4 S1 ; Drive 4 goes forwards
|
|||
; If you use an endstop switch for Z homing, change Z0 to Z1 in the following line, and see also M558 command later in this file
|
||||
M574 X1 Y1 Z0 S1 ; set endstop configuration (X and Y and endstops only, at low end, active high)
|
||||
M667 S1 ; set CoreXY mode
|
||||
M92 X80 Y80 Z4000 ; Set axis steps/mm
|
||||
M906 X800 Y800 Z800 E800 ; Set motor currents (mA)
|
||||
M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2)
|
||||
M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
|
||||
|
|
|
@ -14,6 +14,7 @@ M83 ; ...but relative extruder moves
|
|||
M574 X0 Y1 Z0 S1 ; set endstop configuration (Y endstop only, at low end, active high)
|
||||
M569 P0 S1 ; Reverse the X motor
|
||||
M569 P3 S0 ; Don't reverse the extruder motor
|
||||
M92 X87.4890 Y87.4890 Z4000 ; Set axis steps/mm
|
||||
M906 X600 Y600 Z600 E600 ; Set motor currents (mA)
|
||||
M305 P0 T100000 R4700 ; bed thermistor is 100K with 4K7 series resistor
|
||||
M305 P1 R4700 ; first nozzle thermistor has 4K7 series resistor
|
||||
|
|
|
@ -14,6 +14,7 @@ G21 ; Work in millimetres
|
|||
G90 ; Send absolute coordinates...
|
||||
M83 ; ...but relative extruder moves
|
||||
M574 X0 Y2 Z0 S1 ; set endstop configuration (Y endstop only, at high end, active high)
|
||||
M92 X87.4890 Y87.4890 Z4000 ; Set axis steps/mm
|
||||
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
|
||||
M563 P0 D0 H1 ; Define tool 0
|
||||
G10 P0 S0 R0 ; Set tool 1 operating and standby temperatures
|
||||
|
|
|
@ -14,6 +14,7 @@ G21 ; Work in millimetres
|
|||
G90 ; Send absolute coordinates...
|
||||
M83 ; ...but relative extruder moves
|
||||
M574 X0 Y1 Z0 S1 ; set endstop configuration (Y endstop only, at low end, active high)
|
||||
M92 X87.4890 Y87.4890 Z4000 ; Set axis steps/mm
|
||||
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
|
||||
M563 P0 D0 H1 ; Define tool 0
|
||||
G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
|
||||
|
|
Reference in a new issue