Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
void gcode_M203() {
|
||||
|
||||
GET_TARGET_EXTRUDER(203);
|
||||
GET_TARGET_EXTRUDER();
|
||||
|
||||
LOOP_XYZE(i)
|
||||
if (parser.seen(axis_codes[i])) {
|
||||
|
||||
Reference in New Issue
Block a user