POLARGRAPH / PEN_UP_DOWN_MENU (#25303)

Co-authored-by: Dan Royer <1464454+i-make-robots@users.noreply.github.com>
This commit is contained in:
Dan Royer
2023-01-30 22:12:03 -08:00
committed by GitHub
parent 5446968a58
commit 738f0a10f5
4 changed files with 14 additions and 2 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