File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323
2424// Grbl versioning system
2525#define GRBL_VERSION "1.1h"
26- #define GRBL_VERSION_BUILD "20190825 "
26+ #define GRBL_VERSION_BUILD "20190830 "
2727
2828// Define standard libraries used by Grbl.
2929#include <avr/io.h>
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ void report_realtime_status()
578578 if (bit_istrue (lim_pin_state ,bit (Y_AXIS ))) { serial_write ('Y' ); }
579579 #endif
580580 #if (DUAL_AXIS_SELECT == Y_AXIS )
581- if (bit_istrue (lim_pin_state ,bit (X_AXIS ))) { serial_write ('X' );
581+ if (bit_istrue (lim_pin_state ,bit (X_AXIS ))) { serial_write ('X' ); }
582582 if (bit_istrue (lim_pin_state ,(bit (Y_AXIS )|bit (N_AXIS )))) { serial_write ('Y' ); }
583583 #endif
584584 if (bit_istrue (lim_pin_state ,bit (Z_AXIS ))) { serial_write ('Z' ); }
You can’t perform that action at this time.
0 commit comments