mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix of osx builds
This commit is contained in:
parent
d669a00980
commit
4049f33609
2 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@ enum ConfigOptionMode {
|
||||||
comExpert
|
comExpert
|
||||||
};
|
};
|
||||||
|
|
||||||
enum PrinterTechnology
|
enum PrinterTechnology : unsigned char
|
||||||
{
|
{
|
||||||
// Fused Filament Fabrication
|
// Fused Filament Fabrication
|
||||||
ptFFF,
|
ptFFF,
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class Model;
|
class Model;
|
||||||
|
enum PrinterTechnology : unsigned char;
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
class Selection;
|
class Selection;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue