mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 11:11:57 +08:00
Made PLANNER_POOL_SIZE adjustable int he hardware files, and bumped it to 96 for the gquintic
This commit is contained in:
@@ -126,6 +126,8 @@ using Motate::OutputPin;
|
||||
|
||||
#define MIN_SEGMENT_MS ((float)0.125) // S70 can handle much much smaller segements
|
||||
|
||||
#define PLANNER_BUFFER_POOL_SIZE (96)
|
||||
|
||||
/**** Motate Definitions ****/
|
||||
|
||||
// Timer definitions. See stepper.h and other headers for setup
|
||||
|
||||
@@ -244,7 +244,9 @@ typedef enum {
|
||||
|
||||
/*** Most of these factors are the result of a lot of tweaking. Change with caution.***/
|
||||
|
||||
#ifndef PLANNER_BUFFER_POOL_SIZE
|
||||
#define PLANNER_BUFFER_POOL_SIZE (48) // Suggest 12 min. Limit is 255
|
||||
#endif
|
||||
#define PLANNER_BUFFER_HEADROOM (4) // Buffers to reserve in planner before processing new input line
|
||||
#define JERK_MULTIPLIER ((float)1000000) // DO NOT CHANGE - must always be 1 million
|
||||
|
||||
|
||||
Reference in New Issue
Block a user