From 818025635a47bd837db86cdc48567ed0921d73a0 Mon Sep 17 00:00:00 2001 From: Co Print 3D Printing Technologies <138680258+coprint@users.noreply.github.com> Date: Sun, 16 Mar 2025 09:16:18 +0300 Subject: [PATCH] Added TPU, ABS, and PETG Profiles for Co Print ChromaSet-2 (#8888) * Add files via upload * Update Co Print.json * Update Co Print.json * Add files via upload * Update CoPrint Generic ABS.json * Update CoPrint Generic PETG.json --- resources/profiles/Co Print.json | 12 +++ .../filament/CoPrint Generic ABS.json | 78 +++++++++++++++++++ .../filament/CoPrint Generic PETG.json | 46 +++++++++++ .../filament/CoPrint Generic TPU.json | 52 +++++++++++++ 4 files changed, 188 insertions(+) create mode 100644 resources/profiles/Co Print/filament/CoPrint Generic ABS.json create mode 100644 resources/profiles/Co Print/filament/CoPrint Generic PETG.json create mode 100644 resources/profiles/Co Print/filament/CoPrint Generic TPU.json diff --git a/resources/profiles/Co Print.json b/resources/profiles/Co Print.json index 1a486ca26c..734aab76e8 100644 --- a/resources/profiles/Co Print.json +++ b/resources/profiles/Co Print.json @@ -36,6 +36,18 @@ { "name": "CoPrint Generic PLA", "sub_path": "filament/CoPrint Generic PLA.json" + }, + { + "name": "CoPrint Generic ABS", + "sub_path": "filament/CoPrint Generic ABS.json" + }, + { + "name": "CoPrint Generic PETG", + "sub_path": "filament/CoPrint Generic PETG.json" + }, + { + "name": "CoPrint Generic TPU", + "sub_path": "filament/CoPrint Generic TPU.json" } ], "machine_list": [ diff --git a/resources/profiles/Co Print/filament/CoPrint Generic ABS.json b/resources/profiles/Co Print/filament/CoPrint Generic ABS.json new file mode 100644 index 0000000000..65a7690438 --- /dev/null +++ b/resources/profiles/Co Print/filament/CoPrint Generic ABS.json @@ -0,0 +1,78 @@ +{ + + + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "from": "system", + "instantiation": "true", + "inherits": "CoPrint Generic PLA", + "name": "CoPrint Generic ABS", + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": [ + "1.04" + ], + "filament_flow_ratio": [ + "0.94" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_type": [ + "ABS" + ], + "full_fan_speed_layer": [ + "5" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "nozzle_temperature": [ + "280" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pressure_advance": [ + "0.02" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "20" + ], + "temperature_vitrification": [ + "100" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] + +} diff --git a/resources/profiles/Co Print/filament/CoPrint Generic PETG.json b/resources/profiles/Co Print/filament/CoPrint Generic PETG.json new file mode 100644 index 0000000000..3c37b5c4ce --- /dev/null +++ b/resources/profiles/Co Print/filament/CoPrint Generic PETG.json @@ -0,0 +1,46 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "from": "system", + "instantiation": "true", + "inherits": "CoPrint Generic PLA", + "name": "CoPrint Generic PETG", + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "50" + ], + "filament_retraction_length": [ + "1.2" + ], + "filament_retraction_speed": [ + "50" + ], + "filament_type": [ + "PETG" + ], + "hot_plate_temp": [ + "70" + ], + "hot_plate_temp_initial_layer": [ + "70" + ], + "nozzle_temperature": [ + "240" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] + +} diff --git a/resources/profiles/Co Print/filament/CoPrint Generic TPU.json b/resources/profiles/Co Print/filament/CoPrint Generic TPU.json new file mode 100644 index 0000000000..3df7936143 --- /dev/null +++ b/resources/profiles/Co Print/filament/CoPrint Generic TPU.json @@ -0,0 +1,52 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSA04", + "from": "system", + "instantiation": "true", + "inherits": "CoPrint Generic PLA", + "name": "CoPrint Generic TPU", + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "80" + ], + "filament_deretraction_speed": [ + "20" + ], + "filament_flow_ratio": [ + "0.97" + ], + "filament_retract_when_changing_layer": [ + "0" + ], + "filament_retraction_length": [ + "1.8" + ], + "filament_retraction_speed": [ + "20" + ], + "filament_type": [ + "TPU" + ], + "hot_plate_temp": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "50" + ], + + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "compatible_printers": [ + "Co Print ChromaSet 0.4 nozzle", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "Co Print ChromaSet 0.4 nozzle fast" + ] +} \ No newline at end of file