Qidi: profiles updates (#2506)

Add TPU-95A HF
This commit is contained in:
Hukete 2023-10-25 17:11:24 +08:00 committed by GitHub
parent 5e0102e8ca
commit fdb73b2e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
141 changed files with 3048 additions and 1009 deletions

View file

@ -19,43 +19,43 @@
"5000"
],
"machine_max_acceleration_extruding": [
"10000"
"20000"
],
"machine_max_acceleration_retracting": [
"1000"
"5000"
],
"machine_max_acceleration_x": [
"10000"
"20000"
],
"machine_max_acceleration_y": [
"10000"
"20000"
],
"machine_max_acceleration_z": [
"100"
"500"
],
"machine_max_speed_e": [
"60"
"30"
],
"machine_max_speed_x": [
"500"
"600"
],
"machine_max_speed_y": [
"500"
"600"
],
"machine_max_speed_z": [
"10"
],
"machine_max_jerk_e": [
"5"
"2"
],
"machine_max_jerk_x": [
"8"
"9"
],
"machine_max_jerk_y": [
"8"
"9"
],
"machine_max_jerk_z": [
"0.4"
"3"
],
"machine_min_extruding_rate": [
"0"
@ -105,14 +105,15 @@
"retraction_speed": [
"60"
],
"single_extruder_multi_material": "1",
"single_extruder_multi_material": "0",
"change_filament_gcode": "",
"wipe": [
"1"
],
"z_lift_type": "NormalLift",
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
"default_print_profile": "0.20mm Standard @Qidi XMax3",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"
"machine_start_gcode": "G28\nM141 S0 ;set chamber temp\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600",
"machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\n{if max_layer_z < max_print_height / 2}\nG1 Z{max_print_height / 2 + 10} F600\n{else}\nG1 Z{min(max_print_height, max_layer_z + 10)}\n{endif}\nG0 X5 Y{print_bed_max[1]-11} F12000\nM141 S0"
}