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
|
@ -10,7 +10,8 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png"
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
"platform_offset": [9, 0, 0]
|
||||
},
|
||||
"overrides": {
|
||||
"machine_start_gcode" : {
|
||||
|
@ -69,9 +70,6 @@
|
|||
[[-115, -112.5], [-115, -104.5], [ -84, -104.5], [ -82, -112.5]],
|
||||
[[ 115, -112.5], [ 108, -112.5], [ 110, -104.5], [ 115, -104.5]]
|
||||
]},
|
||||
"machine_platform_offset": {
|
||||
"default_value": [9, 0, 0]
|
||||
},
|
||||
"machine_nozzle_tip_outer_diameter": {
|
||||
"default_value": 1
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue