Add fast binary file transfer to SD card option (#12249)
This commit is contained in:
committed by
Scott Lahteine
parent
72d8adfd1e
commit
66d44c72c3
@@ -56,7 +56,7 @@ public:
|
||||
#if ENABLED(FWRETRACT_AUTORETRACT)
|
||||
static bool autoretract_enabled; // M209 S - Autoretract switch
|
||||
#else
|
||||
constexpr static bool autoretract_enabled = false;
|
||||
static constexpr bool autoretract_enabled = false;
|
||||
#endif
|
||||
|
||||
static bool retracted[EXTRUDERS]; // Which extruders are currently retracted
|
||||
|
||||
Reference in New Issue
Block a user