Notifications
Clear all
Add custom Macro if Filamentretract is set!
Hello @all,
i will add an custom Macro in my Start-gcode. The macro does check if the filament_retract_length is valid and write an M207 macro with the valid Value. My startingpoint is this Macro
{if filament_retract_length != nil}M207 S{filament_retract_length, retract_length} Z[retract_lift] F900{endif}
Posted : 29/12/2019 3:51 pm
Topic starter
answered:
RE: Add custom Macro if Filamentretract is set!
I used in my Marlin FWRETRACT
Posted : 29/12/2019 4:07 pm