mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00

For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.
CURA-10374
(cherry picked from commit 2181bbceb3
)
96 lines
No EOL
2.8 KiB
JSON
96 lines
No EOL
2.8 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Kosher Duplication",
|
|
"inherits": "fdmprinter",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "Venkat Kamesh",
|
|
"manufacturer": "Sri Vignan Technologies",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker3_platform.obj",
|
|
"has_material": true,
|
|
"has_variants": true,
|
|
"machine_extruder_trains": { "0": "kosher_dm_extruder" },
|
|
"platform_offset": [
|
|
52.5,
|
|
0,
|
|
0
|
|
],
|
|
"platform_texture": "koshertext.png",
|
|
"preferred_variant_name": "0.4 mm Nozzle",
|
|
"weight": 3
|
|
},
|
|
"overrides":
|
|
{
|
|
"adhesion_type": {
|
|
"default_value": "skirt"
|
|
},
|
|
"gantry_height": {
|
|
"value": "48"
|
|
},
|
|
"ironing_enabled": {
|
|
"default_value": true
|
|
},
|
|
"line_width": {
|
|
"value": "machine_nozzle_size"
|
|
},
|
|
"machine_acceleration": {
|
|
"default_value": 3000
|
|
},
|
|
"machine_center_is_zero": {
|
|
"default_value": false
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 220
|
|
},
|
|
"machine_end_gcode": {
|
|
"default_value": "G91\nG1 Z+0.5 E-16 Y+10 F9000\nG90\nM107\nM104 S0\nM140 S0\nM117\nM605 S0\nG28 X0 Y0\nM605 S1\nG28 X\nM84"
|
|
},
|
|
"machine_extruder_count": {
|
|
"default_value": 1
|
|
},
|
|
"machine_gcode_flavor": {
|
|
"default_value": "RepRap (Marlin/Sprinter)"
|
|
},
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_height": {
|
|
"default_value": 300
|
|
},
|
|
"machine_max_feedrate_e": {
|
|
"value": 150
|
|
},
|
|
"machine_max_feedrate_x": {
|
|
"value": 300
|
|
},
|
|
"machine_max_feedrate_y": {
|
|
"value": 300
|
|
},
|
|
"machine_max_feedrate_z": {
|
|
"value": 40
|
|
},
|
|
"machine_name": {
|
|
"default_value": "Kosher_Duplication"
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "M605 S0\nT0\nM605 S2 R0 X266\nG28 X\nG28 Y\nG1 X-30 F9000\nG1 Y20 F9000\nG21\nG90\nM82\nM107\nM104 S{material_print_temperature};\nM105\nM109 S{material_print_temperature};\nG92 E0\nG1 E16 F210\nG92 E0\nM605 S2 X100\nG28 X\nG28 Z\n"
|
|
},
|
|
"machine_use_extruder_offset_to_offset_coords": {
|
|
"default_value": false
|
|
},
|
|
"machine_width": {
|
|
"default_value": 100
|
|
},
|
|
"material_diameter": { "default_value": 1.75 },
|
|
"optimize_wall_printing_order": { "value": "True" },
|
|
"retraction_amount": { "default_value": 6.5 },
|
|
"retraction_speed": { "default_value": 30 },
|
|
"speed_travel":
|
|
{
|
|
"maximum_value": "300",
|
|
"value": "200"
|
|
}
|
|
}
|
|
} |