mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:Synchronization information table
jira:[none] Change-Id: Ia5f13645db7bc6ce92c7eb928ec36e2cad54e51e (cherry picked from commit 79c929493ffbe3702615299c2cddf7b3645c8d88)
This commit is contained in:
@@ -182,6 +182,10 @@ wxString Slic3r::get_stage_string(int stage)
|
||||
return _L("Auto Check: Material Position");
|
||||
case 56:
|
||||
return _L("Cutting Module Offset Calibration");
|
||||
case 57:
|
||||
return _L("Measuring Surface");
|
||||
case 58:
|
||||
return _L("Thermal Preconditioning for first layer optimization");
|
||||
default:
|
||||
BOOST_LOG_TRIVIAL(info) << "stage = " << stage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user