Rework file counting and substitute probe.offset.z with setZOffset_mm which is an ExtUI function. Also increase build number.

This commit is contained in:
Knutwurst
2023-06-08 18:00:11 +02:00
parent c77aacbbd9
commit 4c0ed10367
4 changed files with 20 additions and 24 deletions

View File

@@ -99,19 +99,6 @@
#endif
/*
* Here you can set the default preheat-Temperatures
* which are set when you use the builtin preheat
* functions in the TFT.
*
* These settings are required and not set by PlatformIO.
*/
#define KNUTWURST_PRHEAT_NOZZLE_PLA 200
#define KNUTWURST_PRHEAT_BED_PLA 60
#define KNUTWURST_PRHEAT_NOZZLE_ABS 240
#define KNUTWURST_PRHEAT_BED_ABS 90
// ===========================================================================
// ============================= Getting Started =============================
// ===========================================================================