diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 4d18cef8ce..94b13a8455 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,6 +1,6 @@ { "name": "Qidi", - "version": "01.06.04.00", + "version": "01.06.04.01", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ diff --git a/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json b/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json index 38963eec60..8a5d61a5f9 100644 --- a/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json +++ b/resources/profiles/Qidi/machine/fdm_qidi_x3_common.json @@ -66,9 +66,9 @@ "2", "2" ], - "change_filament_gcode": "", + "change_filament_gcode": "", "machine_pause_gcode": "M0", - "machine_start_gcode": "G28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600", - "machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\nG0 Z{min(max_print_height,max_layer_z+10)} F600\nG0 X0 Y{print_bed_max[1]-11} F12000", + "machine_start_gcode": "G28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600", + "machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\n{if max_layer_z < max_print_height / 2}\nG1 Z{max_print_height / 2 + 10} F600\n{else}\nG1 Z{min(max_print_height, max_layer_z + 10)}\n{endif}\nG0 X0 Y{print_bed_max[1]-11} F12000", "scan_first_layer": "0" } diff --git a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json index 90c9d85a9a..bf373c0c95 100644 --- a/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json +++ b/resources/profiles/Qidi/process/fdm_process_qidi_x3_common.json @@ -23,6 +23,7 @@ "support_interface_speed": "100%", "ironing_speed": "15", "bridge_speed": "25", + "internal_bridge_speed" : "70", "default_jerk": "9", "initial_layer_jerk": "9", "outer_wall_jerk": "7", diff --git a/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json b/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json index b59e9324ec..57e768e1ac 100644 --- a/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json +++ b/resources/profiles/Ratrig/process/fdm_process_ratrig_common.json @@ -12,6 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.80", "bridge_speed": "25", + "internal_bridge_speed" : "70", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index 438d51df84..6cbe06c8e8 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.06.04.01", + "version": "01.06.04.02", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron/process/fdm_process_common.json b/resources/profiles/Voron/process/fdm_process_common.json index 7398bcd481..23706f8a87 100644 --- a/resources/profiles/Voron/process/fdm_process_common.json +++ b/resources/profiles/Voron/process/fdm_process_common.json @@ -7,6 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", + "internal_bridge_speed" : "70", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", diff --git a/resources/profiles/Voron/process/fdm_process_voron_common.json b/resources/profiles/Voron/process/fdm_process_voron_common.json index 7fdd869a2d..48d8772e96 100644 --- a/resources/profiles/Voron/process/fdm_process_voron_common.json +++ b/resources/profiles/Voron/process/fdm_process_voron_common.json @@ -12,6 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "25", + "internal_bridge_speed" : "70", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json index 919a11f2ae..b4e8f184f4 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common.json @@ -12,6 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", + "internal_bridge_speed" : "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json index 6ae343d88e..2aa584dd86 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.5_nozzle.json @@ -12,6 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", + "internal_bridge_speed" : "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", diff --git a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json index 8f7ffabeea..8a22c5d9be 100644 --- a/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_Vzbot_common_0.6_nozzle.json @@ -12,6 +12,7 @@ "bottom_shell_thickness": "0", "bridge_flow": "0.95", "bridge_speed": "150", + "internal_bridge_speed" : "100%", "brim_width": "5", "brim_object_gap": "0.1", "compatible_printers_condition": "", diff --git a/resources/profiles/Vzbot/process/fdm_process_common.json b/resources/profiles/Vzbot/process/fdm_process_common.json index 7398bcd481..23706f8a87 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common.json +++ b/resources/profiles/Vzbot/process/fdm_process_common.json @@ -7,6 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "25", + "internal_bridge_speed" : "70", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", diff --git a/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json index 7d08c8a6aa..e88c458d77 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_common_0.5_nozzle.json @@ -7,6 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "150", + "internal_bridge_speed" : "100%", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer", diff --git a/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json b/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json index abef2de4b3..92236d32c0 100644 --- a/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json +++ b/resources/profiles/Vzbot/process/fdm_process_common_0.6_nozzle.json @@ -7,6 +7,7 @@ "reduce_crossing_wall": "0", "bridge_flow": "0.95", "bridge_speed": "150", + "internal_bridge_speed" : "100%", "brim_width": "5", "compatible_printers": [], "print_sequence": "by layer",