Skip to content

Commit

Permalink
Update GCode.h
Browse files Browse the repository at this point in the history
Removed commented-out line
  • Loading branch information
MitchBradley authored Nov 17, 2024
1 parent e7fd17b commit 3a07aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FluidNC/src/GCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a07aab

Please sign in to comment.