mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 17:19:50 +02:00
Merging SD card branch to master
SD functions are now stable and included in master
This commit is contained in:
@@ -19,5 +19,4 @@ $,Restore EEPROM `$` settings command,Disabled
|
||||
I,Build info write user string command,Disabled
|
||||
E,Force sync upon EEPROM write,Disabled
|
||||
W,Force sync upon work coordinate offset change,Disabled
|
||||
L,Homing initialization auto-lock,Disabled
|
||||
B,Bluetooth Enabled
|
||||
L,Homing initialization auto-lock,Disabled
|
Can't render this file because it has a wrong number of fields in line 23.
|
@@ -34,4 +34,10 @@
|
||||
"35","Invalid gcode ID:35","G2 and G3 arcs require at least one in-plane offset word."
|
||||
"36","Invalid gcode ID:36","Unused value words found in block."
|
||||
"37","Invalid gcode ID:37","G43.1 dynamic tool length offset is not assigned to configured tool length axis."
|
||||
"38","Invalid gcode ID:38","Tool number greater than max supported value."
|
||||
"38","Invalid gcode ID:38","Tool number greater than max supported value."
|
||||
"60","SD failed to mount"
|
||||
"61","SD card failed to open file for reading"
|
||||
"62","SD card failed to open directory"
|
||||
"63","SD Card directory not found"
|
||||
"64","SD Card file empty"
|
||||
"70","Bluetooth failed to start"
|
||||
|
Can't render this file because it has a wrong number of fields in line 38.
|
Reference in New Issue
Block a user