tobyrobb/FlSun-Delta-Marlin

conditionals.h or configuration.h

Opened this issue · 2 comments

So I like your Delta Calibration menu. However I can't figure out it why does the conditionals.h and configuration.h pages have the same configurable settings? which one do I configure? Most Marlin firmware's need changes in the configurations.h file, but If I make changes there its like they are ignored. For Instance if I make a change of #define Z_MAX_POS 285 to 723 (my bed height), its doesn't care and it will crash my head..BAD. but if I change it in the conditionals.h, its stops perfectly. Yet if I change #define CUSTOM_MACHINE_NAME "V0.6" to "Toby Robb V0.6" in the conditionals.h; the screen is not updated but in the configuration.h it does. Now here is the real kicker, if I change both files to say #define Z_MAX_POS 723, it will crash my delta printer. Why?

nevermind I think I figured it out. I just cleared all of the variables from conditionals.h and it seemed to work.

dont forget to make sure to clear your eeprom and rewrite it on the bot!! that has given me grief on MANY an occasion as the bot loads up with old settings of Z_MAX_POS 285 etc from the EEPROM, not your shiny new firmware upload..