Move file types to machine metadata

Much better place than machine settings...

Contributes to issue CURA-611.
This commit is contained in:
Ghostkeeper 2016-02-09 15:25:49 +01:00
parent 80698c47de
commit 0fc17ffda0
28 changed files with 32 additions and 64 deletions

View file

@ -5,7 +5,7 @@
"manufacturer": "Other",
"author": "RBC",
"platform": "rigidbot_platform.stl",
"file_formats": "text/x-gcode",
"inherits": "fdmprinter.json",
"machine_settings": {
@ -32,9 +32,6 @@
},
"machine_end_gcode": {
"default": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 Y230 F3000 ;move Y so the head is out of the way and Plate is moved forward\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
},
"machine_file_formats": {
"default": "text/x-gcode",
}
},