mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
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:
@@ -971,6 +971,30 @@
|
|||||||
{
|
{
|
||||||
"name": "Polymaker HT-PLA-GF @System",
|
"name": "Polymaker HT-PLA-GF @System",
|
||||||
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "NIT ABS @System",
|
||||||
|
"inherits": "NIT ABS @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "ABS01_00",
|
||||||
|
"instantiation": "true",
|
||||||
|
"compatible_printers": []
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "NIT PETG @System",
|
||||||
|
"inherits": "NIT PETG @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "PET01_00",
|
||||||
|
"instantiation": "true",
|
||||||
|
"compatible_printers": []
|
||||||
|
}
|
||||||
@@ -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": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "NIT PLA @System",
|
||||||
|
"inherits": "NIT PLA @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "PLA01_00",
|
||||||
|
"instantiation": "true",
|
||||||
|
"compatible_printers": []
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user