Skip to content

Instantly share code, notes, and snippets.

@jvmops
Last active August 17, 2022 22:59
Show Gist options
  • Save jvmops/b90985acee8154b823f70e39a7423619 to your computer and use it in GitHub Desktop.
Save jvmops/b90985acee8154b823f70e39a7423619 to your computer and use it in GitHub Desktop.

PID autotune (gcode)

  • run pid autotune for bed (65): M303 E-1 C5 S55 U1
  • run pid autotune for hotend (225): M303 E0 C8 S210 U1
  • M503 - check result in Eeprom
  • M500 - save

Prusa slicer

  • prusa doesn't allow for a flow change for first layer - in order to achieve that add following M221 command to the extruder's layer change custom gcode
;BEFORE_LAYER_CHANGE
G92 E0
M221 S{if layer_num==0}100{else}96{endif}
;{layer_z}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment