Skip to content

Commit

Permalink
Merge pull request LinuxCNC#2835 from zz912/patch-24
Browse files Browse the repository at this point in the history
Gmoccapy.py - LOG.debug text bug
  • Loading branch information
hansu authored Jan 6, 2024
2 parents f49bda3 + c87b87c commit 1cd6dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emc/usr_intf/gmoccapy/gmoccapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ def _change_dro_color(self, property, color):
# self.diameter_mode = True

def _update_toolinfo(self, tool):
LOG.debug("Tool is now %s".format(tool))
LOG.debug("Tool is now {0}".format(tool))
if "G43" in self.active_gcodes:
LOG.debug("G43 is active")
else:
Expand Down

0 comments on commit 1cd6dad

Please sign in to comment.