✨ MarkForged YX kinematics (#23163)
This commit is contained in:
committed by
Scott Lahteine
parent
018c7b1cf4
commit
0e60c8b7e0
@ -162,7 +162,8 @@ void GcodeSuite::M360() {
|
||||
TERN_(DELTA, "Delta")
|
||||
TERN_(IS_SCARA, "SCARA")
|
||||
TERN_(IS_CORE, "Core")
|
||||
TERN_(MARKFORGED_XY, "MarkForged")
|
||||
TERN_(MARKFORGED_XY, "MarkForgedXY")
|
||||
TERN_(MARKFORGED_YX, "MarkForgedYX")
|
||||
TERN_(IS_CARTESIAN, "Cartesian")
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user