mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 04:59:00 +08:00
Fix invalid nozzle_type undefined for 'Anycubic Kobra 2 0.4 nozzle' system machine (#5159)
Fix invalid nozzle_type undefined The correct value is undefine. Related to a comment in #3991
This commit is contained in:
parent
e95afd7182
commit
f10df349e5
@ -17,7 +17,7 @@
|
|||||||
"0x220"
|
"0x220"
|
||||||
],
|
],
|
||||||
"printable_height": "250",
|
"printable_height": "250",
|
||||||
"nozzle_type": "undefined",
|
"nozzle_type": "undefine",
|
||||||
"auxiliary_fan": "0",
|
"auxiliary_fan": "0",
|
||||||
"machine_max_acceleration_extruding": [
|
"machine_max_acceleration_extruding": [
|
||||||
"2500",
|
"2500",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user