mirror of
https://github.com/grblHAL/core.git
synced 2026-09-27 19:13:58 +08:00
Workaround for POS (Power on self-test) failure messages(s) not output on "native" USB connect.
Fixed handling of NVS buffer allocation, size was not increased as expected when physical NVS is capable of holding more than 2 Kbytes. This could lead to POS failure or plugins not initializing when a large tool table is configured.
This commit is contained in:
@@ -170,6 +170,9 @@ plan_block_t *plan_get_system_motion_block (void);
|
||||
// Gets the current block. Returns NULL if buffer empty
|
||||
plan_block_t *plan_get_current_block (void);
|
||||
|
||||
// Gets last added block. Returns NULL if buffer empty
|
||||
plan_block_t *plan_get_recent_block (void);
|
||||
|
||||
// Called by step segment buffer when computing executing block velocity profile.
|
||||
float plan_get_exec_block_exit_speed_sqr (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user