1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-22 06:03:20 +02:00

suppress warning about unused variable in polar_coaster.cpp

This commit is contained in:
odaki
2019-10-16 23:03:50 +09:00
parent 526cd4ba93
commit 64e83ead74

View File

@@ -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 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 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. 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 float seg_target[N_AXIS]; // The target of the current segment