Skip to content

Commit

Permalink
Update AFC.py
Browse files Browse the repository at this point in the history
Add config_bowden_length to store length for mux command
  • Loading branch information
weemantella authored Oct 13, 2024
1 parent 03ca61b commit 88d4389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AFC.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(self, config):
self.tool_stn = config.getfloat("tool_stn", 120)
self.tool_stn_unload = config.getfloat("tool_stn_unload", self.tool_stn)
self.afc_bowden_length = config.getfloat("afc_bowden_length", 900)
self.config_bowden_length = self.afc_bowden_length

# MOVE SETTINGS
self.tool_sensor_after_extruder = config.getfloat("tool_sensor_after_extruder", 0)
Expand Down

0 comments on commit 88d4389

Please sign in to comment.