Foam Cutter by rcKeith (#751)

MarlinFirmware/Marlin#24325
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
DerAndere 2022-06-18 10:52:57 +02:00 committed by GitHub
parent c27da0bf6a
commit 54984aa564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
312 changed files with 9811 additions and 9 deletions

View file

@ -865,6 +865,13 @@
#define POLAR_SEGMENTS_PER_SECOND 5
#endif
// Articulated robot (arm). Joints are directly mapped to axes with no kinematics.
//#define ARTICULATED_ROBOT_ARM
// For a hot wire cutter with parallel horizontal axes (X, I) where the heights of the two wire
// ends are controlled by parallel axes (Y, J). Joints are directly mapped to axes (no kinematics).
//#define FOAMCUTTER_XYUV
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================