mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +00:00
Add PlastAR (PLA) and Printalot (ABS) filament vendors (#14825)
* Add PlastAR and Printalot filament vendors Two Argentine brands from Printalot: PlastAR (budget PLA) and Printalot (ABS). Each has a tuned @base plus per-color presets covering the manufacturer's color lineup. PlastAR PLA: flow 0.98, 1.75 mm, nozzle 220 C (190-230), bed 60 C; 14 colors. Printalot ABS: flow 0.94, density 1.05, retraction 0.2 mm, max volumetric 18 mm3/s, nozzle 250 C (240-270), bed 100 C; 14 colors. Per-color presets inherit their @base (no per-color parameter changes). Passes scripts/orca_extra_profile_check.py. * Ship PlastAR and Printalot as a single Printalot filament vendor Place both Argentine lines in one OrcaFilamentLibrary/Printalot bundle and follow the library's brand shape: a non-selectable @base plus one all-printer @System per product, which is where a library preset meant for every printer belongs. The former per-color presets are dropped, leaving PlastAR PLA and Printalot ABS with their PLA and 250 C ABS material values. setting_ids are minted by the tooling; filament_ids resolve through the @base roots. --------- Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
co-authored by
SoftFever
SoftFever
parent
55a0b51ae2
commit
b0ee2cbbef
@@ -156,6 +156,10 @@
|
||||
"name": "PolyLite ABS @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Printalot ABS @base",
|
||||
"sub_path": "filament/Printalot/Printalot ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA @base",
|
||||
"sub_path": "filament/Bambu/Bambu ASA @base.json"
|
||||
@@ -764,6 +768,10 @@
|
||||
"name": "Panchroma PLA UV Shift @base",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PlastAR PLA @base",
|
||||
"sub_path": "filament/Printalot/PlastAR PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite PLA @base.json"
|
||||
@@ -1020,6 +1028,10 @@
|
||||
"name": "PolyLite ABS @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Printalot ABS @System",
|
||||
"sub_path": "filament/Printalot/Printalot ABS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA @System",
|
||||
"sub_path": "filament/Bambu/Bambu ASA @System.json"
|
||||
@@ -1904,6 +1916,10 @@
|
||||
"name": "Panchroma PLA UV Shift @System",
|
||||
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PlastAR PLA @System",
|
||||
"sub_path": "filament/Printalot/PlastAR PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite Dual PLA @base",
|
||||
"sub_path": "filament/Polymaker/PolyLite Dual PLA @base.json"
|
||||
|
||||
Reference in New Issue
Block a user