Skip to content

Commit

Permalink
Removing trailing )
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjon711 committed Dec 14, 2024
1 parent 2e208d2 commit fe55856
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 @@ -1010,7 +1010,7 @@ def get_status(self, eventtime):
else:
str["system"]["extruders"][EXTRUDE]['tool_end_sensor'] = None
str["system"]["extruders"][EXTRUDE]['buffer'] = CUR_EXTRUDER.buffer_name
str["system"]["extruders"][EXTRUDE]['buffer_status'] = CUR_EXTRUDER.buffer_status())
str["system"]["extruders"][EXTRUDE]['buffer_status'] = CUR_EXTRUDER.buffer_status()
return str

def is_homed(self):
Expand Down

0 comments on commit fe55856

Please sign in to comment.