0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-15 08:40:24 +00:00

Polargraph plotter

MarlinFirmware/Marlin#22790
This commit is contained in:
Scott Lahteine 2021-09-19 21:19:05 -05:00
parent c7c1e96281
commit 84aa5fe349
259 changed files with 8991 additions and 0 deletions

View file

@ -759,6 +759,13 @@
// Enable for a belt style printer with endless "Z" motion
//#define BELTPRINTER
// Enable for Polargraph Kinematics
//#define POLARGRAPH
#if ENABLED(POLARGRAPH)
#define POLARGRAPH_MAX_BELT_LEN 1035.0
#define POLAR_SEGMENTS_PER_SECOND 5
#endif
//===========================================================================
//============================== Endstop Settings ===========================
//===========================================================================