Cura/resources/definitions/tronxy_d01.def.json
64bittuning 66b05f5f50 Update tronxy_d01.def.json
repaired old inherit
2020-04-28 23:35:52 -04:00

30 lines
1.4 KiB
JSON

{
"name": "Tronxy D01",
"version": 2,
"inherits": "tronxy_x",
"metadata": {
"has_machine_quality": true,
"visible": true,
"author": "AdderMk2",
"platform": "tronxy.stl"
},
"overrides": {
"machine_name": { "default_value": "Tronxy D01" },
"machine_width": { "default_value": 220 },
"machine_depth": { "default_value": 220 },
"machine_height": { "default_value": 220 },
"machine_head_with_fans_polygon": { "default_value": [
[-32, 45],
[-32, -30],
[32, -30],
[32, 45]
]
},
"machine_start_gcode": {
"default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature} T0\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} T0\nG28\nG92 E0\nG1 Z2.0 F3000 ; Move Z Axis up little to preventscratching of Heat Bed\nG1 X1 Y20 Z0.3 F3600.0 ; Move to start position\nG1 X1 Y220.0 Z0.3 F1500.0 E25 ; Draw the first line\nG1 X1.6 Y220.0 Z0.3 F3600.0 ; Move to side a little\nG1 X1.6 Y20 Z0.3 F1500.0 E50 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F3600.0 ; Move over to prevent blob squish"
},
"gantry_height": { "value": 30 }
}
}