POLARGRAPH / PEN_UP_DOWN_MENU

MarlinFirmware/Marlin#25303
This commit is contained in:
Scott Lahteine 2023-01-30 23:22:25 -06:00
parent 978cd4952c
commit 9bc5615485
333 changed files with 999 additions and 666 deletions

View file

@ -878,8 +878,9 @@
// Enable for Polargraph Kinematics
//#define POLARGRAPH
#if ENABLED(POLARGRAPH)
#define POLARGRAPH_MAX_BELT_LEN 1035.0
#define DEFAULT_SEGMENTS_PER_SECOND 5
#define POLARGRAPH_MAX_BELT_LEN 1035.0 // (mm) Belt length at full extension. Override with M665 H.
#define DEFAULT_SEGMENTS_PER_SECOND 5 // Move segmentation based on duration
#define PEN_UP_DOWN_MENU // Add "Pen Up" and "Pen Down" to the MarlinUI menu
#endif
// @section delta