bdurbrow / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
MIT License
35 stars 8 forks source link

Enhancement: save/restore configuration to/from sdcard #21

Open thawkins opened 4 years ago

thawkins commented 4 years ago

It would be nice to be able to aave the machibe config to a file on the sdcard, as a set of $n=y statemenrs.

bdurbrow commented 4 years ago

Easy to add; I'll include it in the next update. I just added the ability to run such a file from the SD card; so it's already halfway there.

bdurbrow commented 4 years ago

Now implemented, but untested.