Update QIDI profiles (#5017)

* Qidi.Json

* Qidi.json

* Qidi.json
This commit is contained in:
HYzd766
2024-04-15 22:20:11 +08:00
committed by GitHub
parent c9137ed678
commit 8ae358e9bc
160 changed files with 2607 additions and 743 deletions

View File

@@ -89,7 +89,7 @@
"2"
],
"retract_length_toolchange": [
"10"
"2"
],
"deretraction_speed": [
"0"
@@ -100,7 +100,7 @@
"default_filament_profile": [
"Qidi Generic PLA"
],
"machine_start_gcode": "G28\nG92 E0\nG0 X5 Y5 Z0.3 F3600\n",
"machine_start_gcode": "G28\nM140 S[hot_plate_temp_initial_layer]\nM190 S[hot_plate_temp_initial_layer]\nM109 S[nozzle_temperature_initial_layer]\nG92 E-19\nG0 Y5 Z0.3 F3600\nG1 X5 E0 F2400\n",
"machine_end_gcode": "M104 S0\nM140 S0\n;Retract the filament\nG92 E0\nG1 E-3 F300\nG28\nM84\n",
"scan_first_layer": "0"
}