Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pygcode/gcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
# Modal Groups:
# Only one mode of each modal group can be active. That is to say, a
# modal g-code can only change the sate of a previously set mode if
# modal g-code can only change the state of a previously set mode if
# they're in the same group.
# For example:
# G20 (mm), and G21 (inches) are in group 6
Expand Down