mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
fix: typo in limit_to_extruder of Innfill Speed (CURA-3740)
This commit is contained in:
parent
486c6e16d0
commit
56bf25cefa
1 changed files with 1 additions and 1 deletions
|
@ -1980,7 +1980,7 @@
|
|||
"default_value": 60,
|
||||
"value": "speed_print",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"limit_to_extruder": "infilll_extruder_nr",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"speed_wall":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue