🎨 Misc cleanup and fixes
This commit is contained in:
committed by
Scott Lahteine
parent
50355f4607
commit
abbe3f0dc7
@@ -226,7 +226,7 @@ public:
|
||||
|
||||
// Seen any axis parameter
|
||||
static inline bool seen_axis() {
|
||||
return seen_test('X') || seen_test('Y') || seen_test('Z') || seen_test('E');
|
||||
return seen("XYZE");
|
||||
}
|
||||
|
||||
#if ENABLED(GCODE_QUOTED_STRINGS)
|
||||
|
||||
Reference in New Issue
Block a user