Modifications to the hotbed temperature of various types of printing plates (#13717)

This commit is contained in:
HYzd766
2026-05-20 22:55:58 +08:00
committed by GitHub
parent 19eb9e634f
commit b882da99ad
417 changed files with 5235 additions and 1577 deletions

View File

@@ -5,28 +5,28 @@
"from": "system",
"instantiation": "false",
"cool_plate_temp": [
"50"
"30"
],
"eng_plate_temp": [
"50"
"35"
],
"hot_plate_temp": [
"50"
"35"
],
"textured_plate_temp": [
"50"
"35"
],
"cool_plate_temp_initial_layer": [
"05"
"30"
],
"eng_plate_temp_initial_layer": [
"50"
"35"
],
"hot_plate_temp_initial_layer": [
"60"
"35"
],
"textured_plate_temp_initial_layer": [
"50"
"35"
],
"fan_cooling_layer_time": [
"60"
@@ -84,5 +84,17 @@
],
"enable_overhang_bridge_fan": [
"1"
],
"supertack_plate_temp": [
"30"
],
"textured_cool_plate_temp": [
"30"
],
"supertack_plate_temp_initial_layer": [
"30"
],
"textured_cool_plate_temp_initial_layer": [
"30"
]
}
}