MARKFORGED_INVERSE

MarlinFirmware/Marlin#26516
This commit is contained in:
Scott Lahteine 2023-12-13 01:21:20 -06:00
parent 463363dbaa
commit aeac179db2
354 changed files with 3186 additions and 354 deletions

View file

@ -903,8 +903,16 @@
//#define COREYX
//#define COREZX
//#define COREZY
//#define MARKFORGED_XY // MarkForged. See https://reprap.org/forum/read.php?152,504042
//
// MarkForged Kinematics
// See https://reprap.org/forum/read.php?152,504042
//
//#define MARKFORGED_XY
//#define MARKFORGED_YX
#if ANY(MARKFORGED_XY, MARKFORGED_YX)
//#define MARKFORGED_INVERSE // Enable for an inverted Markforged kinematics belt path
#endif
// Enable for a belt style printer with endless "Z" motion
//#define BELTPRINTER