Skip to content

Commit

Permalink
definition: add has_machine_material
Browse files Browse the repository at this point in the history
It apparently works now (test with Cura git)
  • Loading branch information
ubitux committed Mar 5, 2017
1 parent 090f52a commit db24918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def extract_definition(xmlroot):
'platform': definition_id + '_platform.stl',
'file_formats': 'text/x-gcode',
'has_machine_quality': True,
'has_machine_material': True,
},
'overrides': o,
}
Expand Down
3 changes: 2 additions & 1 deletion output/definitions/dagoma_discoeasy200.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"category": "Other",
"platform": "dagoma_discoeasy200_platform.stl",
"file_formats": "text/x-gcode",
"has_machine_quality": true
"has_machine_quality": true,
"has_machine_material": true
},
"overrides": {
"machine_name": {
Expand Down

0 comments on commit db24918

Please sign in to comment.