Add Markforged kinematics

This commit is contained in:
Scott Lahteine 2020-09-08 17:08:32 -05:00
parent 4fad2b26c1
commit 393e608f59
198 changed files with 396 additions and 198 deletions

View file

@ -623,7 +623,7 @@
// @section machine
// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
// Enable one of the options below for CoreXY, CoreXZ, or CoreYZ kinematics,
// either in the usual order or reversed
//#define COREXY
//#define COREXZ
@ -631,6 +631,7 @@
//#define COREYX
//#define COREZX
//#define COREZY
//#define MARKFORGED_XY // MarkForged. See https://reprap.org/forum/read.php?152,504042
//===========================================================================
//============================== Endstop Settings ===========================