Customizable preheat labels

This commit is contained in:
Scott Lahteine
2018-10-23 00:57:19 -05:00
parent a553ab82e0
commit e229b831fa
82 changed files with 174 additions and 10 deletions

View File

@ -520,6 +520,14 @@
#endif
#endif
#ifndef PREHEAT_1_LABEL
#define PREHEAT_1_LABEL "PLA"
#endif
#ifndef PREHEAT_2_LABEL
#define PREHEAT_1_LABEL "ABS"
#endif
/**
* Set a flag for a servo probe
*/