Update 7/8

1.Add associate .step/.stp files to QIDISlicer
2.Update the userguide.
This commit is contained in:
76Octane
2023-07-08 13:48:31 +08:00
parent 336059534c
commit 60871304b5
17 changed files with 270 additions and 49 deletions

View File

@@ -90,6 +90,8 @@ void AppConfig::set_defaults()
set("associate_3mf", "0");
if (get("associate_stl").empty())
set("associate_stl", "0");
if (get("associate_step").empty())
set("associate_step", "0");
if (get("tabs_as_menu").empty())
set("tabs_as_menu", "0");