ENH: add profiles for H2D

This commit is contained in:
Noisyfox
2025-09-05 17:37:14 +08:00
parent 9fc3b38da8
commit 4120c64c5e
327 changed files with 16141 additions and 699 deletions

View File

@@ -10,12 +10,6 @@
"close_fan_the_first_x_layers": [
"1"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"cool_plate_temp": [
"30"
],
@@ -70,6 +64,12 @@
"reduce_fan_stop_start_freq": [
"1"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"temperature_vitrification": [
"30"
],
@@ -81,5 +81,8 @@
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
],
"filament_end_gcode": [
"; filament end gcode \n\n"
]
}