mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:45:11 +08:00

Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"version": 2,
|
|
"name": "Anet A2 Plus",
|
|
"inherits": "anet3d",
|
|
"metadata": {
|
|
"visible": true,
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "anet3d_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Anet A2 Plus" },
|
|
"machine_width": {
|
|
"default_value": 220
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 270
|
|
},
|
|
"machine_height": {
|
|
"default_value": 220
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform"
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": "M104 S0\nM140 S0\nG92 E0\nG1 E-10 F2000\nG28 X0 Y0\nM84"
|
|
}
|
|
}
|
|
}
|