feat: add ABS, PLA, PETg filaments by NIT (#10205)

* feat: add ABS, PLA, PETg filaments by NIT

* feat: Set value of default_filament_colour to empty string
This commit is contained in:
Kirill Ziuzin
2025-07-29 19:12:38 +03:00
committed by GitHub
parent 8f3ed9bc7b
commit d93671bbc7
7 changed files with 166 additions and 0 deletions

View File

@@ -971,6 +971,30 @@
{
"name": "Polymaker HT-PLA-GF @System",
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json"
},
{
"name": "NIT ABS @base",
"sub_path": "filament/NIT/NIT ABS @base.json"
},
{
"name": "NIT ABS @System",
"sub_path": "filament/NIT/NIT ABS @System.json"
},
{
"name": "NIT PETG @base",
"sub_path": "filament/NIT/NIT PETG @base.json"
},
{
"name": "NIT PETG @System",
"sub_path": "filament/NIT/NIT PETG @System.json"
},
{
"name": "NIT PLA @base",
"sub_path": "filament/NIT/NIT PLA @base.json"
},
{
"name": "NIT PLA @System",
"sub_path": "filament/NIT/NIT PLA @System.json"
}
]
}