We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eac9d commit a7b82c8Copy full SHA for a7b82c8
gcode.c
@@ -353,8 +353,6 @@ void gc_init (void)
353
grbl.on_parser_init(&gc_state);
354
}
355
356
-#if N_SYS_SPINDLE > 1
357
-
358
inline static bool is_single_spindle_block (parser_block_t *gc_block, modal_groups_t command_words)
359
{
360
return gc_block->words.s ||
@@ -366,8 +364,6 @@ inline static bool is_single_spindle_block (parser_block_t *gc_block, modal_grou
366
364
(command_words.M9 && gc_block->override_command == Override_SpindleSpeed);
367
365
368
369
-#endif
370
371
// Set dynamic laser power mode to PPI (Pulses Per Inch)
372
// Returns true if driver uses hardware implementation.
373
// Driver support for pulsing the laser on signal is required for this to work.
0 commit comments