From 3a07aabe7ff34a9474016b0bf309554358b3b753 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Sat, 16 Nov 2024 17:33:45 -1000 Subject: [PATCH] Update GCode.h Removed commented-out line --- FluidNC/src/GCode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/FluidNC/src/GCode.h b/FluidNC/src/GCode.h index f21acc4fe..6b96d666e 100644 --- a/FluidNC/src/GCode.h +++ b/FluidNC/src/GCode.h @@ -300,7 +300,6 @@ struct parser_state_t { float spindle_speed; // RPM float feed_rate; // Millimeters/min - //uint32_t tool; // Tracks tool number uint32_t selected_tool; // tool from T value int32_t current_tool; // the tool in use. default is -1 int32_t line_number; // Last line number sent