Skip to content

Instantly share code, notes, and snippets.

@rootiest
Created September 27, 2022 18:06
Show Gist options
  • Save rootiest/957ea9f02b8e5f121908d101989a0be7 to your computer and use it in GitHub Desktop.
Save rootiest/957ea9f02b8e5f121908d101989a0be7 to your computer and use it in GitHub Desktop.
[delayed_gcode wake_extruder]
initial_duration: 5
gcode:
{% set driver_config = printer.configfile.settings['tmc2209 extruder'] %}
{% set RUN_CUR = driver_config.run_current %}
SET_TMC_CURRENT STEPPER=extruder CURRENT={RUN_CUR}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment