fix some bug

This commit is contained in:
QIDI TECH
2024-12-13 16:31:24 +08:00
parent 62d1ffbd78
commit 8596fa2ce6
67 changed files with 5251 additions and 164 deletions

View File

@@ -9,6 +9,7 @@ config_version = 1.2.0
# Where to get the updates from?
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
changelog_url = https://qidi3d.com/pages/software-firmware
force_update = 1
# The printer models will be shown by the Configuration Wizard in this order,
# also the first model installed & the first nozzle installed will be activated after install.
@@ -1237,8 +1238,8 @@ filament_type = PETG
filament_vendor = Generic
first_layer_bed_temperature = 80
first_layer_temperature = 240
max_fan_speed = 40
min_fan_speed = 10
max_fan_speed = 90
min_fan_speed = 40
overhang_fan_speed_0 = 100
overhang_fan_speed_1 = 100
slowdown_below_layer_time = 12
@@ -1511,6 +1512,7 @@ compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]
[filament:Generic PETG @X-Plus 4 0.2 nozzle]
inherits = *Generic PETG*
filament_max_volumetric_speed = 1
first_layer_temperature = 245
compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]==0.2
[filament:Generic PLA @X-Plus 4 0.2 nozzle]
@@ -1759,6 +1761,7 @@ compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]
[filament:Generic PETG @X-Plus 4 0.4 nozzle]
inherits = *Generic PETG*
advance_pressure = 0.056
first_layer_temperature = 245
compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]==0.4
[filament:Generic PLA @X-Plus 4 0.4 nozzle]
@@ -2016,6 +2019,7 @@ compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]
[filament:Generic PETG @X-Plus 4 0.6 nozzle]
inherits = *Generic PETG*
first_layer_temperature = 245
compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]==0.6
[filament:Generic PLA @X-Plus 4 0.6 nozzle]
@@ -2269,6 +2273,7 @@ compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]
[filament:Generic PETG @X-Plus 4 0.8 nozzle]
inherits = *Generic PETG*
first_layer_temperature = 245
compatible_printers_condition = printer_model=="X-Plus 4" and nozzle_diameter[0]==0.8
[filament:Generic PLA @X-Plus 4 0.8 nozzle]
@@ -2442,6 +2447,7 @@ compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==
[filament:Generic PETG @Q1 Pro 0.2 nozzle]
inherits = *Generic PETG*
filament_max_volumetric_speed = 1
first_layer_temperature = 245
compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==0.2
[filament:Generic PLA @Q1 Pro 0.2 nozzle]
@@ -2691,6 +2697,7 @@ compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==
[filament:Generic PETG @Q1 Pro 0.4 nozzle]
inherits = *Generic PETG*
advance_pressure = 0.086
first_layer_temperature = 245
compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==0.4
[filament:Generic PLA @Q1 Pro 0.4 nozzle]
@@ -2944,6 +2951,7 @@ compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==
[filament:Generic PETG @Q1 Pro 0.6 nozzle]
inherits = *Generic PETG*
first_layer_temperature = 245
compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==0.6
[filament:Generic PLA @Q1 Pro 0.6 nozzle]
@@ -3195,6 +3203,7 @@ compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==
[filament:Generic PETG @Q1 Pro 0.8 nozzle]
inherits = *Generic PETG*
first_layer_temperature = 245
compatible_printers_condition = printer_model=="Q1 Pro" and nozzle_diameter[0]==0.8
[filament:Generic PLA @Q1 Pro 0.8 nozzle]
@@ -5643,7 +5652,7 @@ bed_exclude_area = 0x0,0x0,0x302,0x305,35x302,35x302,0x302,0x0,0x0,293x0,293x20,
bed_shape = 0x0,305x0,305x305,0x305
before_layer_gcode = ;TIMELAPSE_TAKE_FRAME
chamber_temperature_control = 1
end_gcode = M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X90 Y290 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}
end_gcode = M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 Y290 F12000\nG0 X90 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}
layer_gcode = G92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}
machine_max_feedrate_z = 20
max_print_height = 280