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
|
@ -9,7 +9,8 @@
|
|||
"manufacturer": "Innovo",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "inventor_platform.stl"
|
||||
"platform": "inventor_platform.stl",
|
||||
"platform_offset": [-180, -0.25, 160]
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -61,9 +62,6 @@
|
|||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0\nG91 ; relative positioning\nG1 E-2 F5000; retract 2mm\nG28 Z; move bed down\nG90 ; absolute positioning\nM84 ; disable motors"
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default_value": [-180, -0.25, 160]
|
||||
},
|
||||
"layer_height": {
|
||||
"default_value": 0.15
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue