fix some minor issues

This commit is contained in:
SoftFever
2026-01-06 18:19:50 +08:00
parent 39df09be8b
commit 3b4600d65b
3 changed files with 5 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ struct Settings
true, // InternalBridgeInfill
true, // Brim
true, // SupportTransition
true, // Mixed
};
};

View File

@@ -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{ {