mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-26 09:25:26 -06:00
add filament_vendors:DREMC (#9519)
* Update CreatePresetsDialog.cpp * Update generate_presets_vendors.py
This commit is contained in:
parent
1471276580
commit
d8683fc045
2 changed files with 18 additions and 16 deletions
|
@ -80,6 +80,7 @@ filament_vendors = [
|
|||
'Das Filament',
|
||||
'DO3D',
|
||||
'DOW',
|
||||
'DREMC',
|
||||
'DSM',
|
||||
'Duramic',
|
||||
'ELEGOO',
|
||||
|
|
|
@ -38,27 +38,28 @@
|
|||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
static const std::vector<std::string> filament_vendors =
|
||||
static const std::vector<std::string> filament_vendors =
|
||||
{"3Dgenius", "3DJake", "3DXTECH", "3D BEST-Q", "3D Hero",
|
||||
"3D-Fuel", "Aceaddity", "AddNorth", "Amazon Basics", "AMOLEN",
|
||||
"Ankermake", "Anycubic", "Atomic", "AzureFilm", "BASF",
|
||||
"Bblife", "BCN3D", "Beyond Plastic", "California Filament", "Capricorn",
|
||||
"CC3D", "colorFabb", "Comgrow", "Cookiecad", "Creality",
|
||||
"CERPRiSE", "Das Filament", "DO3D", "DOW", "DSM",
|
||||
"Duramic", "ELEGOO", "Eryone", "Essentium", "eSUN",
|
||||
"Extrudr", "Fiberforce", "Fiberlogy", "FilaCube", "Filamentive",
|
||||
"Fillamentum", "FLASHFORGE", "Formfutura", "Francofil", "FusRock",
|
||||
"FilamentOne", "Fil X", "GEEETECH", "Giantarm", "Gizmo Dorks",
|
||||
"GreenGate3D", "HATCHBOX", "Hello3D", "IC3D", "IEMAI",
|
||||
"IIID Max", "INLAND", "iProspect", "iSANMATE", "Justmaker",
|
||||
"Keene Village Plastics", "Kexcelled", "LDO", "MakerBot", "MatterHackers",
|
||||
"MIKA3D", "NinjaTek", "Nobufil", "Novamaker", "OVERTURE",
|
||||
"OVVNYXE", "Polymaker", "Priline", "Printed Solid", "Protopasta",
|
||||
"Prusament", "Push Plastic", "R3D", "Re-pet3D", "Recreus",
|
||||
"Regen", "RatRig", "Sain SMART", "SliceWorx", "Snapmaker",
|
||||
"SnoLabs", "Spectrum", "SUNLU", "TTYT3D", "Tianse",
|
||||
"UltiMaker", "Valment", "Verbatim", "VO3D", "Voxelab",
|
||||
"VOXELPLA", "YOOPAI", "Yousu", "Ziro", "Zyltech"};
|
||||
"CERPRiSE", "Das Filament", "DO3D", "DOW", "DREMC",
|
||||
"DSM", "Duramic", "ELEGOO", "Eryone", "Essentium",
|
||||
"eSUN", "Extrudr", "Fiberforce", "Fiberlogy", "FilaCube",
|
||||
"Filamentive", "Fillamentum", "FLASHFORGE", "Formfutura", "Francofil",
|
||||
"FusRock", "FilamentOne", "Fil X", "GEEETECH", "Giantarm",
|
||||
"Gizmo Dorks", "GreenGate3D", "HATCHBOX", "Hello3D", "IC3D",
|
||||
"IEMAI", "IIID Max", "INLAND", "iProspect", "iSANMATE",
|
||||
"Justmaker", "Keene Village Plastics", "Kexcelled", "LDO", "MakerBot",
|
||||
"MatterHackers", "MIKA3D", "NinjaTek", "Nobufil", "Novamaker",
|
||||
"OVERTURE", "OVVNYXE", "Polymaker", "Priline", "Printed Solid",
|
||||
"Protopasta", "Prusament", "Push Plastic", "R3D", "Re-pet3D",
|
||||
"Recreus", "Regen", "RatRig", "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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue