Skip to content

Instantly share code, notes, and snippets.

@wess
Created July 10, 2019 13:35
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 wess/954b0dbd094856c805f997db2c8705bc to your computer and use it in GitHub Desktop.
Save wess/954b0dbd094856c805f997db2c8705bc to your computer and use it in GitHub Desktop.
Calibrate E-Steps
How to Calibrate E-Steps (can be added to firmware)
M503 ; See current steps
M83 ; Set extruder to relative mode
M109 S240 ; Warm up the nozzle to 240C for PETG. Use 200 for PLA.
G1 E100 F100 ; Extrude 100mm at 100mm/min. In my case, only 89mm extruded and my current settings at the time was the default 93. 100 (desired) / 89 (actual) * 93 (current) = 104.49
M92 E104.49 ; Set steps to 104.49mm / 100mm
M500 ; Save settings to EEPROM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment