mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Update setting ranges to reflect those that are used in the current Cura
Fixes Asana issue 35497030487594
This commit is contained in:
parent
21ec546ec5
commit
d860e59310
1 changed files with 119 additions and 22 deletions
|
@ -41,9 +41,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.1,
|
||||
"min_value": 0.00001,
|
||||
"min_value": 0.0001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"max_value_warning": 0.32,
|
||||
"always_visible": true,
|
||||
"children": {
|
||||
"layer_height_0": {
|
||||
|
@ -52,9 +52,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.3,
|
||||
"min_value": 0.0,
|
||||
"min_value": 0.0001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 2.0,
|
||||
"max_value_warning": 0.32,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
|
@ -66,7 +66,8 @@
|
|||
"type": "float",
|
||||
"default": 0.8,
|
||||
"min_value": 0.0,
|
||||
"max_value": 5.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"children": {
|
||||
"wall_thickness": {
|
||||
"label": "Wall Thickness",
|
||||
|
@ -74,9 +75,8 @@
|
|||
"unit": "mm",
|
||||
"default": 0.8,
|
||||
"min_value": 0.0,
|
||||
"max_value": 5.0,
|
||||
"min_value_warning": 0.4,
|
||||
"max_value_warning": 2.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
||||
|
@ -84,6 +84,7 @@
|
|||
"wall_line_count": {
|
||||
"label": "Wall Line Count",
|
||||
"description": "Number of shell lines. This these lines are called perimeter lines in other tools and impact the strength and structural integrity of your print.",
|
||||
"min_value": 0,
|
||||
"default": 2,
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
|
@ -93,6 +94,9 @@
|
|||
"label": "Wall Line Width",
|
||||
"description": "Width of a single shell line. Each line of the shell will be printed with this width in mind.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
@ -103,6 +107,9 @@
|
|||
"label": "First Wall Line Width",
|
||||
"description": "Width of the outermost shell line. By printing a thinner outermost wall line you can print higher details with a larger nozzle.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -111,6 +118,9 @@
|
|||
"label": "Other Walls Line Width",
|
||||
"description": "Width of a single shell line for all shell lines except the outermost one.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -119,6 +129,9 @@
|
|||
"label": "Skirt line width",
|
||||
"description": "Width of a single skirt line.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -127,6 +140,9 @@
|
|||
"label": "Top/bottom line width",
|
||||
"description": "Width of a single top/bottom printed line. Which are used to fill up the top/bottom areas of a print.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -135,6 +151,9 @@
|
|||
"label": "Infill line width",
|
||||
"description": "Width of the inner infill printed lines.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -143,6 +162,9 @@
|
|||
"label": "Support line width",
|
||||
"description": "Width of the printed support structures lines.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"min_value_warning": 0.2,
|
||||
"max_value_warning": 5.0,
|
||||
"default": 0.4,
|
||||
"type": "float",
|
||||
"visible": false
|
||||
|
@ -168,6 +190,7 @@
|
|||
"label": "Top Thickness",
|
||||
"description": "This controls the thickness of the top layers. The number of solid layers printed is calculated from the layer thickness and this value. Having this value be a multiple of the layer thickness makes sense. And keep it nearto your wall thickness to make an evenly strong part.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"default": 0.8,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
@ -176,6 +199,7 @@
|
|||
"top_layers": {
|
||||
"label": "Top Layers",
|
||||
"description": "This controls the amount of top layers.",
|
||||
"min_value": 0,
|
||||
"default": 4,
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
|
@ -187,6 +211,7 @@
|
|||
"label": "Bottom Thickness",
|
||||
"description": "This controls the thickness of the bottom layers. The number of solid layers printed is calculated from the layer thickness and this value. Having this value be a multiple of the layer thickness makes sense. And keep it near to your wall thickness to make an evenly strong part.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"default": 0.8,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
@ -195,6 +220,7 @@
|
|||
"bottom_layers": {
|
||||
"label": "Bottom Layers",
|
||||
"description": "This controls the amount of bottom layers.",
|
||||
"min_value": 0,
|
||||
"default": 4,
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
|
@ -256,18 +282,18 @@
|
|||
"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": 220,
|
||||
"min_value": 10,
|
||||
"max_value": 340
|
||||
"default": 210,
|
||||
"min_value": 0,
|
||||
"max_value_warning": 260
|
||||
},
|
||||
"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": 70,
|
||||
"default": 60,
|
||||
"min_value": 0,
|
||||
"max_value": 340
|
||||
"max_value_warning": 260
|
||||
},
|
||||
"material_diameter": {
|
||||
"label": "Diameter",
|
||||
|
@ -275,8 +301,8 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 2.85,
|
||||
"min_value": 0.4,
|
||||
"max_value": 5.0
|
||||
"min_value_warning": 0.4,
|
||||
"max_value_warning": 3.5
|
||||
},
|
||||
"material_flow": {
|
||||
"label": "Flow",
|
||||
|
@ -285,7 +311,8 @@
|
|||
"default": 100.0,
|
||||
"type": "float",
|
||||
"min_value": 5.0,
|
||||
"max_value": 300.0
|
||||
"min_value_warning": 50.0,
|
||||
"max_value_warning": 150.0
|
||||
},
|
||||
"retraction_enable": {
|
||||
"label": "Enable Retraction",
|
||||
|
@ -299,7 +326,8 @@
|
|||
"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": 25.0,
|
||||
"min_value": 0.1,
|
||||
"default": 40.0,
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
|
||||
|
@ -309,6 +337,7 @@
|
|||
"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",
|
||||
"min_value": 0.1,
|
||||
"default": 25.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -317,6 +346,7 @@
|
|||
"description": "The speed at which the filament is pushed back after retraction.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"default": 25.0,
|
||||
"visible": false
|
||||
}
|
||||
|
@ -327,6 +357,7 @@
|
|||
"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",
|
||||
"min_value": 0.0,
|
||||
"default": 4.5,
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
|
@ -336,7 +367,8 @@
|
|||
"description": "The minimum distance of travel needed for a retraction to happen at all. This helps ensure you do not get a lot of retractions in a small area.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 4.5,
|
||||
"min_value": 0.0,
|
||||
"default": 1.5,
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
},
|
||||
|
@ -353,6 +385,7 @@
|
|||
"description": "The minimum amount of extrusion that needs to happen between retractions. If a retraction should happen before this minimum is reached, it will be ignored. This avoids retracting repeatedly on the same piece of filament as that can flatten the filament and cause grinding issues.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.02,
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
|
@ -362,6 +395,7 @@
|
|||
"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",
|
||||
"min_value": 0.0,
|
||||
"default": 0.0,
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
|
@ -380,6 +414,8 @@
|
|||
"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",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
|
||||
"children": {
|
||||
|
@ -388,6 +424,8 @@
|
|||
"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",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -396,6 +434,8 @@
|
|||
"description": "The speed at which shell is printed. Printing the outer shell at a lower speed improves the final skin quality.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false,
|
||||
|
||||
|
@ -405,6 +445,8 @@
|
|||
"description": "The speed at which outer shell is printed. Printing the outer shell at a lower speed improves the final skin quality. However, having a large difference between the inner shell speed and the outer shell speed will effect quality in a negative way.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -413,6 +455,8 @@
|
|||
"description": "The speed at which all inner shells are printed. Printing the inner shell fasster than the outer shell will reduce printing time. It is good to set this in between the outer shell speed and the infill speed.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false
|
||||
}
|
||||
|
@ -423,6 +467,8 @@
|
|||
"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",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -431,6 +477,8 @@
|
|||
"description": "The speed at which exterior support is printed. Printing exterior supports at higher speeds can greatly improve printing time. And the surface quality of exterior support is usually not important, so higher speeds can be used.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 150.0,
|
||||
"default": 50.0,
|
||||
"visible": false,
|
||||
"inherit_function": "speed_wall_0"
|
||||
|
@ -442,6 +490,8 @@
|
|||
"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",
|
||||
"min_value": 0.1,
|
||||
"max_value_warning": 300.0,
|
||||
"default": 150.0
|
||||
},
|
||||
"speed_layer_0": {
|
||||
|
@ -449,6 +499,7 @@
|
|||
"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": false,
|
||||
|
||||
|
@ -458,6 +509,7 @@
|
|||
"description": "The speed at which the skirt and brim are printed. Normally this is done at the initial layer speed. But sometimes you want to print the skirt at a different speed.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.1,
|
||||
"default": 15.0,
|
||||
"visible": false
|
||||
}
|
||||
|
@ -467,6 +519,7 @@
|
|||
"label": "Amount of Slower Layers",
|
||||
"description": "The first few layers are printed slower then the rest of the object, this to get better adhesion to the printer bed and improve the overall success rate of prints. The speed is gradually increased over these layers. 4 layers of speed-up is generally right for most materials and printers.",
|
||||
"type": "int",
|
||||
"min_value": 0,
|
||||
"default": 4,
|
||||
"visible": false
|
||||
}
|
||||
|
@ -482,6 +535,8 @@
|
|||
"description": "This controls how densely filled the insides of your print will be. For a solid part use 100%, for an hollow part use 0%. A value around 20% is usually enough. This won't affect the outside of the print and only adjusts how strong the part becomes.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 20.0,
|
||||
|
||||
"children": {
|
||||
|
@ -504,6 +559,7 @@
|
|||
"description": "Distance between the printed infill lines.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 2.0,
|
||||
"visible": false,
|
||||
"inherit_function": "(infill_line_width * 100) / parent_value"
|
||||
|
@ -515,6 +571,8 @@
|
|||
"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",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 15.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -523,6 +581,7 @@
|
|||
"description": "The thickness of the sparse infill. This is rounded to a multiple of the layerheight and used to print the sparse-infill in fewer, thicker layers to save printing time.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.1,
|
||||
"visible": false,
|
||||
|
||||
|
@ -556,6 +615,8 @@
|
|||
"description": "Fan speed used for the print cooling fan on the printer head.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 100.0,
|
||||
"visible": false,
|
||||
"inherit_function": "100.0 if parent_value else 0.0",
|
||||
|
@ -566,6 +627,8 @@
|
|||
"description": "Normally the fan runs at the minimum fan speed. If the layer is slowed down due to minimum layer time, the fan speed adjusts between minimum and maximum fan speed.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 100.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -574,6 +637,8 @@
|
|||
"description": "Normally the fan runs at the minimum fan speed. If the layer is slowed down due to minimum layer time, the fan speed adjusts between minimum and maximum fan speed.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 100.0,
|
||||
"visible": false
|
||||
}
|
||||
|
@ -586,6 +651,7 @@
|
|||
"description": "The height at which the fan is turned on completely. For the layers below this the fan speed is scaled linearly with the fan off for the first layer.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.5,
|
||||
"visible": false,
|
||||
|
||||
|
@ -594,6 +660,7 @@
|
|||
"label": "Fan Full on at Layer",
|
||||
"description": "The layer number at which the fan is turned on completely. For the layers below this the fan speed is scaled linearly with the fan off for the first layer.",
|
||||
"type": "int",
|
||||
"min_value": 0,
|
||||
"default": 4,
|
||||
"visible": false,
|
||||
"inherit_function": "int((parent_value - layer_height_0 + 0.001) / layer_height)"
|
||||
|
@ -605,6 +672,7 @@
|
|||
"description": "The minimum time spent in a layer: Gives the layer time to cool down before the next one is put on top. If a layer would print in less time, then the printer will slow down to make sure it has spent at least this many seconds printing the layer.",
|
||||
"unit": "sec",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 5.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -613,6 +681,7 @@
|
|||
"description": "The minimum time spent in a layer which will cause the fan to be at minmum speed. The fan speed increases linearly from maximal fan speed for layers taking minimal layer time to minimal fan speed for layers taking the time specified here.",
|
||||
"unit": "sec",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 10.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -621,6 +690,7 @@
|
|||
"description": "The minimum layer time can cause the print to slow down so much it starts to droop. The minimum feedrate protects against this. Even if a print gets slowed down it will never be slower than this minimum speed.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 10.0,
|
||||
"visible": false
|
||||
},
|
||||
|
@ -649,7 +719,6 @@
|
|||
"description": "Where to place support structures. The placement can be restricted such that the support structures won't rest on the model, which could otherwise cause scarring.",
|
||||
"type": "enum",
|
||||
"options": [
|
||||
"None",
|
||||
"Touching Buildplate",
|
||||
"Everywhere"
|
||||
],
|
||||
|
@ -665,6 +734,8 @@
|
|||
"description": "The maximum angle of overhangs for which support will be added. With 0 degrees being horizontal, and 90 degrees being vertical.",
|
||||
"unit": "°",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 90.0,
|
||||
"default": 60.0,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -677,6 +748,8 @@
|
|||
"description": "Distance of the support structure from the print, in the X/Y directions. 0.7mm typically gives a nice distance from the print so the support does not stick to the surface.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value_warning": 10.0,
|
||||
"default": 0.7,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -689,6 +762,8 @@
|
|||
"description": "Distance from the top/bottom of the support to the print. A small gap here makes it easier to remove the support but makes the print a bit uglier. 0.15mm allows for easier separation of the support structure.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value_warning": 10.0,
|
||||
"default": 0.15,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -700,6 +775,8 @@
|
|||
"label": "Top Distance",
|
||||
"description": "Distance from the top of the support to the print.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"max_value_warning": 10.0,
|
||||
"default": 0.15,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
@ -712,6 +789,8 @@
|
|||
"label": "Bottom Distance",
|
||||
"description": "Distance from the print to the bottom of the support.",
|
||||
"unit": "mm",
|
||||
"min_value": 0.0,
|
||||
"max_value_warning": 10.0,
|
||||
"default": 0.15,
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
|
@ -798,6 +877,8 @@
|
|||
"description": "The angle of the rooftop of a tower. Larger angles mean more pointy towers. ",
|
||||
"unit": "°",
|
||||
"type": "int",
|
||||
"min_value": 0,
|
||||
"max_value": 90,
|
||||
"default": 65,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -837,6 +918,8 @@
|
|||
"description": "The amount of infill structure in the support, less infill gives weaker support which is easier to remove.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"max_value": 100.0,
|
||||
"default": 15,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -850,6 +933,7 @@
|
|||
"description": "Distance between the printed support lines.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 2.66,
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
|
@ -882,6 +966,8 @@
|
|||
"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",
|
||||
"min_value": 0,
|
||||
"max_value_warning": 100,
|
||||
"default": 1,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -893,6 +979,7 @@
|
|||
"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",
|
||||
"min_value": 0.0,
|
||||
"default": 3.0,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -904,7 +991,8 @@
|
|||
"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": 250,
|
||||
"min_value": 0.0,
|
||||
"default": 250.0,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
"value": "None"
|
||||
|
@ -914,7 +1002,9 @@
|
|||
"label": "Brim Line Count",
|
||||
"description": "The amount of lines used for a brim: More lines means a larger brim which sticks better, but this also makes your effective print area smaller.",
|
||||
"type": "int",
|
||||
"default": 10,
|
||||
"min_value": 0,
|
||||
"max_value_warning": 100,
|
||||
"default": 20,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
"value": "Brim"
|
||||
|
@ -925,6 +1015,7 @@
|
|||
"description": "If the raft is enabled, this is the extra raft area around the object which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 5.0,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -936,7 +1027,8 @@
|
|||
"description": "The distance between the raft lines. The first 2 layers of the raft have this amount of spacing between the raft lines.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 5.0,
|
||||
"min_value": 0.0,
|
||||
"default": 3.0,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
"value": "Raft"
|
||||
|
@ -947,6 +1039,7 @@
|
|||
"description": "Layer thickness of the first raft layer. This should be a thick layer which sticks firmly to the printer bed.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.3,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -980,6 +1073,7 @@
|
|||
"description": "Thickness of the 2nd raft layer.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.27,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -991,6 +1085,7 @@
|
|||
"description": "Width of the 2nd raft layer lines. These lines should be thinner than the first layer, but strong enough to attach the object to.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.4,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -1002,6 +1097,7 @@
|
|||
"description": "The gap between the final raft layer and the first layer of the object. Only the first layer is raised by this amount to lower the bonding between the raft layer and the object. Makes it easier to peel off the raft.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"min_value": 0.0,
|
||||
"default": 0.22,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
@ -1012,6 +1108,7 @@
|
|||
"label": "Raft Surface Layers",
|
||||
"description": "The number of surface layers on top of the 2nd raft layer. These are fully filled layers that the object sits on. 2 layers usually works fine.",
|
||||
"type": "int",
|
||||
"min_value": 0,
|
||||
"default": 2,
|
||||
"active_if": {
|
||||
"setting": "adhesion_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue