Changing the way self.current string gets printed out so that None prints out correctly. Before if current was None it would error out
PREP function
Changed tool to tool_start in error message
Added pause boolean to AFC_Error and only set to false in PREP just in case some people have moves in their pause macro as this will fail since homing probably has not occurred yet.
Merging in changes from main branch
Other changes found while testing:
CHANGE_TOOL function
Changing the way self.current string gets printed out so that None prints out correctly. Before if current was None it would error out
PREP function