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:
parent
68945e07e8
commit
b1a06e80b3
2 changed files with 12 additions and 11 deletions
|
@ -94,6 +94,7 @@ filament_vendors = [
|
|||
'Formfutura',
|
||||
'Francofil',
|
||||
'FilamentOne',
|
||||
'Fil X',
|
||||
'GEEETECH',
|
||||
'Giantarm',
|
||||
'Gizmo Dorks',
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue