mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-21 05:41:50 +02:00
suppress warning about unused variable in polar_coaster.cpp
This commit is contained in:
@@ -87,7 +87,6 @@ void inverse_kinematics(float *target, plan_line_data_t *pl_data, float *positio
|
||||
float p_dx, p_dy, p_dz; // distances in each polar axis
|
||||
|
||||
float dist, polar_dist; // the distances in both systems...used to determine feed rate
|
||||
float new_feedrate; //
|
||||
|
||||
uint32_t segment_count; // number of segments the move will be broken in to.
|
||||
float seg_target[N_AXIS]; // The target of the current segment
|
||||
|
Reference in New Issue
Block a user