diff --git a/resources/profiles/OrcaFilamentLibrary.json b/resources/profiles/OrcaFilamentLibrary.json index d47d0283ed..9cc8b4ad05 100644 --- a/resources/profiles/OrcaFilamentLibrary.json +++ b/resources/profiles/OrcaFilamentLibrary.json @@ -995,6 +995,54 @@ { "name": "NIT PLA @System", "sub_path": "filament/NIT/NIT PLA @System.json" + }, + { + "name": "FDplast ABS @base", + "sub_path": "filament/FDplast/FDplast ABS @base.json" + }, + { + "name": "FDplast ABS @System", + "sub_path": "filament/FDplast/FDplast ABS @System.json" + }, + { + "name": "FDplast HIPS @base", + "sub_path": "filament/FDplast/FDplast HIPS @base.json" + }, + { + "name": "FDplast HIPS @System", + "sub_path": "filament/FDplast/FDplast HIPS @System.json" + }, + { + "name": "FDplast PETG @base", + "sub_path": "filament/FDplast/FDplast PETG @base.json" + }, + { + "name": "FDplast PETG @System", + "sub_path": "filament/FDplast/FDplast PETG @System.json" + }, + { + "name": "FDplast PLA @base", + "sub_path": "filament/FDplast/FDplast PLA @base.json" + }, + { + "name": "FDplast PLA @System", + "sub_path": "filament/FDplast/FDplast PLA @System.json" + }, + { + "name": "FDplast SBS @base", + "sub_path": "filament/FDplast/FDplast SBS @base.json" + }, + { + "name": "FDplast SBS @System", + "sub_path": "filament/FDplast/FDplast SBS @System.json" + }, + { + "name": "FDplast TPU @base", + "sub_path": "filament/FDplast/FDplast TPU @base.json" + }, + { + "name": "FDplast TPU @System", + "sub_path": "filament/FDplast/FDplast TPU @System.json" } ] } \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json new file mode 100644 index 0000000000..0aa3696c77 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast ABS @System", + "inherits": "FDplast ABS @base", + "from": "system", + "setting_id": "ABS01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @base.json new file mode 100644 index 0000000000..39bdfdab6f --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast ABS @base.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "name": "FDplast ABS @base", + "inherits": "fdm_filament_abs", + "from": "system", + "filament_id": "FDPLAST01", + "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": [ + "11" + ], + "default_filament_colour": [ + "" + ], + "filament_vendor": [ + "FDplast" + ], + "filament_flow_ratio": [ + "0.95" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "245" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json new file mode 100644 index 0000000000..7e16339eed --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast HIPS @System", + "inherits": "FDplast HIPS @base", + "from": "system", + "setting_id": "HIPS01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @base.json new file mode 100644 index 0000000000..8af58d3a16 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast HIPS @base.json @@ -0,0 +1,45 @@ +{ + "type": "filament", + "name": "FDplast HIPS @base", + "inherits": "fdm_filament_hips", + "from": "system", + "filament_id": "FDPLAST02", + "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": [ + "11" + ], + "filament_density": [ + "1.26" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_vendor": [ + "FDplast" + ], + "nozzle_temperature": [ + "250" + ], + "nozzle_temperature_initial_layer": [ + "250" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "textured_plate_temp": [ + "110" + ], + "textured_plate_temp_initial_layer": [ + "110" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json new file mode 100644 index 0000000000..3b21b92073 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast PETG @System", + "inherits": "FDplast PETG @base", + "from": "system", + "setting_id": "PET01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @base.json new file mode 100644 index 0000000000..218e468e5b --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PETG @base.json @@ -0,0 +1,58 @@ +{ + "type": "filament", + "name": "FDplast PETG @base", + "inherits": "fdm_filament_pet", + "from": "system", + "filament_id": "FDPLAST03", + "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": [ + "11" + ], + "default_filament_colour": [ + "" + ], + "filament_vendor": [ + "FDplast" + ], + "filament_density": [ + "1.27" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "30" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json new file mode 100644 index 0000000000..2452e3b7c5 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast PLA @System", + "inherits": "FDplast PLA @base", + "from": "system", + "setting_id": "PLA01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @base.json new file mode 100644 index 0000000000..be8187214a --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast PLA @base.json @@ -0,0 +1,48 @@ +{ + "type": "filament", + "name": "FDplast PLA @base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "FDPLAST04", + "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": [ + "16" + ], + "filament_density": [ + "1.26" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "FDplast" + ], + "nozzle_temperature": [ + "215" + ], + "nozzle_temperature_initial_layer": [ + "215" + ], + "nozzle_temperature_range_high": [ + "225" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json new file mode 100644 index 0000000000..7626ebd7b7 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast SBS @System", + "inherits": "FDplast SBS @base", + "from": "system", + "setting_id": "SBS01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @base.json new file mode 100644 index 0000000000..cb0523c337 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast SBS @base.json @@ -0,0 +1,45 @@ +{ + "type": "filament", + "name": "FDplast SBS @base", + "inherits": "fdm_filament_sbs", + "from": "system", + "filament_id": "FDPLAST05", + "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": [ + "27" + ], + "filament_density": [ + "1.26" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_vendor": [ + "FDplast" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "225" + ], + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "textured_plate_temp": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json new file mode 100644 index 0000000000..9eafd9032f --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "FDplast TPU @System", + "inherits": "FDplast TPU @base", + "from": "system", + "setting_id": "TPU01_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @base.json new file mode 100644 index 0000000000..556d4c3d70 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FDplast/FDplast TPU @base.json @@ -0,0 +1,45 @@ +{ + "type": "filament", + "name": "FDplast TPU @base", + "inherits": "fdm_filament_tpu", + "from": "system", + "filament_id": "FDPLAST06", + "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": [ + "27" + ], + "filament_density": [ + "1.26" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_vendor": [ + "FDplast" + ], + "nozzle_temperature": [ + "180" + ], + "nozzle_temperature_initial_layer": [ + "180" + ], + "nozzle_temperature_range_high": [ + "190" + ], + "nozzle_temperature_range_low": [ + "175" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "textured_plate_temp": [ + "60" + ], + "textured_plate_temp_initial_layer": [ + "60" + ] +} \ No newline at end of file