added FilX as a Filament vendor (#6216)

* added FilX

* Fixed Typo

* Merge branch 'main' into FilX

* Merge branch 'main' into FilX
This commit is contained in:
Duan Gauche 2024-08-02 09:48:11 -05:00 committed by GitHub
parent 68945e07e8
commit b1a06e80b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 11 deletions

View file

@ -94,6 +94,7 @@ filament_vendors = [
'Formfutura',
'Francofil',
'FilamentOne',
'Fil X',
'GEEETECH',
'Giantarm',
'Gizmo Dorks',

View file

@ -47,17 +47,17 @@ static const std::vector<std::string> filament_vendors =
"Duramic", "ELEGOO", "Eryone", "Essentium", "eSUN",
"Extrudr", "Fiberforce", "Fiberlogy", "FilaCube", "Filamentive",
"Fillamentum", "FLASHFORGE", "Formfutura", "Francofil", "FilamentOne",
"GEEETECH", "Giantarm", "Gizmo Dorks", "GreenGate3D", "HATCHBOX",
"Hello3D", "IC3D", "IEMAI", "IIID Max", "INLAND",
"iProspect", "iSANMATE", "Justmaker", "Keene Village Plastics", "Kexcelled",
"MakerBot", "MatterHackers", "MIKA3D", "NinjaTek", "Nobufil",
"Novamaker", "OVERTURE", "OVVNYXE", "Polymaker", "Priline",
"Printed Solid", "Protopasta", "Prusament", "Push Plastic", "R3D",
"Re-pet3D", "Recreus", "Regen", "Sain SMART", "SliceWorx",
"Snapmaker", "SnoLabs", "Spectrum", "SUNLU", "TTYT3D",
"Tianse", "UltiMaker", "Valment", "Verbatim", "VO3D",
"Voxelab", "VOXELPLA", "YOOPAI", "Yousu", "Ziro",
"Zyltech"};
"Fil X", "GEEETECH", "Giantarm", "Gizmo Dorks", "GreenGate3D",
"HATCHBOX", "Hello3D", "IC3D", "IEMAI", "IIID Max",
"INLAND", "iProspect", "iSANMATE", "Justmaker", "Keene Village Plastics",
"Kexcelled", "MakerBot", "MatterHackers", "MIKA3D", "NinjaTek",
"Nobufil", "Novamaker", "OVERTURE", "OVVNYXE", "Polymaker",
"Priline", "Printed Solid", "Protopasta", "Prusament", "Push Plastic",
"R3D", "Re-pet3D", "Recreus", "Regen", "Sain SMART",
"SliceWorx", "Snapmaker", "SnoLabs", "Spectrum", "SUNLU",
"TTYT3D", "Tianse", "UltiMaker", "Valment", "Verbatim",
"VO3D", "Voxelab", "VOXELPLA", "YOOPAI", "Yousu",
"Ziro", "Zyltech"};
static const std::vector<std::string> filament_types = {"PLA", "rPLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF",
"NYLON", "PVA", "PVB", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET", "PETG",