mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix missing commas in vendor string arrays causing silent concatenation
This commit is contained in:
@@ -56,7 +56,7 @@ namespace GUI {
|
|||||||
"Justmaker", "Keene Village Plastics", "Kexcelled", "LDO", "MakerBot",
|
"Justmaker", "Keene Village Plastics", "Kexcelled", "LDO", "MakerBot",
|
||||||
"MatterHackers", "MIKA3D", "NinjaTek", "Nobufil", "Novamaker",
|
"MatterHackers", "MIKA3D", "NinjaTek", "Nobufil", "Novamaker",
|
||||||
"OVERTURE", "OVVNYXE", "Polymaker", "Priline", "Printed Solid",
|
"OVERTURE", "OVVNYXE", "Polymaker", "Priline", "Printed Solid",
|
||||||
"Protopasta", "Prusament", "Push Plastic", "R3D", "re3D"
|
"Protopasta", "Prusament", "Push Plastic", "R3D", "re3D",
|
||||||
"Re-pet3D", "Recreus", "Regen", "RatRig", "Sain SMART",
|
"Re-pet3D", "Recreus", "Regen", "RatRig", "Sain SMART",
|
||||||
"SliceWorx", "Snapmaker", "SnoLabs", "Spectrum", "SUNLU",
|
"SliceWorx", "Snapmaker", "SnoLabs", "Spectrum", "SUNLU",
|
||||||
"TTYT3D", "Tianse", "UltiMaker", "Valment", "Verbatim",
|
"TTYT3D", "Tianse", "UltiMaker", "Valment", "Verbatim",
|
||||||
@@ -75,7 +75,7 @@ static const std::vector<std::string> printer_vendors =
|
|||||||
"FLSun", "FlyingBear", "Folgertech", "Geeetech", "Ginger Additive",
|
"FLSun", "FlyingBear", "Folgertech", "Geeetech", "Ginger Additive",
|
||||||
"InfiMech", "Kingroon", "Lulzbot", "MagicMaker", "Mellow",
|
"InfiMech", "Kingroon", "Lulzbot", "MagicMaker", "Mellow",
|
||||||
"Orca Arena Printer", "Peopoly", "Positron 3D", "Prusa", "Qidi",
|
"Orca Arena Printer", "Peopoly", "Positron 3D", "Prusa", "Qidi",
|
||||||
"Raise3D", "RatRig", "re3D" "RolohaunDesign", "SecKit",
|
"Raise3D", "RatRig", "re3D", "RolohaunDesign", "SecKit",
|
||||||
"Snapmaker", "Sovol", "Thinker X400", "Tronxy", "TwoTrees",
|
"Snapmaker", "Sovol", "Thinker X400", "Tronxy", "TwoTrees",
|
||||||
"UltiMaker", "Vivedino", "Volumic", "Voron", "Voxelab",
|
"UltiMaker", "Vivedino", "Volumic", "Voron", "Voxelab",
|
||||||
"Vzbot", "Wanhao", "Z-Bolt"};
|
"Vzbot", "Wanhao", "Z-Bolt"};
|
||||||
|
|||||||
Reference in New Issue
Block a user