mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
JSON: small fix descriptions machine settings (CURA-365)
This commit is contained in:
parent
bf701640b9
commit
09f75dea15
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
]
|
||||
},
|
||||
"machine_head_polygon": {
|
||||
"description": "A 2D silhouette of the print head.",
|
||||
"description": "A 2D silhouette of the print head (fan caps excluded).",
|
||||
"type": "polygon",
|
||||
"default": [
|
||||
[
|
||||
|
@ -118,7 +118,7 @@
|
|||
]
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"description": "A 2D silhouette of the print head.",
|
||||
"description": "A 2D silhouette of the print head (fan caps included).",
|
||||
"type": "polygon",
|
||||
"default": [
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue