Fix typo in filament_sbs_template.json (#11837)
Some checks are pending
Build all / Build Linux (push) Waiting to run
Build all / Build Non-Linux (push) Waiting to run
Build all / Unit Tests (push) Blocked by required conditions
Build all / Flatpak (push) Waiting to run

Lowered hot_plate_temp from 5705 to a reasonable 70 degrees. 

(should be 60-90 degrees according to sources, made it the same as the first layer bed temp)
This commit is contained in:
Neo 2026-01-06 03:34:34 -05:00 committed by GitHub
parent 57dd572427
commit eb72dce9aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@
"0"
],
"hot_plate_temp": [
"5705"
"70"
],
"hot_plate_temp_initial_layer": [
"70"
@ -165,4 +165,4 @@
"filament_end_gcode": [
"; filament end gcode \nM106 P3 S0\n"
]
}
}