Implement heatbed cooldown routine

- M888: Cooldown routine for the Anycubic Ultrabase (EXPERIMENTAL):
This is meant to be placed at the end Gcode of your slicer. It hovers over the print bed and does circular movements while running the fan. Works best with custom fan ducts.
- T<int>: Target bed temperature (min 15°C), 30°C if not specified
- S<int>: Fan speed between 0 and 255, full speed if not specified

Thanks to @kulfuerst for the suggestion!
This commit is contained in:
David Ramiro
2019-03-13 11:40:25 +01:00
parent c1c2743452
commit 79f559e9af
3 changed files with 61 additions and 1 deletions

View File

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