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:
yifan.wu 2023-02-27 14:21:41 +08:00 committed by Lane.Wei
parent 1d94e0c021
commit 3e2fea33a9
8 changed files with 29 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
]
}

View File

@ -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

View File

@ -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