Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
weemantella authored Oct 22, 2024
1 parent 3e6c1aa commit 9b64d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/AFC.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def get_status(self, eventtime):
str["system"]['num_units'] = len(self.lanes)
str["system"]['num_lanes'] = numoflanes
return str

def is_homed(self):
curtime = self.reactor.monotonic()
kin_status = self.toolhead.get_kinematics().get_status(curtime)
Expand Down

0 comments on commit 9b64d7b

Please sign in to comment.