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