From 64e83ead74a61fb832faeb36bc4d75ac8d3df50c Mon Sep 17 00:00:00 2001 From: odaki Date: Wed, 16 Oct 2019 23:03:50 +0900 Subject: [PATCH] suppress warning about unused variable in polar_coaster.cpp --- Grbl_Esp32/polar_coaster.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Grbl_Esp32/polar_coaster.cpp b/Grbl_Esp32/polar_coaster.cpp index c0a6426d..2b1c0ab9 100644 --- a/Grbl_Esp32/polar_coaster.cpp +++ b/Grbl_Esp32/polar_coaster.cpp @@ -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