Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/ConfigurationStore.cpp')
-rw-r--r--Firmware/ConfigurationStore.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firmware/ConfigurationStore.cpp b/Firmware/ConfigurationStore.cpp
index f7f64094c..5586ee3d3 100644
--- a/Firmware/ConfigurationStore.cpp
+++ b/Firmware/ConfigurationStore.cpp
@@ -350,6 +350,9 @@ void Config_RetrieveSettings()
calculate_volumetric_multipliers();
// Call updatePID (similar to when we have processed M301)
updatePID();
+ float tmp1[] = DEFAULT_AXIS_STEPS_PER_UNIT;
+ axis_steps_per_unit[3] = tmp1[3];
+
SERIAL_ECHO_START;
SERIAL_ECHOLNPGM("Stored settings retrieved");
}