diff --git a/extras/AFC.py b/extras/AFC.py index 65305de..41bff41 100644 --- a/extras/AFC.py +++ b/extras/AFC.py @@ -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) diff --git a/extras/AFC_BoxTurtle.py b/extras/AFC_BoxTurtle.py index 5c74baa..c0451b7 100644 --- a/extras/AFC_BoxTurtle.py +++ b/extras/AFC_BoxTurtle.py @@ -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):