mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Update rigid3d_zero3.def.json
This commit is contained in:
parent
a9bd21e1b7
commit
1fa2eb9565
1 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
"visible": true,
|
||||
"platform": "rigid3d_zero3_platform.3mf",
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_quality_type": "standard",
|
||||
"quality_definition": "rigid3d_base",
|
||||
"quality_definition": "rigid3d_base"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"adhesion_type": { "value": "'none'" },
|
||||
"gantry_height": { "value": 30 }
|
||||
"gantry_height": { "value": 30 },
|
||||
"machine_acceleration": { "value": 500 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"machine_depth": { "default_value": 200 },
|
||||
|
@ -35,6 +35,6 @@
|
|||
"machine_max_acceleration_z": { "value": 100 },
|
||||
"machine_name": { "default_value": "Rigid3D Zero3" },
|
||||
"machine_start_gcode": {"default_value": "G21\nG92 E0\nG28\nM420 S1\nM107\nG90\nG1 X10.0 Y0.1 Z0.3 F3000.0\nG1 X190.0 Y0.1 Z0.3 F1500.0 E15\nG1 X190 Y0.4 Z0.3 F3000.0\nG1 X10.0 Y0.4 Z0.3 F1500.0 E30\nG1 Z2.0 F1500.0\nG92 E0\n"},
|
||||
"machine_width": { "default_value": 200 },
|
||||
"machine_width": { "default_value": 200 }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue