mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
fix some minor issues
This commit is contained in:
@@ -67,6 +67,7 @@ struct Settings
|
||||
true, // InternalBridgeInfill
|
||||
true, // Brim
|
||||
true, // SupportTransition
|
||||
true, // Mixed
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -301,6 +301,7 @@ static const std::array<Color, size_t(EGCodeExtrusionRole::COUNT)> DEFAULT_EXTRU
|
||||
{ 77, 128, 186 }, // InternalBridgeInfill
|
||||
{ 0, 59, 110 }, // Brim
|
||||
{ 0, 64, 0 }, // SupportTransition
|
||||
{ 128, 128, 128 }, // Mixed
|
||||
} };
|
||||
|
||||
static const std::array<Color, size_t(EOptionType::COUNT)> DEFAULT_OPTIONS_COLORS{ {
|
||||
|
||||
Reference in New Issue
Block a user