mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 05:01:13 +08:00
38 lines
1.9 KiB
JSON
38 lines
1.9 KiB
JSON
{
|
|
"name": "Tronxy D01",
|
|
"version": 2,
|
|
"inherits": "tronxy_x",
|
|
"metadata": {
|
|
"quality_definition": "tronxy_x",
|
|
"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]
|
|
]
|
|
},
|
|
"gantry_height": { "value": 30 },
|
|
|
|
"machine_start_gcode": { "default_value": "; XY-2 Start Code\nG21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} 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" },
|
|
|
|
"machine_max_feedrate_x": { "value": 150 },
|
|
"machine_max_feedrate_y": { "value": 150 },
|
|
"machine_max_feedrate_z": { "value": 20 },
|
|
"machine_max_feedrate_e": { "value": 120 },
|
|
"machine_max_acceleration_x": { "value": 150 },
|
|
"machine_max_acceleration_y": { "value": 150 },
|
|
"machine_max_acceleration_z": { "value": 150 },
|
|
"machine_max_acceleration_e": { "value": 150 },
|
|
"machine_acceleration": { "value": 120 }
|
|
}
|
|
}
|