Planner singleton class
This commit is contained in:
parent
5076d12344
commit
96f51f400f
10 changed files with 587 additions and 499 deletions
|
|
@ -283,6 +283,12 @@ extern float sw_endstop_max[3]; // axis[n].sw_endstop_max
|
|||
extern bool axis_known_position[3]; // axis[n].is_known
|
||||
extern bool axis_homed[3]; // axis[n].is_homed
|
||||
|
||||
// GCode support for external objects
|
||||
extern bool code_seen(char);
|
||||
extern float code_value();
|
||||
extern long code_value_long();
|
||||
extern int16_t code_value_short();
|
||||
|
||||
#if ENABLED(DELTA)
|
||||
#ifndef DELTA_RADIUS_TRIM_TOWER_1
|
||||
#define DELTA_RADIUS_TRIM_TOWER_1 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue