1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-25 15:31:06 +02:00

Update Machine.h

This commit is contained in:
bdring
2021-10-28 10:08:30 -05:00
parent 8c8a9e4be4
commit c6675a385d

View File

@@ -8,7 +8,7 @@
// !!! For initial testing, start with test_drive.h which disables // !!! For initial testing, start with test_drive.h which disables
// all I/O pins // all I/O pins
// #include "Machines/atari_1020.h" // #include "Machines/atari_1020.h"
# include "Machines/6_pack_TMC2130_XYZ_Test.h" # include "Machines/test_drive.h"
// !!! For actual use, change the line above to select a board // !!! For actual use, change the line above to select a board
// from Machines/, for example: // from Machines/, for example:
// #include "Machines/3axis_v4.h" // #include "Machines/3axis_v4.h"