Skip to content

Commit

Permalink
Fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjon711 committed Dec 5, 2024
1 parent cc5442f commit d8717bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/AFC.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, config):
# Get debug and cast to boolean
#self.debug = True == config.get('debug', 0)
self.debug = False

def _update_trsync(self, config):
# Logic to update trsync values
update_trsync = config.getboolean("trsync_update", False)
Expand Down
2 changes: 1 addition & 1 deletion extras/AFC_BoxTurtle.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def system_Test(self, UNIT, LANE, delay):
CUR_LANE.do_enable(False)
self.AFC.gcode.respond_info( '{lane_name} tool cmd: {tcmd:3} {msg}'.format(lane_name=CUR_LANE.name.upper(), tcmd=CUR_LANE.map, msg=msg))
CUR_LANE.set_afc_prep_done()

return succeeded

def load_config(config):
Expand Down

0 comments on commit d8717bf

Please sign in to comment.