Cura/resources/definitions/cremaker_common.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

57 lines
2.4 KiB
JSON

{
"version": 2,
"name": "cremaker common",
"inherits": "fdmprinter",
"metadata":
{
"visible": false,
"author": "Joyplace",
"manufacturer": "JOYPLACE CO., LTD.",
"file_formats": "text/x-gcode",
"has_materials": true,
"icon": "icon_ultimaker2",
"machine_extruder_trains": { "0": "cremaker_extruder_0" }
},
"overrides":
{
"acceleration_enabled": { "value": true },
"acceleration_infill": { "value": 1250 },
"acceleration_layer_0": { "value": 1000 },
"acceleration_print": { "value": 1250 },
"acceleration_print_layer_0": { "value": 1000 },
"acceleration_travel": { "value": 1250 },
"acceleration_travel_layer_0": { "value": 1000 },
"acceleration_wall": { "value": 800 },
"acceleration_wall_0": { "value": 800 },
"acceleration_wall_x": { "value": 800 },
"adhesion_type": { "value": "'skirt'" },
"gantry_height": { "value": 28 },
"hole_xy_offset": { "value": 0.15 },
"layer_height": { "value": 0.2 },
"layer_height_0": { "value": 0.3 },
"machine_acceleration": { "value": 1250 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_heated_bed": { "default_value": true },
"machine_max_acceleration_z": { "value": 10 },
"machine_max_feedrate_e": { "value": 120 },
"machine_max_feedrate_z": { "value": 12 },
"machine_max_jerk_e": { "value": 5.0 },
"machine_max_jerk_xy": { "value": 10 },
"machine_max_jerk_z": { "value": 0.3 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 },
"material_print_temperature_layer_0": { "value": "default_material_bed_temperature + 15" },
"optimize_wall_printing_order": { "value": true },
"relative_extrusion": { "value": true },
"retraction_amount": { "value": 1.2 },
"retraction_combing": { "value": "'infill'" },
"retraction_hop": { "value": 0.3 },
"retraction_hop_enabled": { "value": true },
"retraction_hop_only_when_collides": { "value": true },
"retraction_speed": { "value": 40 },
"speed_layer_0": { "value": 25 },
"speed_travel": { "value": 100 },
"xy_offset": { "value": 0.1 },
"xy_offset_layer_0": { "value": -0.1 }
}
}