mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
parent
978cd4952c
commit
9bc5615485
333 changed files with 999 additions and 666 deletions
|
@ -894,8 +894,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue