JSONs: implemented overrides block for all [printer].json files: 3rd party and UMO

This commit is contained in:
Tim Kuipers 2015-08-17 16:24:44 +02:00
parent a7f33ea5e7
commit 6b98cea003
9 changed files with 189 additions and 1144 deletions

View File

@ -33,233 +33,28 @@
}
},
"categories": {
"resolution": {
"label": "Quality",
"settings": {
"layer_height": {
"label": "Layer Height",
"description": "The height of each layer, in mm. Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to 0.25mm with an Ultimaker for very fast prints at low quality. For most purposes, layer heights between 0.1 and 0.2mm give a good tradeoff of speed and surface finish.",
"unit": "mm",
"type": "float",
"default": 0.2
},
"shell_thickness": {
"label": "Shell Thickness",
"description": "The thickness of the outside shell in the horizontal and vertical direction. This is used in combination with the nozzle size to define the number of perimeter lines and the thickness of those perimeter lines. This is also used to define the number of solid top and bottom layers.",
"unit": "mm",
"type": "float",
"default": 0.8,
"children": {
"wall_thickness": {
"label": "Wall Thickness",
"description": "The thickness of the outside walls in the horizontal direction. This is used in combination with the nozzle size to define the number of perimeter lines and the thickness of those perimeter lines.",
"unit": "mm",
"default": 0.8
},
"top_bottom_thickness": {
"label": "Bottom/Top Thickness",
"description": "This controls the thickness of the bottom and top layers, the amount of solid layers put down is calculated by the layer thickness and this value. Having this value a multiple of the layer thickness makes sense. And keep it near your wall thickness to make an evenly strong part.",
"unit": "mm",
"type": "float",
"default": 0.3,
"visible": true
}
}
}
}
},
"material": {
"label": "Material",
"visible": true,
"icon": "category_material",
"settings": {
"material_print_temperature": {
"label": "Printing Temperature",
"description": "The temperature used for printing. Set at 0 to pre-heat yourself. For PLA a value of 210C is usually used.\nFor ABS a value of 230C or higher is required.",
"unit": "°C",
"type": "float",
"default": 195,
"visible": true
},
"material_bed_temperature": {
"label": "Bed Temperature",
"description": "The temperature used for the heated printer bed. Set at 0 to pre-heat it yourself.",
"unit": "°C",
"type": "float",
"default": 60,
"visible": true
},
"material_diameter": {
"label": "Diameter",
"description": "The diameter of your filament needs to be measured as accurately as possible.\nIf you cannot measure this value you will have to calibrate it, a higher number means less extrusion, a smaller number generates more extrusion.",
"unit": "mm",
"type": "float",
"default": 1.75,
"visible": true
},
"retraction_enable": {
"label": "Enable Retraction",
"description": "Retract the filament when the nozzle is moving over a non-printed area. Details about the retraction can be configured in the advanced tab.",
"type": "boolean",
"default": true,
"always_visible": true,
"children": {
"retraction_speed": {
"label": "Retraction Speed",
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
"unit": "mm/s",
"type": "float",
"default": 50.0,
"visible": false
},
"retraction_amount": {
"label": "Retraction Distance",
"description": "The amount of retraction: Set at 0 for no retraction at all. A value of 4.5mm seems to generate good results for 3mm filament in Bowden-tube fed printers.",
"unit": "mm",
"type": "float",
"default": 0.8,
"visible": false
},
"retraction_hop": {
"label": "Z Hop when Retracting",
"description": "Whenever a retraction is done, the head is lifted by this amount to travel over the print. A value of 0.075 works well. This feature has a lot of positive effect on delta towers.",
"unit": "mm",
"type": "float",
"default": 0.075,
"visible": false
}
}
}
}
},
"speed": {
"label": "Speed",
"visible": true,
"icon": "category_speed",
"settings": {
"speed_print": {
"label": "Print Speed",
"description": "The speed at which printing happens. A well-adjusted Ultimaker can reach 150mm/s, but for good quality prints you will want to print slower. Printing speed depends on a lot of factors, so you will need to experiment with optimal settings for this.",
"unit": "mm/s",
"type": "float",
"default": 60.0,
"visible": true,
"children": {
"speed_infill": {
"label": "Infill Speed",
"description": "The speed at which infill parts are printed. Printing the infill faster can greatly reduce printing time, but this can negatively affect print quality.",
"unit": "mm/s",
"type": "float",
"default": 100.0,
"visible": true
},
"speed_topbottom": {
"label": "Top/Bottom Speed",
"description": "Speed at which top/bottom parts are printed. Printing the top/bottom faster can greatly reduce printing time, but this can negatively affect print quality.",
"unit": "mm/s",
"type": "float",
"default": 15.0,
"visible": true
}
}
},
"speed_travel": {
"label": "Travel Speed",
"description": "The speed at which travel moves are done. A well-built Ultimaker can reach speeds of 250mm/s. But some machines might have misaligned layers then.",
"unit": "mm/s",
"type": "float",
"default": 150.0,
"visible": true
},
"speed_layer_0": {
"label": "Bottom Layer Speed",
"description": "The print speed for the bottom layer: You want to print the first layer slower so it sticks to the printer bed better.",
"unit": "mm/s",
"type": "float",
"min_value": 0.1,
"default": 15.0,
"visible": true
}
}
},
"infill": {
"label": "Infill",
"visible": true,
"icon": "category_infill",
"settings": {
"fill_overlap": {
"label": "Infill Overlap",
"description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.",
"unit": "%",
"type": "float",
"default": 10.0
}
}
},
"cooling": {
"label": "Cooling",
"visible": true,
"icon": "category_cool",
"settings": {
"cool_fan_enabled": {
"label": "Enable Cooling Fan",
"description": "Enable the cooling fan during the print. The extra cooling from the cooling fan helps parts with small cross sections that print each layer quickly.",
"type": "boolean",
"default": false,
"visible": true,
"children": {
"cool_fan_speed": {
"label": "Fan Speed",
"description": "Fan speed used for the print cooling fan on the printer head. Set to 0% to disable or if you do not have a cooling fan.",
"unit": "%",
"type": "float",
"default": 0.0,
"visible": true
}
}
}
}
},
"platform_adhesion": {
"label": "Platform Adhesion",
"visible": true,
"icon": "category_adhesion",
"settings": {
"skirt_line_count": {
"label": "Skirt Line Count",
"description": "The skirt is a line drawn around the first layer of the. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.",
"type": "int",
"default": 3,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
},
"skirt_gap": {
"label": "Skirt Distance",
"description": "The horizontal distance between the skirt and the first layer of the print.\nThis is the minimum distance, multiple skirt lines will extend outwards from this distance.",
"unit": "mm",
"type": "float",
"default": 4.0,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
},
"skirt_minimal_length": {
"label": "Skirt Minimum Length",
"description": "The minimum length of the skirt. If this minimum length is not reached, more skirt lines will be added to reach this minimum length. Note: If the line count is set to 0 this is ignored.",
"unit": "mm",
"type": "float",
"default": 200.0,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
}
}
}
"overrides": {
"layer_height": { "default": 0.2 },
"shell_thickness": { "default": 0.8 },
"wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.3, "visible": true },
"material_print_temperature": { "default": 195, "visible": true },
"material_bed_temperature": { "default": 60, "visible": true },
"material_diameter": { "default": 1.75, "visible": true },
"retraction_enable": { "default": true, "always_visible": true },
"retraction_speed": { "default": 50.0, "visible": false },
"retraction_amount": { "default": 0.8, "visible": false },
"retraction_hop": { "default": 0.075, "visible": false },
"speed_print": { "default": 60.0, "visible": true },
"speed_infill": { "default": 100.0, "visible": true },
"speed_topbottom": { "default": 15.0, "visible": true },
"speed_travel": { "default": 150.0, "visible": true },
"speed_layer_0": { "min_value": 0.1, "default": 15.0, "visible": true },
"fill_overlap": { "default": 10.0 },
"cool_fan_enabled": { "default": false, "visible": true },
"cool_fan_speed": { "default": 0.0, "visible": true },
"skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_gap": { "default": 4.0, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_minimal_length": { "default": 200.0, "active_if": { "setting": "adhesion_type", "value": "None" } }
}
}

View File

@ -31,233 +31,28 @@
}
},
"categories": {
"resolution": {
"label": "Quality",
"settings": {
"layer_height": {
"label": "Layer Height",
"description": "The height of each layer, in mm. Normal quality prints are 0.1mm, high quality is 0.06mm. You can go up to 0.25mm with an Ultimaker for very fast prints at low quality. For most purposes, layer heights between 0.1 and 0.2mm give a good tradeoff of speed and surface finish.",
"unit": "mm",
"type": "float",
"default": 0.2
},
"shell_thickness": {
"label": "Shell Thickness",
"description": "The thickness of the outside shell in the horizontal and vertical direction. This is used in combination with the nozzle size to define the number of perimeter lines and the thickness of those perimeter lines. This is also used to define the number of solid top and bottom layers.",
"unit": "mm",
"type": "float",
"default": 0.8,
"children": {
"wall_thickness": {
"label": "Wall Thickness",
"description": "The thickness of the outside walls in the horizontal direction. This is used in combination with the nozzle size to define the number of perimeter lines and the thickness of those perimeter lines.",
"unit": "mm",
"default": 0.8
},
"top_bottom_thickness": {
"label": "Bottom/Top Thickness",
"description": "This controls the thickness of the bottom and top layers, the amount of solid layers put down is calculated by the layer thickness and this value. Having this value a multiple of the layer thickness makes sense. And keep it near your wall thickness to make an evenly strong part.",
"unit": "mm",
"type": "float",
"default": 0.3,
"visible": true
}
}
}
}
},
"material": {
"label": "Material",
"visible": true,
"icon": "category_material",
"settings": {
"material_print_temperature": {
"label": "Printing Temperature",
"description": "The temperature used for printing. Set at 0 to pre-heat yourself. For PLA a value of 210C is usually used.\nFor ABS a value of 230C or higher is required.",
"unit": "°C",
"type": "float",
"default": 195,
"visible": true
},
"material_bed_temperature": {
"label": "Bed Temperature",
"description": "The temperature used for the heated printer bed. Set at 0 to pre-heat it yourself.",
"unit": "°C",
"type": "float",
"default": 60,
"visible": true
},
"material_diameter": {
"label": "Diameter",
"description": "The diameter of your filament needs to be measured as accurately as possible.\nIf you cannot measure this value you will have to calibrate it, a higher number means less extrusion, a smaller number generates more extrusion.",
"unit": "mm",
"type": "float",
"default": 1.75,
"visible": true
},
"retraction_enable": {
"label": "Enable Retraction",
"description": "Retract the filament when the nozzle is moving over a non-printed area. Details about the retraction can be configured in the advanced tab.",
"type": "boolean",
"default": true,
"always_visible": true,
"children": {
"retraction_speed": {
"label": "Retraction Speed",
"description": "The speed at which the filament is retracted. A higher retraction speed works better, but a very high retraction speed can lead to filament grinding.",
"unit": "mm/s",
"type": "float",
"default": 50.0,
"visible": false
},
"retraction_amount": {
"label": "Retraction Distance",
"description": "The amount of retraction: Set at 0 for no retraction at all. A value of 4.5mm seems to generate good results for 3mm filament in Bowden-tube fed printers.",
"unit": "mm",
"type": "float",
"default": 0.8,
"visible": false
},
"retraction_hop": {
"label": "Z Hop when Retracting",
"description": "Whenever a retraction is done, the head is lifted by this amount to travel over the print. A value of 0.075 works well. This feature has a lot of positive effect on delta towers.",
"unit": "mm",
"type": "float",
"default": 0.075,
"visible": false
}
}
}
}
},
"speed": {
"label": "Speed",
"visible": true,
"icon": "category_speed",
"settings": {
"speed_print": {
"label": "Print Speed",
"description": "The speed at which printing happens. A well-adjusted Ultimaker can reach 150mm/s, but for good quality prints you will want to print slower. Printing speed depends on a lot of factors, so you will need to experiment with optimal settings for this.",
"unit": "mm/s",
"type": "float",
"default": 60.0,
"visible": true,
"children": {
"speed_infill": {
"label": "Infill Speed",
"description": "The speed at which infill parts are printed. Printing the infill faster can greatly reduce printing time, but this can negatively affect print quality.",
"unit": "mm/s",
"type": "float",
"default": 100.0,
"visible": true
},
"speed_topbottom": {
"label": "Top/Bottom Speed",
"description": "Speed at which top/bottom parts are printed. Printing the top/bottom faster can greatly reduce printing time, but this can negatively affect print quality.",
"unit": "mm/s",
"type": "float",
"default": 15.0,
"visible": true
}
}
},
"speed_travel": {
"label": "Travel Speed",
"description": "The speed at which travel moves are done. A well-built Ultimaker can reach speeds of 250mm/s. But some machines might have misaligned layers then.",
"unit": "mm/s",
"type": "float",
"default": 150.0,
"visible": true
},
"speed_layer_0": {
"label": "Bottom Layer Speed",
"description": "The print speed for the bottom layer: You want to print the first layer slower so it sticks to the printer bed better.",
"unit": "mm/s",
"type": "float",
"min_value": 0.1,
"default": 15.0,
"visible": true
}
}
},
"infill": {
"label": "Infill",
"visible": true,
"icon": "category_infill",
"settings": {
"fill_overlap": {
"label": "Infill Overlap",
"description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.",
"unit": "%",
"type": "float",
"default": 10.0
}
}
},
"cooling": {
"label": "Cooling",
"visible": true,
"icon": "category_cool",
"settings": {
"cool_fan_enabled": {
"label": "Enable Cooling Fan",
"description": "Enable the cooling fan during the print. The extra cooling from the cooling fan helps parts with small cross sections that print each layer quickly.",
"type": "boolean",
"default": false,
"visible": true,
"children": {
"cool_fan_speed": {
"label": "Fan Speed",
"description": "Fan speed used for the print cooling fan on the printer head. Set to 0% to disable or if you do not have a cooling fan.",
"unit": "%",
"type": "float",
"default": 0.0,
"visible": true
}
}
}
}
},
"platform_adhesion": {
"label": "Platform Adhesion",
"visible": true,
"icon": "category_adhesion",
"settings": {
"skirt_line_count": {
"label": "Skirt Line Count",
"description": "The skirt is a line drawn around the first layer of the. This helps to prime your extruder, and to see if the object fits on your platform. Setting this to 0 will disable the skirt. Multiple skirt lines can help to prime your extruder better for small objects.",
"type": "int",
"default": 3,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
},
"skirt_gap": {
"label": "Skirt Distance",
"description": "The horizontal distance between the skirt and the first layer of the print.\nThis is the minimum distance, multiple skirt lines will extend outwards from this distance.",
"unit": "mm",
"type": "float",
"default": 4.0,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
},
"skirt_minimal_length": {
"label": "Skirt Minimum Length",
"description": "The minimum length of the skirt. If this minimum length is not reached, more skirt lines will be added to reach this minimum length. Note: If the line count is set to 0 this is ignored.",
"unit": "mm",
"type": "float",
"default": 200.0,
"active_if": {
"setting": "adhesion_type",
"value": "None"
}
}
}
}
"overrides": {
"layer_height": { "default": 0.2 },
"shell_thickness": { "default": 0.8},
"wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.3, "visible": true },
"material_print_temperature": { "default": 195, "visible": true },
"material_bed_temperature": { "default": 60, "visible": true },
"material_diameter": { "default": 1.75, "visible": true },
"retraction_enable": { "default": true, "always_visible": true},
"retraction_speed": { "default": 50.0, "visible": false },
"retraction_amount": { "default": 0.8, "visible": false },
"retraction_hop": { "default": 0.075, "visible": false },
"speed_print": { "default": 60.0, "visible": true},
"speed_infill": { "default": 100.0, "visible": true },
"speed_topbottom": { "default": 15.0, "visible": true },
"speed_travel": { "default": 150.0, "visible": true },
"speed_layer_0": { "min_value": 0.1, "default": 15.0, "visible": true },
"fill_overlap": { "default": 10.0 },
"cool_fan_enabled": { "default": false, "visible": true},
"cool_fan_speed": { "default": 0.0, "visible": true },
"skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_gap": { "default": 4.0, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_minimal_length": { "default": 200.0, "active_if": { "setting": "adhesion_type", "value": "None" } }
}
}

View File

@ -33,13 +33,7 @@
}
},
"categories": {
"material": {
"settings": {
"material_bed_temperature": {
"visible": false
}
}
}
"overrides": {
"material_bed_temperature": { "visible": false }
}
}

View File

@ -36,152 +36,36 @@
"default": [0.0, 100.0, 0.0]
}
},
"categories": {
"layer_height": {
"settings": {
"layer_height": {
"default": 0.2
},
"layer_height_0": {
"default": 0.2,
"visible": true
}
}
},
"shell": {
"settings": {
"shell_thickness": {
"default": 1.2,
"children": {
"wall_thickness": {
"default": 1.2,
"visible": false
},
"top_bottom_thickness": {
"default": 0.8,
"visible": false,
"children": {
"bottom_thickness": {
"default": 0.4,
"visible": false
}
}
}
}
}
}
},
"material": {
"settings": {
"material_print_temperature": {
"default": 220,
"visible": true
},
"material_bed_temperature": {
"default": 0,
"visible": false
},
"material_diameter": {
"default": 1.75,
"visible": true
}
}
},
"speed": {
"settings": {
"speed_print": {
"default": 40.0,
"children": {
"speed_infill": {
"default": 40.0,
"visible": false
},
"speed_wall": {
"default":35.0,
"visible": false,
"children": {
"speed_wall_0": {
"default": 35.0,
"visible": false
},
"speed_wall_x": {
"default": 35.0,
"visible": false
}
}
},
"speed_topbottom": {
"default": 35.0,
"visible": false
},
"speed_support": {
"default": 35.0,
"visible": false
}
}
},
"speed_travel": {
"default": 110.0
},
"speed_layer_0": {
"default": 20.0,
"visible": false
}
}
},
"travel": {
"settings": {
"retraction_speed": {
"default": 30.0,
"visible": true,
"children": {
"retraction_retract_speed": {
"default": 30.0,
"visible": true
},
"retraction_prime_speed": {
"default": 30.0,
"visible": true
}
}
},
"retraction_amount": {
"default": 2.0,
"visible": true
},
"retraction_hop": {
"default": 0.75,
"visible": false
}
}
},
"platform_adhesion": {
"settings": {
"skirt_minimal_length": {
"default": 150
},
"raft_base_line_width": {
"default": 0.7
},
"raft_interface_thickness": {
"default": 0.2
}
}
},
"support": {
"settings": {
"support_enable": {
"default": true
},
"support_z_distance": {
"default": 0.2,
"visible": false
},
"support_fill_rate": {
"default": 10,
"visible": false
}
}
}
"overrides": {
"layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": true },
"shell_thickness": { "default": 1.2 },
"wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 0.8, "visible": false },
"bottom_thickness": { "default": 0.4, "visible": false },
"material_print_temperature": { "default": 220, "visible": true },
"material_bed_temperature": { "default": 0, "visible": false },
"material_diameter": { "default": 1.75, "visible": true },
"speed_print": { "default": 40.0 },
"speed_infill": { "default": 40.0, "visible": false },
"speed_wall": { "default":35.0, "visible": false },
"speed_wall_0": { "default": 35.0, "visible": false },
"speed_wall_x": { "default": 35.0, "visible": false },
"speed_topbottom": { "default": 35.0, "visible": false },
"speed_support": { "default": 35.0, "visible": false },
"speed_travel": { "default": 110.0 },
"speed_layer_0": { "default": 20.0, "visible": false },
"retraction_speed": { "default": 30.0, "visible": true },
"retraction_retract_speed": { "default": 30.0, "visible": true },
"retraction_prime_speed": { "default": 30.0, "visible": true },
"retraction_amount": { "default": 2.0, "visible": true },
"retraction_hop": { "default": 0.75, "visible": false },
"skirt_minimal_length": { "default": 150 },
"raft_base_line_width": { "default": 0.7 },
"raft_interface_thickness": { "default": 0.2 },
"support_enable": { "default": true },
"support_z_distance": { "default": 0.2, "visible": false },
"support_fill_rate": { "default": 10, "visible": false }
}
}

View File

@ -36,152 +36,36 @@
"default": [0.0, 100.0, 0.0]
}
},
"categories": {
"layer_height": {
"settings": {
"layer_height": {
"default": 0.2
},
"layer_height_0": {
"default": 0.2,
"visible": true
}
}
},
"shell": {
"settings": {
"shell_thickness": {
"default": 1.2,
"children": {
"wall_thickness": {
"default": 1.2,
"visible": false
},
"top_bottom_thickness": {
"default": 0.8,
"visible": false,
"children": {
"bottom_thickness": {
"default": 0.4,
"visible": false
}
}
}
}
}
}
},
"material": {
"settings": {
"material_print_temperature": {
"default": 220,
"visible": true
},
"material_bed_temperature": {
"default": 0,
"visible": false
},
"material_diameter": {
"default": 1.75,
"visible": true
}
}
},
"speed": {
"settings": {
"speed_print": {
"default": 40.0,
"children": {
"speed_infill": {
"default": 40.0,
"visible": false
},
"speed_wall": {
"default":35.0,
"visible": false,
"children": {
"speed_wall_0": {
"default": 35.0,
"visible": false
},
"speed_wall_x": {
"default": 35.0,
"visible": false
}
}
},
"speed_topbottom": {
"default": 35.0,
"visible": false
},
"speed_support": {
"default": 35.0,
"visible": false
}
}
},
"speed_travel": {
"default": 110.0
},
"speed_layer_0": {
"default": 20.0,
"visible": false
}
}
},
"travel": {
"settings": {
"retraction_speed": {
"default": 30.0,
"visible": true,
"children": {
"retraction_retract_speed": {
"default": 30.0,
"visible": true
},
"retraction_prime_speed": {
"default": 30.0,
"visible": true
}
}
},
"retraction_amount": {
"default": 2.0,
"visible": true
},
"retraction_hop": {
"default": 0.75,
"visible": false
}
}
},
"platform_adhesion": {
"settings": {
"skirt_minimal_length": {
"default": 150
},
"raft_base_line_width": {
"default": 0.7
},
"raft_interface_thickness": {
"default": 0.2
}
}
},
"support": {
"settings": {
"support_enable": {
"default": true
},
"support_z_distance": {
"default": 0.2,
"visible": false
},
"support_fill_rate": {
"default": 10,
"visible": false
}
}
}
"overrides": {
"layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": true },
"shell_thickness": { "default": 1.2 },
"wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 0.8, "visible": false },
"bottom_thickness": { "default": 0.4, "visible": false },
"material_print_temperature": { "default": 220, "visible": true },
"material_bed_temperature": { "default": 0, "visible": false },
"material_diameter": { "default": 1.75, "visible": true },
"speed_print": { "default": 40.0 },
"speed_infill": { "default": 40.0, "visible": false },
"speed_wall": { "default":35.0, "visible": false },
"speed_wall_0": { "default": 35.0, "visible": false },
"speed_wall_x": { "default": 35.0, "visible": false },
"speed_topbottom": { "default": 35.0, "visible": false },
"speed_support": { "default": 35.0, "visible": false },
"speed_travel": { "default": 110.0 },
"speed_layer_0": { "default": 20.0, "visible": false },
"retraction_speed": { "default": 30.0, "visible": true },
"retraction_retract_speed": { "default": 30.0, "visible": true },
"retraction_prime_speed": { "default": 30.0, "visible": true },
"retraction_amount": { "default": 2.0, "visible": true },
"retraction_hop": { "default": 0.75, "visible": false },
"skirt_minimal_length": { "default": 150 },
"raft_base_line_width": { "default": 0.7 },
"raft_interface_thickness": { "default": 0.2 },
"support_enable": { "default": true },
"support_z_distance": { "default": 0.2, "visible": false },
"support_fill_rate": { "default": 10, "visible": false }
}
}

View File

@ -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 }
}
}

View File

@ -32,13 +32,7 @@
}
},
"categories": {
"material": {
"settings": {
"material_bed_temperature": {
"visible": true
}
}
}
"overrides": {
"material_bed_temperature": { "visible": true }
}
}

View File

@ -96,13 +96,7 @@
}
},
"categories": {
"material": {
"settings": {
"material_bed_temperature": {
"visible": false
}
}
}
"overrides": {
"material_bed_temperature": { "visible": false }
}
}

View File

@ -36,152 +36,35 @@
"default": [0, -145, -38]
}
},
"categories": {
"layer_height": {
"settings": {
"layer_height": {
"default": 0.2
},
"layer_height_0": {
"default": 0.2,
"visible": true
}
}
},
"shell": {
"settings": {
"shell_thickness": {
"default": 1.2,
"children": {
"wall_thickness": {
"default": 1.2,
"visible": false
},
"top_bottom_thickness": {
"default": 0.8,
"visible": false,
"children": {
"bottom_thickness": {
"default": 0.4,
"visible": false
}
}
}
}
}
}
},
"material": {
"settings": {
"material_print_temperature": {
"default": 220,
"visible": true
},
"material_bed_temperature": {
"default": 0,
"visible": false
},
"material_diameter": {
"default": 1.75,
"visible": true
}
}
},
"speed": {
"settings": {
"speed_print": {
"default": 40.0,
"children": {
"speed_infill": {
"default": 40.0,
"visible": false
},
"speed_wall": {
"default":35.0,
"visible": false,
"children": {
"speed_wall_0": {
"default": 35.0,
"visible": false
},
"speed_wall_x": {
"default": 35.0,
"visible": false
}
}
},
"speed_topbottom": {
"default": 35.0,
"visible": false
},
"speed_support": {
"default": 35.0,
"visible": false
}
}
},
"speed_travel": {
"default": 120.0
},
"speed_layer_0": {
"default": 20.0,
"visible": false
}
}
},
"travel": {
"settings": {
"retraction_speed": {
"default": 30.0,
"visible": true,
"children": {
"retraction_retract_speed": {
"default": 30.0,
"visible": true
},
"retraction_prime_speed": {
"default": 30.0,
"visible": true
}
}
},
"retraction_amount": {
"default": 2.0,
"visible": true
},
"retraction_hop": {
"default": 0.75,
"visible": false
}
}
},
"platform_adhesion": {
"settings": {
"skirt_minimal_length": {
"default": 150
},
"raft_base_line_width": {
"default": 0.7
},
"raft_interface_thickness": {
"default": 0.2
}
}
},
"support": {
"settings": {
"support_enable": {
"default": true
},
"support_z_distance": {
"default": 0.2,
"visible": false
},
"support_fill_rate": {
"default": 10,
"visible": false
}
}
}
"overrides": {
"layer_height": { "default": 0.2 },
"layer_height_0": { "default": 0.2, "visible": true },
"shell_thickness": { "default": 1.2},
"wall_thickness": { "default": 1.2, "visible": false },
"top_bottom_thickness": { "default": 0.8, "visible": false},
"bottom_thickness": { "default": 0.4, "visible": false },
"material_print_temperature": { "default": 220, "visible": true },
"material_bed_temperature": { "default": 0, "visible": false },
"material_diameter": { "default": 1.75, "visible": true },
"speed_print": { "default": 40.0},
"speed_infill": { "default": 40.0, "visible": false },
"speed_wall": { "default":35.0, "visible": false},
"speed_wall_0": { "default": 35.0, "visible": false },
"speed_wall_x": { "default": 35.0, "visible": false },
"speed_topbottom": { "default": 35.0, "visible": false },
"speed_support": { "default": 35.0, "visible": false },
"speed_travel": { "default": 120.0 },
"speed_layer_0": { "default": 20.0, "visible": false },
"retraction_speed": { "default": 30.0, "visible": true},
"retraction_retract_speed": { "default": 30.0, "visible": true },
"retraction_prime_speed": { "default": 30.0, "visible": true },
"retraction_amount": { "default": 2.0, "visible": true },
"retraction_hop": { "default": 0.75, "visible": false },
"skirt_minimal_length": { "default": 150 },
"raft_base_line_width": { "default": 0.7 },
"raft_interface_thickness": { "default": 0.2 },
"support_enable": { "default": true },
"support_z_distance": { "default": 0.2, "visible": false },
"support_fill_rate": { "default": 10, "visible": false }
}
}