Initial release

This commit is contained in:
Louis Rossmann
2026-05-11 07:39:33 -05:00
commit c661ddc2eb
16967 changed files with 4075897 additions and 0 deletions

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"
]
}