mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
32 lines
No EOL
1 KiB
JSON
32 lines
No EOL
1 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "TinyBoy RA20",
|
|
"inherits": "fdmprinter",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "Fred Chan",
|
|
"manufacturer": "TinyBoy",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "tinyboy_ra20.obj",
|
|
"has_machine_quality": true,
|
|
"has_materials": false,
|
|
"machine_extruder_trains": { "0": "tinyboy_extruder_0" },
|
|
"platform_offset": [
|
|
8,
|
|
-73.3,
|
|
-8
|
|
],
|
|
"preferred_quality_type": "normal"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_depth": { "default_value": 120 },
|
|
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84" },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_height": { "default_value": 205 },
|
|
"machine_name": { "default_value": "TinyBoy RA20" },
|
|
"machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform" },
|
|
"machine_width": { "default_value": 120 }
|
|
}
|
|
} |