mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Move platform offset to metadata
Also removed the setting from fdmprinter just to be clear. Contributes to issue CURA-1278.
This commit is contained in:
parent
64c15eb876
commit
4e3e466a11
6 changed files with 9 additions and 29 deletions
|
@ -4,9 +4,9 @@
|
|||
"name": "3DMaker Starter",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "tvlgiao",
|
||||
"manufacturer": "3DMaker",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "makerstarter_platform.stl"
|
||||
|
@ -58,9 +58,6 @@
|
|||
"machine_disallowed_areas": {
|
||||
"default_value": []
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default_value": [0, 0, 0]
|
||||
},
|
||||
"machine_nozzle_tip_outer_diameter": {
|
||||
"default_value": 1
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue