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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}
]
}

View file

@ -0,0 +1,9 @@
{
"type": "filament",
"name": "NIT ABS @System",
"inherits": "NIT ABS @base",
"from": "system",
"setting_id": "ABS01_00",
"instantiation": "true",
"compatible_printers": []
}

View file

@ -0,0 +1,21 @@
{
"type": "filament",
"name": "NIT ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "NIT01",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"10"
],
"default_filament_colour": [
""
],
"filament_flow_ratio": [
"0.95"
],
"filament_vendor": [
"NIT"
]
}

View file

@ -0,0 +1,9 @@
{
"type": "filament",
"name": "NIT PETG @System",
"inherits": "NIT PETG @base",
"from": "system",
"setting_id": "PET01_00",
"instantiation": "true",
"compatible_printers": []
}

View file

@ -0,0 +1,58 @@
{
"type": "filament",
"name": "NIT PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "NIT03",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"12"
],
"default_filament_colour": [
""
],
"filament_vendor": [
"NIT"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"20"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"30"
],
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"245"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"230"
],
"hot_plate_temp": [
"80"
],
"hot_plate_temp_initial_layer": [
"80"
],
"textured_plate_temp": [
"80"
],
"textured_plate_temp_initial_layer": [
"80"
],
"compatible_printers": []
}

View file

@ -0,0 +1,9 @@
{
"type": "filament",
"name": "NIT PLA @System",
"inherits": "NIT PLA @base",
"from": "system",
"setting_id": "PLA01_00",
"instantiation": "true",
"compatible_printers": []
}

View file

@ -0,0 +1,36 @@
{
"type": "filament",
"name": "NIT PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "NIT02",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"12"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"NIT"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"nozzle_temperature_range_high": [
"210"
],
"nozzle_temperature_range_low": [
"200"
]
}