mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSONs: implemented overrides block for all [printer].json files: 3rd party and UMO
This commit is contained in:
parent
a7f33ea5e7
commit
6b98cea003
9 changed files with 189 additions and 1144 deletions
|
@ -33,229 +33,51 @@
|
|||
"machine_nozzle_expansion_angle": { "default": 45 }
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"resolution": {
|
||||
"label": "Quality",
|
||||
"visible": true,
|
||||
"icon": "category_quality",
|
||||
"settings": {
|
||||
"layer_height": {
|
||||
"default": 0.2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default": 0.2,
|
||||
"visible": false
|
||||
},
|
||||
"shell_thickness": {
|
||||
"children": {
|
||||
"wall_thickness": {
|
||||
"children": {
|
||||
"wall_line_count": {
|
||||
"default": 2,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"children": {
|
||||
"top_thickness": {
|
||||
|
||||
"children": {
|
||||
"top_layers": {
|
||||
"default": 4,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"bottom_thickness": {
|
||||
"children": {
|
||||
"bottom_layers": {
|
||||
"default": 4,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"material": {
|
||||
"label": "Material",
|
||||
"visible": true,
|
||||
"icon": "category_material",
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"default": 1.75,
|
||||
"visible": false
|
||||
},
|
||||
"material_flow": {
|
||||
"visible": false
|
||||
},
|
||||
"retraction_enable": {
|
||||
"children": {
|
||||
"retraction_hop": {
|
||||
"default": 0.2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed": {
|
||||
"settings": {
|
||||
"speed_print": {
|
||||
"default": 50.0,
|
||||
"children": {
|
||||
"speed_wall": {
|
||||
"default": 30.0,
|
||||
|
||||
"children": {
|
||||
"speed_wall_0": {
|
||||
"default": 30.0
|
||||
},
|
||||
"speed_wall_x": {
|
||||
"default": 30.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed_topbottom": {
|
||||
"default": 50.0
|
||||
},
|
||||
"speed_support": {
|
||||
"default": 50.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed_travel": {
|
||||
"default": 120.0
|
||||
},
|
||||
"speed_layer_0": {
|
||||
"default": 20.0,
|
||||
|
||||
"children": {
|
||||
"skirt_speed": {
|
||||
"default": 15.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed_slowdown_layers": {
|
||||
"default": 4
|
||||
}
|
||||
}
|
||||
},
|
||||
"infill": {
|
||||
"settings": {
|
||||
"fill_sparse_density": {
|
||||
"default": 20.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"cooling": {
|
||||
"settings": {
|
||||
"cool_fan_enabled": {
|
||||
"children": {
|
||||
"cool_fan_speed": {
|
||||
"children": {
|
||||
"cool_fan_speed_min": {
|
||||
"default": 50.0
|
||||
},
|
||||
"cool_fan_speed_max": {
|
||||
"default": 100.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cool_fan_full_at_height": {
|
||||
"children": {
|
||||
"cool_fan_full_layer": {
|
||||
"default": 4,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"cool_min_layer_time": {
|
||||
"default": 5.0
|
||||
},
|
||||
"cool_min_layer_time_fan_speed_max": {
|
||||
"default": 10.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"settings": {
|
||||
"support_type": {
|
||||
"default": "Everywhere"
|
||||
},
|
||||
"support_angle": {
|
||||
"default": 45.0,
|
||||
"visible": true
|
||||
},
|
||||
"support_xy_distance": {
|
||||
"default": 1
|
||||
},
|
||||
"support_z_distance": {
|
||||
"default": 0.2,
|
||||
"children": {
|
||||
"support_top_distance": {
|
||||
"default": 0.2
|
||||
},
|
||||
"support_bottom_distance": {
|
||||
"default": 0.24
|
||||
}
|
||||
}
|
||||
},
|
||||
"support_pattern": {
|
||||
"default": "ZigZag"
|
||||
},
|
||||
"support_fill_rate": {
|
||||
"default": 15,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform_adhesion": {
|
||||
"settings": {
|
||||
"adhesion_type": {
|
||||
"default": "Raft"
|
||||
},
|
||||
"skirt_minimal_length": {
|
||||
"default": 100.0
|
||||
},
|
||||
"raft_line_spacing": {
|
||||
"default": 2.0
|
||||
},
|
||||
"raft_base_thickness": {
|
||||
"default": 0.3
|
||||
},
|
||||
"raft_base_linewidth": {
|
||||
"default": 2.0
|
||||
},
|
||||
"raft_base_speed": {
|
||||
"default": 15.0
|
||||
},
|
||||
"raft_interface_thickness": {
|
||||
"default": 0.24
|
||||
},
|
||||
"raft_interface_linewidth": {
|
||||
"default": 0.6
|
||||
},
|
||||
"raft_airgap": {
|
||||
"default": 0.2
|
||||
},
|
||||
"raft_surface_layers": {
|
||||
"default": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
"overrides": {
|
||||
"layer_height": { "default": 0.2 },
|
||||
"layer_height_0": { "default": 0.2, "visible": false },
|
||||
"wall_line_count": { "default": 2, "visible": true },
|
||||
"top_layers": { "default": 4, "visible": true },
|
||||
"bottom_thickness": { "bottom_layers": { "default": 4, "visible": true },
|
||||
"material_print_temperature": { "visible": false },
|
||||
"material_bed_temperature": { "visible": false },
|
||||
"material_diameter": { "default": 1.75, "visible": false },
|
||||
"material_flow": { "visible": false },
|
||||
"retraction_hop": { "default": 0.2 },
|
||||
"speed_print": { "default": 50.0 },
|
||||
"speed_wall": { "default": 30.0 },
|
||||
"speed_wall_0": { "default": 30.0 },
|
||||
"speed_wall_x": { "default": 30.0 },
|
||||
"speed_topbottom": { "default": 50.0 },
|
||||
"speed_support": { "default": 50.0 },
|
||||
"speed_travel": { "default": 120.0 },
|
||||
"speed_layer_0": { "default": 20.0 },
|
||||
"skirt_speed": { "default": 15.0 },
|
||||
"speed_slowdown_layers": { "default": 4 },
|
||||
"fill_sparse_density": { "default": 20.0 },
|
||||
"cool_fan_speed_min": { "default": 50.0 },
|
||||
"cool_fan_speed_max": { "default": 100.0 },
|
||||
"cool_fan_full_layer": { "default": 4, "visible": true },
|
||||
"cool_min_layer_time": { "default": 5.0 },
|
||||
"cool_min_layer_time_fan_speed_max": { "default": 10.0 },
|
||||
"support_type": { "default": "Everywhere" },
|
||||
"support_angle": { "default": 45.0, "visible": true },
|
||||
"support_xy_distance": { "default": 1 },
|
||||
"support_z_distance": { "default": 0.2 },
|
||||
"support_top_distance": { "default": 0.2 },
|
||||
"support_bottom_distance": { "default": 0.24 },
|
||||
"support_pattern": { "default": "ZigZag" },
|
||||
"support_fill_rate": { "default": 15, "visible": true },
|
||||
"adhesion_type": { "default": "Raft" },
|
||||
"skirt_minimal_length": { "default": 100.0 },
|
||||
"raft_line_spacing": { "default": 2.0 },
|
||||
"raft_base_thickness": { "default": 0.3 },
|
||||
"raft_base_linewidth": { "default": 2.0 },
|
||||
"raft_base_speed": { "default": 15.0 },
|
||||
"raft_interface_thickness": { "default": 0.24 },
|
||||
"raft_interface_linewidth": { "default": 0.6 },
|
||||
"raft_airgap": { "default": 0.2 },
|
||||
"raft_surface_layers": { "default": 2 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue