LETARTARE / Grbl-xx_with_Arduino

To build old Grbl-xxx in Arduino-xxx (actually xxx=1.0.5 or 1.0.5r2)
39 stars 61 forks source link

GRBL Settings not Saving #11

Open gleng392 opened 10 years ago

gleng392 commented 10 years ago

I am having difficulty getting any of the $# settings to save when I run any version of your software except .845. Any ideas what may be causing this? I have full functionality other than the settings not being saved. I am using a SainSmart mega2560 so that could be part of the issue.

Thanks.

LETARTARE commented 10 years ago

hi gleng392; with '0.8c2' in 'config.h'

/// 8c2  always upload defaults parameter -> 1
#define ALWAYS_DEFAULTS_SETTINGS  1   /// 0 normal

to write new values -> 0

gleng392 commented 10 years ago

That was it, thank you very much and nice work with this program.

LETARTARE commented 10 years ago

Thank you very much. What GUI do you use to communicate with your Mega2560 ?