This commit is contained in:
Peter Boin 2017-07-07 02:41:39 +10:00
parent e913c5a4ba
commit 3d849667f5

View File

@ -618,7 +618,7 @@ class GCodePlaneSelect(GCode):
exec_order = 150
class GCodeSelectZYPlane(GCodePlaneSelect):
class GCodeSelectXYPlane(GCodePlaneSelect):
"""G17: select XY plane (default)"""
word_key = Word('G', 17)