1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-22 14:12:59 +02:00

Merging SD card branch to master

SD functions are now stable and included in master
This commit is contained in:
bdring
2018-09-06 11:10:01 -05:00
parent b18361dbb6
commit 36e25f734b
21 changed files with 647 additions and 130 deletions

View File

@@ -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.