Qidi.json

This commit is contained in:
HYzd766 2024-06-26 15:37:31 +08:00 committed by Lane.Wei
parent 8ede43721b
commit f23ad167d3
113 changed files with 2500 additions and 2515 deletions

View File

@ -18,14 +18,15 @@
"0x245" "0x245"
], ],
"bed_exclude_area": [ "bed_exclude_area": [
"25x240",
"115x240",
"115x245",
"25x245", "25x245",
"25x240",
"115x240",
"115x245",
"208x245",
"208x240", "208x240",
"245x240", "245x240",
"245x245", "245x245",
"208x245" "208x245"
], ],
"printable_height": "240", "printable_height": "240",
"nozzle_type": "hardened_steel", "nozzle_type": "hardened_steel",
@ -62,7 +63,7 @@
], ],
"layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nG92 E0\n", "layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nLOG_Z\nG92 E0\n",
"machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}",
"machine_start_gcode": "PRINT_START BED=[hot_plate_temp_initial_layer] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperatures]\nM83\nM140 S[hot_plate_temp_initial_layer]\nM104 S[nozzle_temperature_initial_layer]\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 3} Z0\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 6}\nG1 Z1 F600", "machine_start_gcode": "PRINT_START BED=[hot_plate_temp_initial_layer] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperatures]\nM83\nM140 S[hot_plate_temp_initial_layer]\nM104 S[nozzle_temperature_initial_layer]\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 5, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 3} Z0\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85), 0) + 6}\nG1 Z1 F600\n",
"thumbnails_format": "PNG", "thumbnails_format": "PNG",
"default_filament_profile": [ "default_filament_profile": [
"Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle" "Qidi Generic PLA @Qidi Q1 Pro 0.4 nozzle"

View File

@ -22,8 +22,7 @@
"380x380", "380x380",
"210x210" "210x210"
], ],
"thumbnails_format": "ColPic", "machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[hot_plate_temp_initial_layer]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM191 S{overall_chamber_temperature}\nM109 S[nozzle_temperature_initial_layer]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n",
"machine_start_gcode": "PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[hot_plate_temp_initial_layer]\nG28 Z\nG29; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[nozzle_temperature_initial_layer]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 E{10 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\n",
"machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}",
"scan_first_layer": "0" "scan_first_layer": "0"
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_001", "setting_id": "GP024",
"name": "0.06mm Standard @Qidi Q1 Pro 0.2 nozzle", "name": "0.06mm Standard @Qidi Q1 Pro 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_002", "setting_id": "GP024",
"name": "0.06mm Standard @Qidi XMax3 0.2 nozzle", "name": "0.06mm Standard @Qidi XMax3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_003", "setting_id": "GP024",
"name": "0.06mm Standard @Qidi XPlus3 0.2 nozzle", "name": "0.06mm Standard @Qidi XPlus3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_004", "setting_id": "GP024",
"name": "0.06mm Standard @Qidi XSmart3 0.2 nozzle", "name": "0.06mm Standard @Qidi XSmart3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_005", "setting_id": "GP025",
"name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle", "name": "0.08mm Standard @Qidi Q1 Pro 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_006", "setting_id": "GP025",
"name": "0.08mm Standard @Qidi XMax3 0.2 nozzle", "name": "0.08mm Standard @Qidi XMax3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_007", "setting_id": "GP025",
"name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle", "name": "0.08mm Standard @Qidi XPlus3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_008", "setting_id": "GP025",
"name": "0.08mm Standard @Qidi XSmart3 0.2 nozzle", "name": "0.08mm Standard @Qidi XSmart3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_009", "setting_id": "GP007",
"name": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle", "name": "0.10mm Standard @Qidi Q1 Pro 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_010", "setting_id": "GP007",
"name": "0.10mm Standard @Qidi XMax3 0.2 nozzle", "name": "0.10mm Standard @Qidi XMax3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_011", "setting_id": "GP007",
"name": "0.10mm Standard @Qidi XPlus3 0.2 nozzle", "name": "0.10mm Standard @Qidi XPlus3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_012", "setting_id": "GP007",
"name": "0.10mm Standard @Qidi XSmart3 0.2 nozzle", "name": "0.10mm Standard @Qidi XSmart3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_013", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi Q1 Pro", "name": "0.12mm Fine @Qidi Q1 Pro",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_014", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi X3", "name": "0.12mm Fine @Qidi X3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_015", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XCFPro", "name": "0.12mm Fine @Qidi XCFPro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.12", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.12",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.12", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.12",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.12", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "25", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.12",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "50", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "25", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "25", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "50", "support_speed": "25",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "25", "support_object_xy_distance": "50%",
"gap_infill_speed": "25", "tree_support_branch_angle": "40",
"sparse_infill_speed": "50", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-CF Pro 0.4 nozzle" "initial_layer_infill_speed": "50",
] "outer_wall_speed": "25",
"outer_wall_jerk": "8",
"inner_wall_speed": "25",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "50",
"infill_jerk": "8",
"top_surface_speed": "25",
"gap_infill_speed": "25",
"sparse_infill_speed": "50",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-CF Pro 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_016", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XMax", "name": "0.12mm Fine @Qidi XMax",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.12", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.12",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.12", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.12",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.12", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.12",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Max 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_017", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XMax3", "name": "0.12mm Fine @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.12mm Fine @Qidi X3",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.12", "Qidi X-Max 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.12",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.12",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 3 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_018", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XPlus", "name": "0.12mm Fine @Qidi XPlus",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.12", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.12",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.12", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.12",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.12", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.12",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Plus 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_019", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XPlus3", "name": "0.12mm Fine @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.12mm Fine @Qidi X3",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.12", "Qidi X-Plus 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic", }
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.12",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.12",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 3 0.4 nozzle"
]
}

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_020", "setting_id": "GP004",
"name": "0.12mm Fine @Qidi XSmart3", "name": "0.12mm Fine @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.12mm Fine @Qidi X3",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.12", "Qidi X-Smart 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.12",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.12",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Smart 3 0.4 nozzle"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_021", "setting_id": "GP026",
"name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle", "name": "0.12mm Standard @Qidi Q1 Pro 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_022", "setting_id": "GP026",
"name": "0.12mm Standard @Qidi XMax3 0.2 nozzle", "name": "0.12mm Standard @Qidi XMax3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_023", "setting_id": "GP026",
"name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle", "name": "0.12mm Standard @Qidi XPlus3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_024", "setting_id": "GP026",
"name": "0.12mm Standard @Qidi XSmart3 0.2 nozzle", "name": "0.12mm Standard @Qidi XSmart3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_025", "setting_id": "GP027",
"name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle", "name": "0.14mm Standard @Qidi Q1 Pro 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_026", "setting_id": "GP027",
"name": "0.14mm Standard @Qidi XMax3 0.2 nozzle", "name": "0.14mm Standard @Qidi XMax3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_027", "setting_id": "GP027",
"name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle", "name": "0.14mm Standard @Qidi XPlus3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_028", "setting_id": "GP027",
"name": "0.14mm Standard @Qidi XSmart3 0.2 nozzle", "name": "0.14mm Standard @Qidi XSmart3 0.2 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GGP_Qidi_029", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi Q1 Pro", "name": "0.16mm Optimal @Qidi Q1 Pro",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_030", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi X3", "name": "0.16mm Optimal @Qidi X3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_031", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XCFPro", "name": "0.16mm Optimal @Qidi XCFPro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.16", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.16",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.16", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.16",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.16", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "25", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.16",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "50", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "25", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "25", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "50", "support_speed": "25",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "25", "support_object_xy_distance": "50%",
"gap_infill_speed": "25", "tree_support_branch_angle": "40",
"sparse_infill_speed": "50", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-CF Pro 0.4 nozzle" "initial_layer_infill_speed": "50",
] "outer_wall_speed": "25",
"outer_wall_jerk": "8",
"inner_wall_speed": "25",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "50",
"infill_jerk": "8",
"top_surface_speed": "25",
"gap_infill_speed": "25",
"sparse_infill_speed": "50",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-CF Pro 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_032", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XMax", "name": "0.16mm Optimal @Qidi XMax",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.16", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.16",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.16", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.16",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.16", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.16",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Max 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_033", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XMax3", "name": "0.16mm Optimal @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.16mm Optimal @Qidi X3",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.16", "Qidi X-Max 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.16",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.16",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 3 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_034", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XPlus", "name": "0.16mm Optimal @Qidi XPlus",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.16", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.16",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.16", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.16",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.16", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.16",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Plus 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_035", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XPlus3", "name": "0.16mm Optimal @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.16mm Optimal @Qidi X3",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.16",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.16",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [ "compatible_printers": [
"Qidi X-Plus 3 0.4 nozzle" "Qidi X-Plus 3 0.4 nozzle"
] ]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_036", "setting_id": "GP004",
"name": "0.16mm Optimal @Qidi XSmart3", "name": "0.16mm Optimal @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "instantiation": "true",
"instantiation": "true", "inherits": "0.16mm Optimal @Qidi X3",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.16", "Qidi X-Smart 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.16",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.16",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Smart 3 0.4 nozzle"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP037", "setting_id": "GP028",
"name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle", "name": "0.18mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_038", "setting_id": "GP028",
"name": "0.18mm Standard @Qidi XMax3 0.6 nozzle", "name": "0.18mm Standard @Qidi XMax3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_039", "setting_id": "GP028",
"name": "0.18mm Standard @Qidi XPlus3 0.6 nozzle", "name": "0.18mm Standard @Qidi XPlus3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_040", "setting_id": "GP028",
"name": "0.18mm Standard @Qidi XSmart3 0.6 nozzle", "name": "0.18mm Standard @Qidi XSmart3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_041", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi Q1 Pro", "name": "0.20mm Standard @Qidi Q1 Pro",
"from": "system", "from": "system",
"inherits": "0.20mm Standard @Qidi X3", "inherits": "0.20mm Standard @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_042", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi X3", "name": "0.20mm Standard @Qidi X3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_043", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XCFPro", "name": "0.20mm Standard @Qidi XCFPro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.2", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.2",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.2", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.2",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.2", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "25", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.2",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "50", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "25", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "25", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "50", "support_speed": "25",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "25", "support_object_xy_distance": "50%",
"gap_infill_speed": "25", "tree_support_branch_angle": "40",
"sparse_infill_speed": "50", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-CF Pro 0.4 nozzle" "initial_layer_infill_speed": "50",
] "outer_wall_speed": "25",
"outer_wall_jerk": "8",
"inner_wall_speed": "25",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "50",
"infill_jerk": "8",
"top_surface_speed": "25",
"gap_infill_speed": "25",
"sparse_infill_speed": "50",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-CF Pro 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_044", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XMax", "name": "0.20mm Standard @Qidi XMax",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.2", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.2",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.2", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.2",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.2", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.2",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Max 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_045", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XMax3", "name": "0.20mm Standard @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "0.20mm Standard @Qidi X3",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.2", "Qidi X-Max 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.2",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 3 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_046", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XPlus", "name": "0.20mm Standard @Qidi XPlus",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.2", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.2",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.2", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.2",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.2", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.2",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Plus 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_047", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XPlus3", "name": "0.20mm Standard @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "0.20mm Standard @Qidi X3",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.2", "Qidi X-Plus 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.2",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 3 0.4 nozzle"
]
} }

View File

@ -1,67 +1,11 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_048", "setting_id": "GP004",
"name": "0.20mm Standard @Qidi XSmart3", "name": "0.20mm Standard @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "0.20mm Standard @Qidi X3",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "compatible_printers": [
"layer_height": "0.2", "Qidi X-Smart 3 0.4 nozzle"
"max_travel_detour_distance": "0", ]
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "1",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.42",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "15%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_type": "no ironing",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_top_z_distance": "0.2",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Smart 3 0.4 nozzle"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_049", "setting_id": "GP004",
"name": "0.24mm Draft @Qidi Q1 Pro", "name": "0.24mm Draft @Qidi Q1 Pro",
"from": "system", "from": "system",
"inherits": "0.24mm Draft @Qidi X3", "inherits": "0.24mm Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_050", "setting_id": "GP004",
"name": "0.24mm Draft @Qidi X3", "name": "0.24mm Draft @Qidi X3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_051", "setting_id": "GP004",
"name": "0.24mm Draft @Qidi XMax3", "name": "0.24mm Draft @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "0.24mm Draft @Qidi X3", "inherits": "0.24mm Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_052", "setting_id": "GP004",
"name": "0.24mm Draft @Qidi XPlus3", "name": "0.24mm Draft @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "0.24mm Draft @Qidi X3", "inherits": "0.24mm Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_053", "setting_id": "GP004",
"name": "0.24mm Draft @Qidi XSmart3", "name": "0.24mm Draft @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "0.24mm Draft @Qidi X3", "inherits": "0.24mm Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_054", "setting_id": "GP029",
"name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle", "name": "0.24mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_055", "setting_id": "GP032",
"name": "0.24mm Standard @Qidi Q1 Pro 0.8 nozzle", "name": "0.24mm Standard @Qidi Q1 Pro 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_056", "setting_id": "GP029",
"name": "0.24mm Standard @Qidi XMax3 0.6 nozzle", "name": "0.24mm Standard @Qidi XMax3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_057", "setting_id": "GP032",
"name": "0.24mm Standard @Qidi XMax3 0.8 nozzle", "name": "0.24mm Standard @Qidi XMax3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_058", "setting_id": "GP029",
"name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle", "name": "0.24mm Standard @Qidi XPlus3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_059", "setting_id": "GP032",
"name": "0.24mm Standard @Qidi XPlus3 0.8 nozzle", "name": "0.24mm Standard @Qidi XPlus3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_060", "setting_id": "GP029",
"name": "0.24mm Standard @Qidi XSmart3 0.6 nozzle", "name": "0.24mm Standard @Qidi XSmart3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_061", "setting_id": "GP032",
"name": "0.24mm Standard @Qidi XSmart3 0.8 nozzle", "name": "0.24mm Standard @Qidi XSmart3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_062", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi Q1 Pro", "name": "0.25mm Draft @Qidi Q1 Pro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_063", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XCFPro", "name": "0.25mm Draft @Qidi XCFPro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.25", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.25",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "25", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.25",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "50", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "25", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "25", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "50", "support_speed": "25",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "25", "support_object_xy_distance": "50%",
"gap_infill_speed": "25", "tree_support_branch_angle": "40",
"sparse_infill_speed": "50", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-CF Pro 0.4 nozzle" "initial_layer_infill_speed": "50",
] "outer_wall_speed": "25",
"outer_wall_jerk": "8",
"inner_wall_speed": "25",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "50",
"infill_jerk": "8",
"top_surface_speed": "25",
"gap_infill_speed": "25",
"sparse_infill_speed": "50",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-CF Pro 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_064", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XMax", "name": "0.25mm Draft @Qidi XMax",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.25", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.25",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.25",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "35",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.45",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Max 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_065", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XMax3", "name": "0.25mm Draft @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.25", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.25",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0.42",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.25",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Max 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "35",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 3 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_066", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XPlus", "name": "0.25mm Draft @Qidi XPlus",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.25",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Plus 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_067", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XPlus3", "name": "0.25mm Draft @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.25", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.25",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0.42",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.25",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Plus 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "35",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 3 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_068", "setting_id": "GP004",
"name": "0.25mm Draft @Qidi XSmart3", "name": "0.25mm Draft @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.25", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.25",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.25", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.25",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0.42",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.25", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.25",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Smart 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "35",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Smart 3 0.4 nozzle"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_069", "setting_id": "GP004",
"name": "0.28mm Extra Draft @Qidi Q1 Pro", "name": "0.28mm Extra Draft @Qidi Q1 Pro",
"from": "system", "from": "system",
"inherits": "0.28mm Extra Draft @Qidi X3", "inherits": "0.28mm Extra Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_070", "setting_id": "GP004",
"name": "0.28mm Extra Draft @Qidi X3", "name": "0.28mm Extra Draft @Qidi X3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_071", "setting_id": "GP004",
"name": "0.28mm Extra Draft @Qidi XMax3", "name": "0.28mm Extra Draft @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "0.28mm Extra Draft @Qidi X3", "inherits": "0.28mm Extra Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_072", "setting_id": "GP004",
"name": "0.28mm Extra Draft @Qidi XPlus3", "name": "0.28mm Extra Draft @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "0.28mm Extra Draft @Qidi X3", "inherits": "0.28mm Extra Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_073", "setting_id": "GP004",
"name": "0.28mm Extra Draft @Qidi XSmart3", "name": "0.28mm Extra Draft @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "0.28mm Extra Draft @Qidi X3", "inherits": "0.28mm Extra Draft @Qidi X3",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_074", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi Q1 Pro", "name": "0.30mm Extra Draft @Qidi Q1 Pro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_075", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XCFPro", "name": "0.30mm Extra Draft @Qidi XCFPro",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.3", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.3",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.3", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "25", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.3",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "50", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "25", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "25", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "50", "support_speed": "25",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "25", "support_object_xy_distance": "50%",
"gap_infill_speed": "25", "tree_support_branch_angle": "40",
"sparse_infill_speed": "50", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-CF Pro 0.4 nozzle" "initial_layer_infill_speed": "50",
] "outer_wall_speed": "25",
"outer_wall_jerk": "8",
"inner_wall_speed": "25",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "50",
"infill_jerk": "8",
"top_surface_speed": "25",
"gap_infill_speed": "25",
"sparse_infill_speed": "50",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-CF Pro 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_076", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XMax", "name": "0.30mm Extra Draft @Qidi XMax",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.30", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.30",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.30", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.30",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Max 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_077", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XMax3", "name": "0.30mm Extra Draft @Qidi XMax3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.3", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.3",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.3", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.3",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Max 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "40",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Max 3 0.4 nozzle"
]
} }

View File

@ -1,96 +1,114 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_078", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XPlus", "name": "0.30mm Extra Draft @Qidi XPlus",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_common", "inherits": "fdm_process_qidi_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.3", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.3",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"bridge_speed": "25", "bridge_flow": "1",
"brim_width": "0", "bridge_speed": "25",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"default_acceleration": "500", "print_sequence": "by layer",
"default_jerk": "8", "default_acceleration": "500",
"top_surface_acceleration": "0", "default_jerk": "8",
"bridge_no_support": "0", "top_surface_acceleration": "0",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_acceleration": "500", "sparse_infill_pattern": "grid",
"travel_acceleration": "0", "initial_layer_acceleration": "500",
"inner_wall_acceleration": "500", "travel_acceleration": "0",
"initial_layer_line_width": "0.42", "inner_wall_acceleration": "500",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.42",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_speed": "15", "ironing_spacing": "0.1",
"ironing_type": "no ironing", "ironing_speed": "15",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"overhang_1_4_speed": "0", "detect_overhang_wall": "1",
"overhang_2_4_speed": "20", "overhang_1_4_speed": "0",
"overhang_3_4_speed": "15", "overhang_2_4_speed": "20",
"overhang_4_4_speed": "10", "overhang_3_4_speed": "15",
"inner_wall_line_width": "0.45", "overhang_4_4_speed": "10",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.3", "resolution": "0.012",
"support_interface_speed": "100", "support_type": "normal(auto)",
"support_speed": "30", "support_style": "grid",
"top_surface_pattern": "monotonic", "support_on_build_plate_only": "0",
"top_surface_line_width": "0.4", "support_top_z_distance": "0.3",
"top_shell_layers": "4", "support_filament": "0",
"top_shell_thickness": "0.8", "support_line_width": "0.42",
"top_surface_jerk": "8", "support_interface_loop_pattern": "0",
"initial_layer_speed": "20", "support_interface_filament": "0",
"initial_layer_jerk": "8", "support_interface_top_layers": "3",
"initial_layer_infill_speed": "30", "support_interface_bottom_layers": "-1",
"outer_wall_speed": "30", "support_interface_spacing": "0.5",
"outer_wall_jerk": "8", "support_interface_speed": "100%",
"inner_wall_speed": "30", "support_base_pattern": "rectilinear",
"inner_wall_jerk": "8", "support_base_pattern_spacing": "2.5",
"internal_solid_infill_speed": "60", "support_speed": "30",
"infill_jerk": "8", "support_threshold_angle": "30",
"top_surface_speed": "30", "support_object_xy_distance": "50%",
"gap_infill_speed": "30", "tree_support_branch_angle": "40",
"sparse_infill_speed": "60", "tree_support_wall_count": "0",
"travel_jerk": "8", "detect_thin_wall": "1",
"travel_speed": "500", "top_surface_pattern": "monotonic",
"enable_prime_tower": "0", "top_surface_line_width": "0.4",
"wipe_tower_no_sparse_layers": "0", "top_shell_layers": "4",
"prime_tower_width": "60", "top_shell_thickness": "0.8",
"xy_hole_compensation": "0", "top_surface_jerk": "8",
"xy_contour_compensation": "0", "initial_layer_speed": "20",
"compatible_printers": [ "initial_layer_jerk": "8",
"Qidi X-Plus 0.4 nozzle" "initial_layer_infill_speed": "30",
] "outer_wall_speed": "30",
"outer_wall_jerk": "8",
"inner_wall_speed": "30",
"inner_wall_jerk": "8",
"internal_solid_infill_speed": "60",
"infill_jerk": "8",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_jerk": "8",
"travel_speed": "500",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_079", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XPlus3", "name": "0.30mm Extra Draft @Qidi XPlus3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.3", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.3",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.3", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.3",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Plus 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "40",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Plus 3 0.4 nozzle"
]
} }

View File

@ -1,67 +1,85 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_080", "setting_id": "GP004",
"name": "0.30mm Extra Draft @Qidi XSmart3", "name": "0.30mm Extra Draft @Qidi XSmart3",
"from": "system", "from": "system",
"inherits": "fdm_process_qidi_x3_common", "inherits": "fdm_process_qidi_x3_common",
"instantiation": "true", "instantiation": "true",
"reduce_crossing_wall": "0", "adaptive_layer_height": "1",
"layer_height": "0.3", "reduce_crossing_wall": "0",
"max_travel_detour_distance": "0", "layer_height": "0.3",
"bottom_surface_pattern": "monotonic", "max_travel_detour_distance": "0",
"bottom_shell_layers": "3", "bottom_surface_pattern": "monotonic",
"bottom_shell_thickness": "0", "bottom_shell_layers": "3",
"bridge_flow": "1", "bottom_shell_thickness": "0",
"brim_width": "0", "bridge_flow": "1",
"brim_object_gap": "0", "brim_width": "0",
"compatible_printers_condition": "", "brim_object_gap": "0",
"print_sequence": "by layer", "compatible_printers_condition": "",
"bridge_no_support": "0", "print_sequence": "by layer",
"draft_shield": "disabled", "bridge_no_support": "0",
"elefant_foot_compensation": "0", "draft_shield": "disabled",
"outer_wall_line_width": "0.4", "elefant_foot_compensation": "0.1",
"wall_infill_order": "inner wall/outer wall/infill", "outer_wall_line_width": "0.4",
"line_width": "0.42", "wall_infill_order": "inner wall/outer wall/infill",
"infill_direction": "45", "line_width": "0.42",
"sparse_infill_density": "15%", "infill_direction": "45",
"sparse_infill_pattern": "grid", "sparse_infill_density": "15%",
"initial_layer_line_width": "0.42", "sparse_infill_pattern": "grid",
"initial_layer_print_height": "0.3", "initial_layer_line_width": "0.5",
"infill_combination": "0", "initial_layer_print_height": "0.3",
"sparse_infill_line_width": "0.45", "infill_combination": "0",
"infill_wall_overlap": "15%", "sparse_infill_line_width": "0.45",
"interface_shells": "0", "infill_wall_overlap": "15%",
"ironing_flow": "15%", "interface_shells": "0",
"ironing_spacing": "0.1", "ironing_flow": "15%",
"ironing_type": "no ironing", "ironing_spacing": "0.1",
"reduce_infill_retraction": "1", "ironing_type": "no ironing",
"filename_format": "[input_filename_base].gcode", "reduce_infill_retraction": "1",
"detect_overhang_wall": "1", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
"inner_wall_line_width": "0.45", "detect_overhang_wall": "1",
"wall_loops": "2", "inner_wall_line_width": "0.45",
"print_settings_id": "", "wall_loops": "2",
"raft_layers": "0", "print_settings_id": "",
"seam_position": "aligned", "raft_layers": "0",
"skirt_distance": "2", "seam_position": "aligned",
"skirt_height": "1", "skirt_distance": "2",
"skirt_loops": "2", "skirt_height": "1",
"minimum_sparse_infill_area": "10", "skirt_loops": "2",
"internal_solid_infill_line_width": "0", "minimum_sparse_infill_area": "10",
"spiral_mode": "0", "internal_solid_infill_line_width": "0",
"standby_temperature_delta": "-5", "spiral_mode": "0",
"enable_support": "0", "standby_temperature_delta": "-5",
"resolution": "0.012", "enable_support": "0",
"support_top_z_distance": "0.3", "resolution": "0.012",
"top_surface_pattern": "monotonic", "support_type": "normal(auto)",
"top_surface_line_width": "0.4", "support_style": "grid",
"top_shell_layers": "4", "support_on_build_plate_only": "0",
"top_shell_thickness": "0.8", "support_top_z_distance": "0.3",
"enable_prime_tower": "0", "support_filament": "0",
"wipe_tower_no_sparse_layers": "0", "support_line_width": "0.42",
"prime_tower_width": "60", "support_interface_loop_pattern": "0",
"xy_hole_compensation": "0", "support_interface_filament": "0",
"xy_contour_compensation": "0", "support_interface_top_layers": "3",
"compatible_printers": [ "support_interface_bottom_layers": "-1",
"Qidi X-Smart 3 0.4 nozzle" "support_interface_spacing": "0.5",
] "support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_threshold_angle": "40",
"support_object_xy_distance": "50%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.45",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Qidi X-Smart 3 0.4 nozzle"
]
} }

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_081", "setting_id": "GP010",
"name": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle", "name": "0.30mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_082", "setting_id": "GP010",
"name": "0.30mm Standard @Qidi XMax3 0.6 nozzle", "name": "0.30mm Standard @Qidi XMax3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_083", "setting_id": "GP010",
"name": "0.30mm Standard @Qidi XPlus3 0.6 nozzle", "name": "0.30mm Standard @Qidi XPlus3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_084", "setting_id": "GP010",
"name": "0.30mm Standard @Qidi XSmart3 0.6 nozzle", "name": "0.30mm Standard @Qidi XSmart3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_085", "setting_id": "GP033",
"name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle", "name": "0.32mm Standard @Qidi Q1 Pro 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_086", "setting_id": "GP033",
"name": "0.32mm Standard @Qidi XMax3 0.8 nozzle", "name": "0.32mm Standard @Qidi XMax3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_087", "setting_id": "GP033",
"name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle", "name": "0.32mm Standard @Qidi XPlus3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_088", "setting_id": "GP033",
"name": "0.32mm Standard @Qidi XSmart3 0.8 nozzle", "name": "0.32mm Standard @Qidi XSmart3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_089", "setting_id": "GP030",
"name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle", "name": "0.36mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_090", "setting_id": "GP030",
"name": "0.36mm Standard @Qidi XMax3 0.6 nozzle", "name": "0.36mm Standard @Qidi XMax3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_091", "setting_id": "GP030",
"name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle", "name": "0.36mm Standard @Qidi XPlus3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_092", "setting_id": "GP030",
"name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle", "name": "0.36mm Standard @Qidi XSmart3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_093", "setting_id": "GP009",
"name": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle", "name": "0.40mm Standard @Qidi Q1 Pro 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_094", "setting_id": "GP009",
"name": "0.40mm Standard @Qidi XMax3 0.8 nozzle", "name": "0.40mm Standard @Qidi XMax3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_095", "setting_id": "GP009",
"name": "0.40mm Standard @Qidi XPlus3 0.8 nozzle", "name": "0.40mm Standard @Qidi XPlus3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_096", "setting_id": "GP009",
"name": "0.40mm Standard @Qidi XSmart3 0.8 nozzle", "name": "0.40mm Standard @Qidi XSmart3 0.8 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_097", "setting_id": "GP031",
"name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle", "name": "0.42mm Standard @Qidi Q1 Pro 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

View File

@ -1,6 +1,6 @@
{ {
"type": "process", "type": "process",
"setting_id": "GP_Qidi_098", "setting_id": "GP031",
"name": "0.42mm Standard @Qidi XMax3 0.6 nozzle", "name": "0.42mm Standard @Qidi XMax3 0.6 nozzle",
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",

Some files were not shown because too many files have changed in this diff Show More