Fixed many profile issues and cleaned up some messes. (#10686)

This commit is contained in:
SoftFever
2025-09-11 17:50:53 +08:00
committed by GitHub
parent 5e9570c946
commit 4f50fdc94e
6026 changed files with 187121 additions and 169667 deletions

View File

@@ -1,15 +1,15 @@
{
"type": "machine",
"name": "fdm_Geeetech_HS_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_geeetech_common",
"gcode_flavor": "klipper",
"auxiliary_fan": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"type": "machine",
"name": "fdm_Geeetech_HS_common",
"inherits": "fdm_geeetech_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "klipper",
"auxiliary_fan": "1",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
@@ -68,10 +68,10 @@
],
"default_filament_profile": [
"Generic PLA @System"
],
],
"change_filament_gcode": "",
"machine_pause_gcode": "M0",
"machine_start_gcode": "G28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 Z5 F1200\nG0 X{first_layer_print_min[0]} Y{max(0, first_layer_print_min[1] - 2)} F12000\nG0 Z0.2 F600\nG1 E3 F1800\nG0 Z0.3 F600\nG1 X{min(first_layer_print_min[0] + 30,print_bed_max[0])} E6 F600",
"machine_end_gcode": "M104 S0\nM140 S0\nG92 E0\nG1 E-3 F1800\nG90\nG0 Z{min(max_print_height,max_layer_z+10)} F600\nG0 X0 Y{print_bed_max[1]} F12000",
"scan_first_layer": "0"
}
}