ENH: update upward compatible machines
P1P, X1 and X1C may compatible with each other Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I1de7350cbc613e0dc539fe2e7f26dbe9d455e4f3
This commit is contained in:
parent
1d94e0c021
commit
3e2fea33a9
File diff suppressed because one or more lines are too long
|
@ -34,6 +34,7 @@
|
|||
"nozzle_hrc": "20",
|
||||
"auxiliary_fan": "0",
|
||||
"upward_compatible_machine":[
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_hrc": "55",
|
||||
"upward_compatible_machine":[
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -33,5 +33,9 @@
|
|||
"machine_unload_filament_time": "28",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"nozzle_hrc": "55",
|
||||
"auxiliary_fan": "1"
|
||||
"auxiliary_fan": "1",
|
||||
"upward_compatible_machine":[
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue