Added LDO as a Filament vendor (#7587)
* Added LDO as a Filament vendor
This commit is contained in:
parent
a7b8dfa2df
commit
4c78d687a0
2 changed files with 9 additions and 8 deletions
|
@ -110,6 +110,7 @@ filament_vendors = [
|
||||||
'Justmaker',
|
'Justmaker',
|
||||||
'Keene Village Plastics',
|
'Keene Village Plastics',
|
||||||
'Kexcelled',
|
'Kexcelled',
|
||||||
|
'LDO',
|
||||||
'MakerBot',
|
'MakerBot',
|
||||||
'MatterHackers',
|
'MatterHackers',
|
||||||
'MIKA3D',
|
'MIKA3D',
|
||||||
|
|
|
@ -50,14 +50,14 @@ static const std::vector<std::string> filament_vendors =
|
||||||
"Fil X", "GEEETECH", "Giantarm", "Gizmo Dorks", "GreenGate3D",
|
"Fil X", "GEEETECH", "Giantarm", "Gizmo Dorks", "GreenGate3D",
|
||||||
"HATCHBOX", "Hello3D", "IC3D", "IEMAI", "IIID Max",
|
"HATCHBOX", "Hello3D", "IC3D", "IEMAI", "IIID Max",
|
||||||
"INLAND", "iProspect", "iSANMATE", "Justmaker", "Keene Village Plastics",
|
"INLAND", "iProspect", "iSANMATE", "Justmaker", "Keene Village Plastics",
|
||||||
"Kexcelled", "MakerBot", "MatterHackers", "MIKA3D", "NinjaTek",
|
"Kexcelled", "LDO", "MakerBot", "MatterHackers", "MIKA3D",
|
||||||
"Nobufil", "Novamaker", "OVERTURE", "OVVNYXE", "Polymaker",
|
"NinjaTek", "Nobufil", "Novamaker", "OVERTURE", "OVVNYXE",
|
||||||
"Priline", "Printed Solid", "Protopasta", "Prusament", "Push Plastic",
|
"Polymaker", "Priline", "Printed Solid", "Protopasta", "Prusament",
|
||||||
"R3D", "Re-pet3D", "Recreus", "Regen", "RatRig",
|
"Push Plastic", "R3D", "Re-pet3D", "Recreus", "Regen",
|
||||||
"Sain SMART", "SliceWorx", "Snapmaker", "SnoLabs", "Spectrum",
|
"RatRig", "Sain SMART", "SliceWorx", "Snapmaker", "SnoLabs",
|
||||||
"SUNLU", "TTYT3D", "Tianse", "UltiMaker", "Valment",
|
"Spectrum", "SUNLU", "TTYT3D", "Tianse", "UltiMaker",
|
||||||
"Verbatim", "VO3D", "Voxelab", "VOXELPLA", "YOOPAI",
|
"Valment", "Verbatim", "VO3D", "Voxelab", "VOXELPLA",
|
||||||
"Yousu", "Ziro", "Zyltech"};
|
"YOOPAI", "Yousu", "Ziro", "Zyltech"};
|
||||||
|
|
||||||
static const std::vector<std::string> filament_types = {"PLA", "rPLA", "PLA+", "PLA Tough", "PETG", "ABS", "ASA", "FLEX", "HIPS", "PA", "PACF",
|
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",
|
"NYLON", "PVA", "PVB", "PC", "PCABS", "PCTG", "PCCF", "PHA", "PP", "PEI", "PET",
|
||||||
|
|
Loading…
Reference in a new issue