Skip to content

Instantly share code, notes, and snippets.

@pyjamasam
Created October 17, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyjamasam/37562e794d3011fd357e4f8cd98879d8 to your computer and use it in GitHub Desktop.
Save pyjamasam/37562e794d3011fd357e4f8cd98879d8 to your computer and use it in GitHub Desktop.
Current M503 output
SENDING:M503
; config override present: /sd/config-override
;Steps per unit:
M92 X200.00000 Y200.00000 Z200.00000
;Acceleration mm/sec^2:
M204 S3500.00000
;X- Junction Deviation, Z- Z junction deviation, S - Minimum Planner speed mm/sec:
M205 X0.05000 Z-1.00000 S0.00000
;Max cartesian feedrates in mm/sec:
M203 X500.00000 Y500.00000 Z500.00000
;Max actuator feedrates in mm/sec:
M203.1 X500.00000 Y500.00000 Z500.00000
;Optional arm solution specific settings:
M665 L186.7800 R102.2584
;WCS settings
G54
;Digipot Motor currents:
M907 X1.00000 Y1.00000 Z1.00000 E1.00000
;Home offset (mm):
M206 X0.00 Y0.00 Z0.00
;Trim (mm):
M666 X-0.031 Y-1.052 Z-2.241
;Max Z
M665 Z266.250
;E Steps per mm:
M92 E370.0000 P57988
;E Filament diameter:
M200 D1.7300 P57988
;E retract length, feedrate:
M207 S0.0000 F0.0000 Z0.0000 Q0.0000 P57988
;E retract recover length, feedrate:
M208 S0.0000 F0.0000 P57988
M204 E500.0000 P57988
;E max feed rate mm/sec:
M203 E118.0000 P57988
;PID settings:
M301 S0 P37.1808 I2.8114 D122.9289 X255.0000 Y255
;Max temperature setting:
M143 S0 P235.0000
;PID settings:
M301 S1 P10.0000 I0.3000 D200.0000 X255.0000 Y255
;Max temperature setting:
M143 S1 P70.0000
;Probe feedrates Slow/fast(K)/Return (mm/sec) max_z (mm) height (mm):
M670 S10.00 K100.00 R50.00 Z264.00 H10.00
;Probe offsets:
M565 X0.00000 Y0.00000 Z0.00000
;Load saved grid
M375
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment