Skip to content

Commit a7b82c8

Browse files
committed
Removed misplaced code guard
1 parent f0eac9d commit a7b82c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gcode.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ void gc_init (void)
353353
grbl.on_parser_init(&gc_state);
354354
}
355355

356-
#if N_SYS_SPINDLE > 1
357-
358356
inline static bool is_single_spindle_block (parser_block_t *gc_block, modal_groups_t command_words)
359357
{
360358
return gc_block->words.s ||
@@ -366,8 +364,6 @@ inline static bool is_single_spindle_block (parser_block_t *gc_block, modal_grou
366364
(command_words.M9 && gc_block->override_command == Override_SpindleSpeed);
367365
}
368366

369-
#endif
370-
371367
// Set dynamic laser power mode to PPI (Pulses Per Inch)
372368
// Returns true if driver uses hardware implementation.
373369
// Driver support for pulsing the laser on signal is required for this to work.

0 commit comments

Comments
 (0)