Skip to content

Instantly share code, notes, and snippets.

@fnxpt
Last active July 9, 2019 16:33
Show Gist options
  • Save fnxpt/c71160dc9afb495c114b837d916dae69 to your computer and use it in GitHub Desktop.
Save fnxpt/c71160dc9afb495c114b837d916dae69 to your computer and use it in GitHub Desktop.
#3dprinter
:Change extruder flow
M92 E###.#
;Save settings
M500
;Show settings
M503
;?
M83
;Extrude 100mm
G1 E100 F100
;Adjust Nozzle offset
M851 Z-#.##
;Enable/Disable Software endpoints
M211 S[0/1]
;Move Z to 0
G1 Z0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment