Created
September 27, 2022 18:06
-
-
Save rootiest/957ea9f02b8e5f121908d101989a0be7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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