fix+feat: Snapmaker U1 — 5 bug fixes and 0.6mm / mixed-nozzle profiles (#12244 #12390 #12652 #12073 #12797 #11424) (#12824)

This commit is contained in:
goofoo
2026-04-08 00:08:35 -04:00
committed by GitHub
parent 809e8d0012
commit afc3756843
15 changed files with 337 additions and 15 deletions

View File

@@ -0,0 +1,30 @@
{
"type": "machine",
"setting_id": "SM_U1_06",
"name": "Snapmaker U1 (0.6 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_U1",
"printer_model": "Snapmaker U1",
"printer_variant": "0.6",
"default_print_profile": "0.20 Standard @Snapmaker U1 (0.6 nozzle)",
"max_layer_height": [
"0.48",
"0.48",
"0.48",
"0.48"
],
"min_layer_height": [
"0.12",
"0.12",
"0.12",
"0.12"
],
"nozzle_diameter": [
"0.6",
"0.6",
"0.6",
"0.6"
],
"nozzle_type": "stainless_steel"
}