From 3e520c713ccfeba711429fe13ea404fc96d215ed Mon Sep 17 00:00:00 2001 From: Co Print 3D Printing Technologies <138680258+coprint@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:26:52 +0300 Subject: [PATCH] Add New Machine Profiles and Improve Existing Settings for Co Print ChromaSet 0.4 (#7889) Add files via upload Improved the existing 'Co Print ChromaSet 0.4 nozzle' and 'Co Print ChromaSet 0.4 nozzle fast' machine files. Added new machine files: 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3' and 'Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus'. Enhanced the '0.2mm Standard @Co Print ChromaSet 0.4' and '0.2mm Fast @Co Print ChromaSet 0.4' process files. Updated the 'CoPrint Generic PLA' file to ensure compatibility with the newly added machine files. Co-authored-by: SoftFever --- resources/profiles/Co Print.json | 8 + .../filament/CoPrint Generic PLA.json | 6 +- .../filament/fdm_filament_common.json | 4 +- .../Co Print/filament/fdm_filament_pla.json | 8 +- ...hromaSet 0.4 nozzle - Ender-3 V3 Plus.json | 150 ++++++++++++++++++ ...int ChromaSet 0.4 nozzle - Ender-3 V3.json | 150 ++++++++++++++++++ .../Co Print ChromaSet 0.4 nozzle fast.json | 15 +- .../Co Print ChromaSet 0.4 nozzle.json | 25 +-- .../Co Print/machine/fdm_coprint_common.json | 25 +-- .../Co Print/machine/fdm_machine_common.json | 12 +- .../0.2mm Fast @Co Print ChromaSet 0.4.json | 13 +- ....2mm Standard @Co Print ChromaSet 0.4.json | 4 +- .../Co Print/process/fdm_process_common.json | 42 ++--- .../process/fdm_process_coprint_common.json | 48 +++--- 14 files changed, 415 insertions(+), 95 deletions(-) create mode 100644 resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json create mode 100644 resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json diff --git a/resources/profiles/Co Print.json b/resources/profiles/Co Print.json index 049814d4ede..a21f5940fab 100644 --- a/resources/profiles/Co Print.json +++ b/resources/profiles/Co Print.json @@ -47,6 +47,14 @@ "name": "Co Print ChromaSet 0.4 nozzle", "sub_path": "machine/Co Print ChromaSet 0.4 nozzle.json" }, + { + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json" + }, + { + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "sub_path": "machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json" + }, { "name": "Co Print ChromaSet 0.4 nozzle fast", "sub_path": "machine/Co Print ChromaSet 0.4 nozzle fast.json" diff --git a/resources/profiles/Co Print/filament/CoPrint Generic PLA.json b/resources/profiles/Co Print/filament/CoPrint Generic PLA.json index 0c0fde13715..467830fc77d 100644 --- a/resources/profiles/Co Print/filament/CoPrint Generic PLA.json +++ b/resources/profiles/Co Print/filament/CoPrint Generic PLA.json @@ -7,13 +7,15 @@ "instantiation": "true", "inherits": "fdm_filament_pla", "filament_load_time": [ - "10" + "9.75" ], "filament_unload_time": [ - "10" + "9.75" ], "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/fdm_filament_common.json b/resources/profiles/Co Print/filament/fdm_filament_common.json index 6b50d8385b0..27d081eae86 100644 --- a/resources/profiles/Co Print/filament/fdm_filament_common.json +++ b/resources/profiles/Co Print/filament/fdm_filament_common.json @@ -41,7 +41,7 @@ ], "filament_flow_ratio": [ - "0.91" + "0.95" ], "reduce_fan_stop_start_freq": [ "0" @@ -62,7 +62,7 @@ "1.75" ], "filament_max_volumetric_speed": [ - "15" + "14" ], "filament_minimal_purge_on_wipe_tower": [ "15" diff --git a/resources/profiles/Co Print/filament/fdm_filament_pla.json b/resources/profiles/Co Print/filament/fdm_filament_pla.json index e3b8ae5e245..49e6e1fc279 100644 --- a/resources/profiles/Co Print/filament/fdm_filament_pla.json +++ b/resources/profiles/Co Print/filament/fdm_filament_pla.json @@ -56,14 +56,14 @@ "1.75" ], "filament_flow_ratio": [ - "0.91" + "0.95" ], "filament_is_support": [ "0" ], "filament_max_volumetric_speed": [ - "15" + "14" ], "filament_minimal_purge_on_wipe_tower": [ "15" @@ -175,10 +175,10 @@ "90" ], "filament_load_time": [ - "0" + "9.75" ], "filament_unload_time": [ - "0" + "9.75" ], "filament_toolchange_delay": [ "0" diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json new file mode 100644 index 00000000000..d7dbb1cddb8 --- /dev/null +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json @@ -0,0 +1,150 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus", + "from": "system", + "instantiation": "true", + "inherits": "fdm_machine_common", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "290x0", + "290x283", + "0x283" + ], + "printable_height": "330", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "Co Print PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + + "z_hop_types": "Spiral Lift" + + +} \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json new file mode 100644 index 00000000000..a93a312ae7f --- /dev/null +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json @@ -0,0 +1,150 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "from": "system", + "instantiation": "true", + "inherits": "fdm_machine_common", + "printer_model": "Co Print ChromaSet", + "default_print_profile": "0.2mm Standard @Co Print ChromaSet 0.4", + "printer_variant": "0.4", + "nozzle_diameter": [ + "0.4" + ], + "retract_before_wipe": [ + "0%" + ], + "printable_area": [ + "0x0", + "180x0", + "180x173", + "0x173" + ], + "printable_height": "250", + "gcode_flavor": "klipper", + "retraction_length": [ + "0.5" + ], + "machine_max_speed_e": [ + "100" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_max_acceleration_e": [ + "2500" + ], + "machine_max_acceleration_extruding": [ + "5000" + ], + "machine_max_acceleration_retracting": [ + "2500" + ], + "machine_max_acceleration_travel": [ + "40000" + ], + "machine_max_acceleration_x": [ + "5000" + ], + "machine_max_acceleration_y": [ + "5000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "2.5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "0.2" + ], + "z_hop": [ + "0.2" + ], + "retraction_speed": [ + "60" + ], + "deretraction_speed": [ + "30" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "2" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "thumbnails": [ + "300x300", + "400x300", + "96x96", + "32x32" + ], + "retract_lift_below": [ + "343" + ], + "thumbnails_format": "PNG", + "machine_start_gcode": "start_print EXTRUDER=[initial_extruder] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_end_gcode": "end_print", + "change_filament_gcode": "FILAMENT_CHANGE LAYER_NUM=[layer_num] NEXT_EXTRUDER=[next_extruder]", + "default_filament_profile": [ + "Co Print PLA" + ], + "extruder_clearance_radius": [ + "65" + ], + "extruder_clearance_height_to_rod": [ + "36" + ], + "extruder_clearance_height_to_lid": [ + "140" + ], + "min_layer_height": [ + "0.08" + ], + "max_layer_height": [ + "0.32" + ], + "retract_restart_extra": [ + "0" + ], + "cooling_tube_retraction": [ + "0" + ], + "cooling_tube_length": [ + "0" + ], + "parking_pos_retraction": [ + "25" + ], + "retract_when_changing_layer": [ + "0" + ], + "extra_loading_move": [ + "0" + ], + "high_current_on_filament_swap": [ + "1" + ], + + "z_hop_types": "Spiral Lift" + + +} \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json index 07be5635322..ab8b3771228 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json @@ -12,7 +12,7 @@ "0.4" ], "retract_before_wipe": [ - "70%" + "0%" ], "printable_area": [ "0x0", @@ -20,13 +20,13 @@ "225x225", "0x225" ], - "printable_height": "345", + "printable_height": "250", "gcode_flavor": "klipper", "retraction_length": [ - "1" + "0.5" ], "machine_max_speed_e": [ - "20" + "100" ], "machine_max_speed_x": [ "700" @@ -74,7 +74,7 @@ "0.2" ], "retraction_speed": [ - "30" + "60" ], "deretraction_speed": [ "30" @@ -94,6 +94,7 @@ "thumbnails": [ "300x300", "400x300", + "96x96", "32x32" ], "retract_lift_below": [ @@ -134,7 +135,7 @@ "25" ], "retract_when_changing_layer": [ - "1" + "0" ], "extra_loading_move": [ "0" @@ -143,7 +144,7 @@ "1" ], - "z_hop_types": "Normal Lift" + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json index b8e02072ee2..5a6858a137f 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json @@ -12,7 +12,7 @@ "0.4" ], "retract_before_wipe": [ - "70%" + "0%" ], "printable_area": [ "0x0", @@ -20,10 +20,10 @@ "225x225", "0x225" ], - "printable_height": "345", + "printable_height": "250", "gcode_flavor": "klipper", "retraction_length": [ - "1" + "0.5" ], "machine_max_speed_e": [ "100" @@ -35,7 +35,7 @@ "500" ], "machine_max_speed_z": [ - "20" + "10" ], "machine_max_acceleration_e": [ "2500" @@ -56,16 +56,16 @@ "5000" ], "machine_max_acceleration_z": [ - "500" + "100" ], "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ - "10" + "8" ], "machine_max_jerk_y": [ - "10" + "8" ], "machine_max_jerk_z": [ "0.2" @@ -74,10 +74,10 @@ "0.2" ], "retraction_speed": [ - "50" + "60" ], "deretraction_speed": [ - "50" + "30" ], "retraction_minimum_travel": [ "1" @@ -86,7 +86,7 @@ "2" ], "wipe": [ - "0" + "1" ], "wipe_distance": [ "2" @@ -94,6 +94,7 @@ "thumbnails": [ "300x300", "400x300", + "96x96", "32x32" ], "retract_lift_below": [ @@ -134,7 +135,7 @@ "25" ], "retract_when_changing_layer": [ - "1" + "0" ], "extra_loading_move": [ "0" @@ -143,7 +144,7 @@ "1" ], - "z_hop_types": "Normal Lift" + "z_hop_types": "Spiral Lift" } \ No newline at end of file diff --git a/resources/profiles/Co Print/machine/fdm_coprint_common.json b/resources/profiles/Co Print/machine/fdm_coprint_common.json index 8cfeb1be12b..3d13604e332 100644 --- a/resources/profiles/Co Print/machine/fdm_coprint_common.json +++ b/resources/profiles/Co Print/machine/fdm_coprint_common.json @@ -10,18 +10,18 @@ "0.4" ], "retract_before_wipe": [ - "70%" + "0%" ], "printable_area": [ "0x0", - "350x0", - "350x350", - "0x350" + "225x0", + "225x225", + "0x225" ], - "printable_height": "345", + "printable_height": "250", "gcode_flavor": "klipper", "retraction_length": [ - "1" + "0.5" ], "machine_max_speed_e": [ "100" @@ -33,7 +33,7 @@ "500" ], "machine_max_speed_z": [ - "20" + "10" ], "machine_max_acceleration_e": [ "2500" @@ -54,16 +54,16 @@ "5000" ], "machine_max_acceleration_z": [ - "500" + "100" ], "machine_max_jerk_e": [ "2.5" ], "machine_max_jerk_x": [ - "10" + "8" ], "machine_max_jerk_y": [ - "10" + "8" ], "machine_max_jerk_z": [ "0.2" @@ -72,10 +72,10 @@ "0.2" ], "retraction_speed": [ - "50" + "60" ], "deretraction_speed": [ - "50" + "30" ], "retraction_minimum_travel": [ "1" @@ -89,6 +89,7 @@ "thumbnails": [ "300x300", "400x300", + "96x96", "32x32" ], "retract_lift_below": [ diff --git a/resources/profiles/Co Print/machine/fdm_machine_common.json b/resources/profiles/Co Print/machine/fdm_machine_common.json index 37eae97975a..a24474d89b9 100644 --- a/resources/profiles/Co Print/machine/fdm_machine_common.json +++ b/resources/profiles/Co Print/machine/fdm_machine_common.json @@ -5,7 +5,7 @@ "instantiation": "false", "printer_technology": "FFF", "deretraction_speed": [ - "50" + "30" ], "extruder_colour": [ "#FCE94F" @@ -31,7 +31,7 @@ "10000" ], "machine_max_acceleration_z": [ - "500" + "100" ], "machine_max_speed_e": [ "60" @@ -82,13 +82,13 @@ "2" ], "retract_before_wipe": [ - "70%" + "0%" ], "retract_when_changing_layer": [ - "1" + "0" ], "retraction_length": [ - "1" + "0.5" ], "retract_length_toolchange": [ "1" @@ -103,7 +103,7 @@ "0" ], "retraction_speed": [ - "50" + "60" ], "single_extruder_multi_material": "1", "wipe": [ diff --git a/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json b/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json index e5c65b3e7a3..fbf01ea897a 100644 --- a/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json +++ b/resources/profiles/Co Print/process/0.2mm Fast @Co Print ChromaSet 0.4.json @@ -5,15 +5,15 @@ "from": "system", "instantiation": "true", "inherits": "fdm_process_coprint_common", - "elefant_foot_compensation": "0.15", + "elefant_foot_compensation": "0.1", "initial_layer_speed": "60", "initial_layer_infill_speed": "100", - "inner_wall_speed": "300", + "inner_wall_speed": "200", "small_perimeter_speed": "50%", "internal_solid_infill_speed": "300", "travel_speed": "500", "gap_infill_speed": "300", - "outer_wall_speed":"100", + "outer_wall_speed":"120", "top_surface_speed": "150", "default_acceleration": "10000", "outer_wall_acceleration": "3000", @@ -24,8 +24,11 @@ "internal_solid_infill_acceleration": "80%", "top_surface_acceleration": "2000", "travel_acceleration": "10000", - "default_jerk": "9", + "default_jerk": "0", + "wipe_tower_max_purge_speed": "200", "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle fast" + "Co Print ChromaSet 0.4 nozzle fast", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3", + "Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus" ] } diff --git a/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json b/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json index 3f67140d822..0b485ef04cd 100644 --- a/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json +++ b/resources/profiles/Co Print/process/0.2mm Standard @Co Print ChromaSet 0.4.json @@ -7,6 +7,8 @@ "inherits": "fdm_process_coprint_common", "default_acceleration": "5000", "compatible_printers": [ - "Co Print ChromaSet 0.4 nozzle" + "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" ] } diff --git a/resources/profiles/Co Print/process/fdm_process_common.json b/resources/profiles/Co Print/process/fdm_process_common.json index 841ddc2ea66..e3d42b5918d 100644 --- a/resources/profiles/Co Print/process/fdm_process_common.json +++ b/resources/profiles/Co Print/process/fdm_process_common.json @@ -4,7 +4,7 @@ "from": "system", "instantiation": "false", "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", + "reduce_crossing_wall": "1", "bridge_flow": "0.9031", "bridge_speed": "25", "internal_bridge_speed": "100", @@ -14,11 +14,11 @@ "default_acceleration": "5000", "bridge_no_support": "0", "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", + "outer_wall_line_width": "0.42", "outer_wall_speed": "60", - "line_width": "0.4", + "line_width": "0.42", "infill_direction": "45", - "sparse_infill_density": "10%", + "sparse_infill_density": "15%", "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.5", "layer_height": "0.2", @@ -34,53 +34,53 @@ "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", "wall_loops": "2", - "inner_wall_line_width": "0.4", - "inner_wall_speed": "200", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", "print_settings_id": "", "raft_layers": "0", "seam_position": "aligned", "seam_gap": "5%", - "skirt_distance": "4", + "skirt_distance": "2", "skirt_height": "1", "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.4", + "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "200", "spiral_mode": "0", "standby_temperature_delta": "-5", "enable_support": "0", "support_filament": "0", - "support_line_width": "0.4", + "support_line_width": "0.42", "support_interface_filament": "0", "support_on_build_plate_only": "0", - "support_top_z_distance": "0", + "support_top_z_distance": "0.2", "support_interface_loop_pattern": "0", - "support_interface_top_layers": "0", - "support_interface_spacing": "0", + "support_interface_top_layers": "2", + "support_interface_spacing": "0.5", "support_interface_speed": "200", "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", + "support_base_pattern_spacing": "2.5", "support_speed": "200", "extra_perimeters_on_overhangs": "0", - "initial_layer_infill_speed": "100", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", + "initial_layer_infill_speed": "60", + "support_threshold_angle": "35", + "support_object_xy_distance": "0.35", "detect_thin_wall": "1", "top_surface_line_width": "0.4", "top_surface_speed": "80", "travel_speed": "350", "enable_prime_tower": "1", - "prime_tower_width": "120", + "prime_tower_width": "150", "xy_hole_compensation": "0", "xy_contour_compensation": "0", "resolution": "0.012", - "wall_generator": "classic", + "wall_generator": "arachne", "wall_sequence": "inner wall/outer wall", "print_flow_ratio": "1", "top_shell_layers": "4", "internal_bridge_flow": "0.9031", "slow_down_layers": "3", - "gap_fill_target": "everywhere", - "skirt_loops": "6", + "gap_fill_target": "nowhere", + "skirt_loops": "3", "skirt_speed": "50", "draft_shield": "disabled", "brim_type": "no_brim", @@ -88,7 +88,7 @@ "inner_wall_acceleration": "3000", "top_solid_infill_flow_ratio": "1", "bottom_solid_infill_flow_ratio": "1", - "outer_wall_acceleration": "1000", + "outer_wall_acceleration": "1500", "bridge_acceleration": "800%", "sparse_infill_acceleration": "80%", "internal_solid_infill_acceleration": "80%", diff --git a/resources/profiles/Co Print/process/fdm_process_coprint_common.json b/resources/profiles/Co Print/process/fdm_process_coprint_common.json index c9df5e9979f..5f5d557f44d 100644 --- a/resources/profiles/Co Print/process/fdm_process_coprint_common.json +++ b/resources/profiles/Co Print/process/fdm_process_coprint_common.json @@ -5,10 +5,10 @@ "instantiation": "false", "inherits": "fdm_process_common", "adaptive_layer_height": "0", - "reduce_crossing_wall": "0", + "reduce_crossing_wall": "1", "bridge_flow": "0.9031", "bridge_speed": "25", - "default_jerk": "9", + "default_jerk": "0", "infill_jerk": "12", "inner_wall_jerk": "7", "outer_wall_jerk": "7", @@ -23,11 +23,11 @@ "default_acceleration": "5000", "bridge_no_support": "0", "elefant_foot_compensation": "0.1", - "outer_wall_line_width": "0.4", + "outer_wall_line_width": "0.42", "outer_wall_speed": "60", - "line_width": "0.4", + "line_width": "0.42", "infill_direction": "45", - "sparse_infill_density": "10%", + "sparse_infill_density": "15%", "sparse_infill_pattern": "grid", "initial_layer_line_width": "0.5", "initial_layer_print_height": "0.2", @@ -42,53 +42,55 @@ "reduce_infill_retraction": "1", "filename_format": "{input_filename_base}{filament_type[0]}{layer_height}_{print_time}.gcode", "wall_loops": "2", - "inner_wall_line_width": "0.4", - "inner_wall_speed": "200", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", "print_settings_id": "", "raft_layers": "0", "seam_position": "aligned", "seam_gap": "5%", - "skirt_distance": "4", + "skirt_distance": "2", "skirt_height": "1", - "support_type": "tree(manual)", + "support_type": "tree(auto)", "minimum_sparse_infill_area": "0", - "internal_solid_infill_line_width": "0.4", + "internal_solid_infill_line_width": "0.42", "internal_solid_infill_speed": "200", "spiral_mode": "0", "standby_temperature_delta": "-5", "enable_support": "0", "support_filament": "0", - "support_line_width": "0.4", + "support_line_width": "0.42", "support_interface_filament": "0", - "initial_layer_infill_speed": "100", + "initial_layer_infill_speed": "60", "support_on_build_plate_only": "0", - "support_top_z_distance": "0", + "support_top_z_distance": "0.2", "support_interface_loop_pattern": "0", - "support_interface_top_layers": "0", - "support_interface_spacing": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "-1", + "support_interface_spacing": "0.5", "support_interface_speed": "200", "support_base_pattern": "rectilinear", - "support_base_pattern_spacing": "2", + "support_base_pattern_spacing": "2.5", "support_speed": "200", - "support_threshold_angle": "30", - "support_object_xy_distance": "0.5", + "support_threshold_angle": "35", + "support_object_xy_distance": "0.35", "detect_thin_wall": "1", "top_surface_line_width": "0.4", "top_surface_speed": "80", "travel_speed": "350", "enable_prime_tower": "1", - "prime_tower_width": "120", + "prime_tower_width": "150", "xy_hole_compensation": "0", "xy_contour_compensation": "0", "resolution": "0.012", - "wall_generator": "classic", + "wall_generator": "arachne", "wall_sequence": "inner wall/outer wall", + "wipe_tower_max_purge_speed": "150", "print_flow_ratio": "1", "internal_bridge_flow": "0.9031", - "gap_fill_target": "everywhere", + "gap_fill_target": "nowhere", "slow_down_layers": "3", "top_shell_layers": "4", - "skirt_loops": "6", + "skirt_loops": "3", "skirt_speed": "50", "extra_perimeters_on_overhangs": "0", "bottom_solid_infill_flow_ratio": "1", @@ -97,7 +99,7 @@ "brim_type": "no_brim", "exclude_object": "1", "inner_wall_acceleration": "3000", - "outer_wall_acceleration": "1000", + "outer_wall_acceleration": "1500", "bridge_acceleration": "80%", "sparse_infill_acceleration": "80%", "internal_solid_infill_acceleration": "80%",