mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue