mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 08:56:29 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"visible": false,
|
|
"exclude_materials": [ "generic_hips", "structur3d_dap100silicone" ]
|
|
},
|
|
"overrides": {
|
|
"machine_max_feedrate_e": {
|
|
"default_value": 45
|
|
},
|
|
"material_print_temperature": {
|
|
"minimum_value": "0"
|
|
},
|
|
"material_bed_temperature": {
|
|
"minimum_value": "0",
|
|
"maximum_value_warning": "125"
|
|
},
|
|
"material_bed_temperature_layer_0":
|
|
{
|
|
"maximum_value_warning": "125"
|
|
},
|
|
"material_standby_temperature": {
|
|
"minimum_value": "0"
|
|
},
|
|
"extruder_prime_pos_y":
|
|
{
|
|
"minimum_value": "0",
|
|
"maximum_value": "machine_depth"
|
|
},
|
|
"extruder_prime_pos_x":
|
|
{
|
|
"minimum_value": "0",
|
|
"maximum_value": "machine_width"
|
|
},
|
|
"relative_extrusion":
|
|
{
|
|
"value": false,
|
|
"enabled": false
|
|
},
|
|
"skin_angles": {
|
|
"value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
|
|
}
|
|
"line_width": {
|
|
"value": "machine_nozzle_size"
|
|
},
|
|
"infill_before_walls": {
|
|
"value": "False"
|
|
},
|
|
"retraction_combing": {
|
|
"value": "'no_outer_surfaces'"
|
|
},
|
|
"skin_monotonic" : {
|
|
"value": true
|
|
},
|
|
"speed_equalize_flow_width_factor": {
|
|
"value": "110.0"
|
|
},
|
|
"meshfix_maximum_extrusion_area_deviation": {
|
|
"value": "50000"
|
|
}
|
|
}
|
|
}
|