Pause & runout code cleanup

Final changes to pause & filament runout overhaul before release:
- Use booleans instead of chars for cleaner code
- Raised retraction amount
This commit is contained in:
David Ramiro
2019-02-18 18:05:37 +01:00
parent 16d6d37096
commit 2bd6f2f23a
3 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2019-02-11"
#define STRING_DISTRIBUTION_DATE "2019-02-18"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.