mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
ConfigOptions: GUI type as enum, not string.
Fixing compilation error in the new Platform code. Fixing one issue in FDM support after splitting the top/bottom interface layers.
This commit is contained in:
parent
051ba0e6f4
commit
a9c3d270e6
10 changed files with 66 additions and 55 deletions
|
@ -30,7 +30,7 @@ void detect_platform()
|
|||
char buf[4096];
|
||||
// Read the 1st line.
|
||||
if (::fgets(buf, 4096, f) && strstr(buf, "Chromium OS") != nullptr)
|
||||
s_platform_flavor = LinuxOnChromium;
|
||||
s_platform_flavor = PlatformFlavor::LinuxOnChromium;
|
||||
::fclose(f);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue