Go to the source code of this file.
◆ BLOCK_BUFFER_SIZE
| #define BLOCK_BUFFER_SIZE 16 |
◆ PL_COND_ACCESSORY_MASK
◆ PL_COND_FLAG_COOLANT_FLOOD
| #define PL_COND_FLAG_COOLANT_FLOOD bit(6) |
◆ PL_COND_FLAG_COOLANT_MIST
| #define PL_COND_FLAG_COOLANT_MIST bit(7) |
◆ PL_COND_FLAG_INVERSE_TIME
| #define PL_COND_FLAG_INVERSE_TIME bit(3) |
◆ PL_COND_FLAG_NO_FEED_OVERRIDE
| #define PL_COND_FLAG_NO_FEED_OVERRIDE bit(2) |
◆ PL_COND_FLAG_RAPID_MOTION
| #define PL_COND_FLAG_RAPID_MOTION bit(0) |
◆ PL_COND_FLAG_SPINDLE_CCW
| #define PL_COND_FLAG_SPINDLE_CCW bit(5) |
◆ PL_COND_FLAG_SPINDLE_CW
| #define PL_COND_FLAG_SPINDLE_CW bit(4) |
◆ PL_COND_FLAG_SYSTEM_MOTION
| #define PL_COND_FLAG_SYSTEM_MOTION bit(1) |
◆ PL_COND_MOTION_MASK
◆ PL_COND_SPINDLE_MASK
◆ PLAN_EMPTY_BLOCK
| #define PLAN_EMPTY_BLOCK false |
◆ PLAN_OK
◆ plan_buffer_line()
◆ plan_check_full_buffer()
| uint8_t plan_check_full_buffer |
( |
| ) |
|
◆ plan_compute_profile_nominal_speed()
| float plan_compute_profile_nominal_speed |
( |
plan_block_t * |
block | ) |
|
◆ plan_cycle_reinitialize()
| void plan_cycle_reinitialize |
( |
| ) |
|
◆ plan_discard_current_block()
| void plan_discard_current_block |
( |
| ) |
|
◆ plan_get_block_buffer_available()
| uint8_t plan_get_block_buffer_available |
( |
| ) |
|
◆ plan_get_block_buffer_count()
| uint8_t plan_get_block_buffer_count |
( |
| ) |
|
◆ plan_get_current_block()
◆ plan_get_exec_block_exit_speed_sqr()
| float plan_get_exec_block_exit_speed_sqr |
( |
| ) |
|
◆ plan_get_planner_mpos()
| void plan_get_planner_mpos |
( |
float * |
target | ) |
|
◆ plan_get_system_motion_block()
◆ plan_next_block_index()
| uint8_t plan_next_block_index |
( |
uint8_t |
block_index | ) |
|
◆ plan_reset()
◆ plan_reset_buffer()
| void plan_reset_buffer |
( |
| ) |
|
◆ plan_sync_position()
| void plan_sync_position |
( |
| ) |
|
◆ plan_update_velocity_profile_parameters()
| void plan_update_velocity_profile_parameters |
( |
| ) |
|