JSON: updated settings descriptions (CURA-1309)

Changes made by Jeroen to settings which didn't change order
This commit is contained in:
Tim Kuipers 2016-03-30 18:26:36 +02:00
parent 3aced8fb64
commit ffe1b4bc1e

View file

@ -186,7 +186,7 @@
"settings": {
"machine_nozzle_size": {
"label": "Nozzle Diameter",
"description": "The inner diameter of the nozzle.",
"description": "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size.",
"unit": "mm",
"type": "float",
"default": 0.4,
@ -204,7 +204,7 @@
"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.",
"description": "The height of each layer in mm. Higher values produce faster prints in lower resolution, lower values produce slower prints in higher resolution.",
"unit": "mm",
"type": "float",
"default": 0.1,
@ -215,7 +215,7 @@
},
"layer_height_0": {
"label": "Initial Layer Height",
"description": "The layer height of the bottom layer. A thicker bottom layer makes sticking to the bed easier.",
"description": "The height of the initial layer in mm. A thicker initial layer makes adhesion to the build plate easier.",
"unit": "mm",
"type": "float",
"default": 0.3,
@ -227,7 +227,7 @@
},
"line_width": {
"label": "Line Width",
"description": "Width of a single line. Each line will be printed with this width in mind. Generally the width of each line should correspond to the width of your nozzle, but for the outer wall and top/bottom surface smaller line widths may be chosen, for higher quality.",
"description": "Width of a single line. Generally, the width of each line should correspond to the width of the nozzle. Slightly reducing this value could produce better prints.",
"unit": "mm",
"min_value": "0.0001",
"min_value_warning": "0.2",
@ -239,7 +239,7 @@
"children": {
"wall_line_width": {
"label": "Wall Line Width",
"description": "Width of a single shell line. Each line of the shell will be printed with this width in mind.",
"description": "Width of a single wall line.",
"unit": "mm",
"min_value": "0.0001",
"min_value_warning": "0.2",
@ -250,7 +250,7 @@
"children": {
"wall_line_width_0": {
"label": "Outer 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.",
"description": "Width of the outermost wall line. By lowering this value, higher levels of detail can be printed.",
"unit": "mm",
"min_value": "0.0001",
"min_value_warning": "0.2",
@ -261,7 +261,7 @@
},
"wall_line_width_x": {
"label": "Inner Wall(s) Line Width",
"description": "Width of a single shell line for all shell lines except the outermost one.",
"description": "Width of a single wall line for all wall lines except the outermost one.",
"unit": "mm",
"min_value": "0.0001",
"min_value_warning": "0.2",
@ -308,7 +308,7 @@
},
"support_line_width": {
"label": "Support line width",
"description": "Width of the printed support structures lines.",
"description": "Width of a single support structure line.",
"unit": "mm",
"min_value": "0.0001",
"min_value_warning": "0.2",
@ -321,7 +321,7 @@
},
"support_roof_line_width": {
"label": "Support Roof line width",
"description": "Width of a single support roof line, used to fill the top of the support.",
"description": "Width of a single support roof line.",
"unit": "mm",
"default": 0.4,
"min_value": "0.0001",
@ -354,7 +354,7 @@
"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.",
"description": "The thickness of the outside walls in the horizontal direction. This value divided by the wall line width defines the number of walls.",
"unit": "mm",
"default": 0.8,
"min_value": "0",
@ -365,7 +365,7 @@
"children": {
"wall_line_count": {
"label": "Wall Line Count",
"description": "Number of shell lines. These lines are called perimeter lines in other tools and impact the strength and structural integrity of your print.",
"description": "The number of walls. When calculated by the wall thickness, this value is rounded to a whole number.",
"default": 2,
"min_value": "0",
"type": "int",
@ -375,8 +375,8 @@
}
},
"top_bottom_thickness": {
"label": "Bottom/Top Thickness",
"description": "This controls the thickness of the bottom and top layers. The number of solid layers put down is calculated from the layer thickness and this value. Having this value a multiple of the layer thickness makes sense. Keep it near your wall thickness to make an evenly strong part.",
"label": "Top/Bottom Thickness",
"description": " The thickness of the top/bottom layers in the print. This value divided by the layer height defines the number of top/bottom layers.",
"unit": "mm",
"default": 0.8,
"min_value": "0",
@ -387,7 +387,7 @@
"children": {
"top_thickness": {
"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. Keep it near your wall thickness to make an evenly strong part.",
"description": "The thickness of the top layers in the print. This value divided by the layer height defines the number of top layers.",
"unit": "mm",
"default": 0.8,
"min_value": "0",
@ -397,7 +397,7 @@
"children": {
"top_layers": {
"label": "Top Layers",
"description": "This controls the number of top layers.",
"description": "The number of top layers. When calculated by the top thickness, this value is rounded to a whole number.",
"default": 8,
"min_value": "0",
"max_value_warning": "100",
@ -409,7 +409,7 @@
},
"bottom_thickness": {
"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.",
"description": "The thickness of the bottom layers in the print. This value divided by the layer height defines the number of bottom layers.",
"unit": "mm",
"default": 0.6,
"min_value": "0",
@ -418,7 +418,7 @@
"children": {
"bottom_layers": {
"label": "Bottom Layers",
"description": "This controls the amount of bottom layers.",
"description": "The number of bottom layers. When calculated by the bottom thickness, this value is rounded to a whole number.",
"min_value": "0",
"default": 6,
"type": "int",
@ -433,8 +433,8 @@
},
"alternate_extra_perimeter": {
"label": "Alternate Extra Wall",
"description": "Make an extra wall at every second layer, so that infill will be caught between an extra wall above and one below. This results in a better cohesion between infill and walls, but might have an impact on the surface quality.",
"label": "Alternating Extra Wall",
"description": "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints.",
"type": "boolean",
"default": false,
"visible": false,
@ -459,7 +459,7 @@
},
"remove_overlapping_walls_x_enabled": {
"label": "Remove Overlapping Inner Wall Parts",
"description": "Remove parts of an inner wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.",
"description": "Remove parts of an inner wall that would otherwise overlap and cause over-extrusion. These overlaps occur in thin pieces in a model and sharp corners.",
"type": "boolean",
"default": true,
"visible": false,
@ -476,7 +476,7 @@
},
"fill_perimeter_gaps": {
"label": "Fill Gaps Between Walls",
"description": "Fill the gaps created by walls where they would otherwise be overlapping. This will also fill thin walls. Optionally only the gaps occurring within the top and bottom skin can be filled.",
"description": "Fills the gaps between walls when overlapping inner wall parts are removed.",
"type": "enum",
"options": {
"nowhere": "Nowhere",
@ -553,7 +553,7 @@
"settings": {
"infill_sparse_density": {
"label": "Infill Density",
"description": "This controls how densely filled the insides of your print will be. For a solid part use 100%, for a hollow part use 0%. A value around 20% is usually enough. This setting won't affect the outside of the print and only adjusts how strong the part becomes.",
"description": "Adjusts the density of infill of the print.",
"unit": "%",
"type": "float",
"default": 20,
@ -561,8 +561,8 @@
"max_value_warning": "100",
"children": {
"infill_line_distance": {
"label": "Line distance",
"description": "Distance between the printed infill lines.",
"label": "Line Distance",
"description": "Distance between the printed infill lines. This setting is calculated by the infill density and the infill line width.",
"unit": "mm",
"type": "float",
"default": 2,
@ -574,7 +574,7 @@
},
"infill_pattern": {
"label": "Infill Pattern",
"description": "Cura defaults to switching between grid and line infill, but with this setting visible you can control this yourself. The line infill swaps direction on alternate layers of infill, while the grid prints the full cross-hatching on each layer of infill.",
"description": "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle and concentric patterns are fully printed every layer.",
"type": "enum",
"visible": false,
"options": {
@ -609,8 +609,8 @@
"visible": false
},
"infill_sparse_thickness": {
"label": "Infill Thickness",
"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.",
"label": "Infill layer thickness",
"description": "The thickness per layer of infill material. This value should always be a multiplication of the layer height and is otherwise rounded.",
"unit": "mm",
"type": "float",
"default": 0.1,
@ -644,7 +644,7 @@
},
"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.",
"description": "The temperature used for printing. Set at 0 to pre-heat the printer manually.",
"unit": "°C",
"type": "float",
"default": 210,
@ -677,7 +677,7 @@
},
"material_bed_temperature": {
"label": "Bed Temperature",
"description": "The temperature used for the heated printer bed. Set at 0 to pre-heat it yourself.",
"description": "The temperature used for the heated bed. Set at 0 to pre-heat the printer manually.",
"unit": "°C",
"type": "float",
"default": 60,
@ -688,7 +688,7 @@
},
"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.",
"description": "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament.",
"unit": "mm",
"type": "float",
"default": 2.85,
@ -709,14 +709,14 @@
},
"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.",
"description": "Retract the filament when the nozzle is moving over a non-printed area. ",
"type": "boolean",
"default": true,
"visible": true
},
"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.",
"description": "The length of material retracted during a retraction move.",
"unit": "mm",
"type": "float",
"default": 4.5,
@ -728,7 +728,7 @@
},
"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.",
"description": "The speed at which the filament is retracted and primed during a retraction move.",
"unit": "mm/s",
"type": "float",
"default": 25,
@ -740,7 +740,7 @@
"children": {
"retraction_retract_speed": {
"label": "Retraction Retract 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.",
"description": "The speed at which the filament is retracted during a retraction move.",
"unit": "mm/s",
"type": "float",
"default": 25,
@ -751,7 +751,7 @@
},
"retraction_prime_speed": {
"label": "Retraction Prime Speed",
"description": "The speed at which the filament is pushed back after retraction.",
"description": "The speed at which the filament is primed during a retraction move.",
"unit": "mm/s",
"type": "float",
"default": 25,
@ -764,7 +764,7 @@
},
"retraction_extra_prime_amount": {
"label": "Retraction Extra Prime Amount",
"description": "The amount of material extruded after a retraction. During a travel move, some material might get lost and so we need to compensate for this.",
"description": "Some material can ooze away during a travel move, which can be compensated here.",
"unit": "mm³",
"type": "float",
"default": 0,
@ -789,7 +789,7 @@
},
"retraction_count_max": {
"label": "Maximum Retraction Count",
"description": "This setting limits the number of retractions occurring within the Minimum Extrusion Distance Window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues.",
"description": "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues.",
"default": 45,
"min_value": "0",
"max_value_warning": "100",
@ -800,7 +800,7 @@
},
"retraction_extrusion_window": {
"label": "Minimum Extrusion Distance Window",
"description": "The window in which the Maximum Retraction Count is enforced. This value should be approximately the same as the Retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited.",
"description": "The window in which the maximum retraction count is enforced. This value should be approximately the same as the retraction distance, so that effectively the number of times a retraction passes the same patch of material is limited.",
"unit": "mm",
"type": "float",
"default": 4.5,
@ -812,7 +812,7 @@
},
"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 large positive effect on delta towers.",
"description": "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.",
"unit": "mm",
"type": "float",
"default": 0,
@ -831,7 +831,7 @@
"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.",
"description": "The speed at which printing happens.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -841,7 +841,7 @@
"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.",
"description": "The speed at which infill is printed.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -851,7 +851,7 @@
},
"speed_wall": {
"label": "Wall Speed",
"description": "The speed at which the shell is printed. Printing the outer shell at a lower speed improves the final skin quality.",
"description": "The speed at which the walls are printed.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -862,7 +862,7 @@
"children": {
"speed_wall_0": {
"label": "Outer Wall Speed",
"description": "The speed at which the 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.",
"description": "The speed at which the outermost walls are printed. Printing the outer wall at a lower speed improves the final skin quality. However, having a large difference between the inner wall speed and the outer shell speed will effect quality in a negative way.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -872,7 +872,7 @@
},
"speed_wall_x": {
"label": "Inner Wall Speed",
"description": "The speed at which all inner shells are printed. Printing the inner shell faster than the outer shell will reduce printing time. It works well to set this in between the outer shell speed and the infill speed.",
"description": "The speed at which all inner walls are printed Printing the inner wall faster than the outer wall will reduce printing time. It works well to set this in between the outer wall speed and the infill speed.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -885,7 +885,7 @@
},
"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.",
"description": "The speed at which top/bottom layers are printed.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -896,7 +896,7 @@
},
"speed_support": {
"label": "Support Speed",
"description": "The speed at which exterior support is printed. Printing exterior supports at higher speeds can greatly improve printing time. The surface quality of exterior support is usually not important anyway, so higher speeds can be used.",
"description": "The speed at which the support structure is printed. Printing support at higher speeds can greatly improve printing time. The surface quality of the support structure is not important since it is removed after printing.",
"unit": "mm/s",
"type": "float",
"min_value": "0.1",
@ -908,7 +908,7 @@
"children": {
"speed_support_lines": {
"label": "Support Wall Speed",
"description": "The speed at which the walls of exterior support are printed. Printing the walls at higher speeds can improve the overall duration.",
"description": "The speed at which the walls of support are printed. Printing the walls at higher speeds can improve the overall duration.",
"unit": "mm/s",
"type": "float",
"default": 60,
@ -921,7 +921,7 @@
},
"speed_support_roof": {
"label": "Support Roof Speed",
"description": "The speed at which the roofs of exterior support are printed. Printing the support roof at lower speeds can improve overhang quality.",
"description": "The speed at which the roofs of support are printed. Printing the support roof at lower speeds can improve overhang quality.",
"unit": "mm/s",
"type": "float",
"default": 40,
@ -938,7 +938,7 @@
},
"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.",
"description": "The speed at which travel moves are made.",
"unit": "mm/s",
"type": "float",
"default": 120,
@ -948,8 +948,8 @@
"global_only": 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 better to the printer bed.",
"label": "Initial Layer Speed",
"description": "The print speed for the initial layer. A lower value is advised to improve adhesion to the build plate.",
"unit": "mm/s",
"type": "float",
"default": 30,
@ -971,7 +971,7 @@
},
"speed_slowdown_layers": {
"label": "Number of Slower Layers",
"description": "The first few layers are printed slower than 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.",
"description": "The first few layers are printed slower than the rest of the object, this to get better adhesion to the build plate and improve the overall success rate of prints. The speed is gradually increased over these layers.",
"type": "int",
"default": 2,
"min_value": "0",
@ -988,7 +988,7 @@
"settings": {
"retraction_combing": {
"label": "Enable Combing",
"description": "Combing keeps the head within the interior of the print whenever possible when traveling from one part of the print to another and does not use retraction. If combing is disabled, the print head moves straight from the start point to the end point and it will always retract.",
"description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is disabled, the nozzle moves in a straight line to the next start point and will retract.",
"type": "boolean",
"default": true,
"visible": false,
@ -996,7 +996,7 @@
},
"travel_avoid_other_parts": {
"label": "Avoid Printed Parts",
"description": "Avoid other parts when traveling between parts.",
"description": "The nozzle avoids already printed parts when travelling. This option is only available when combing is enabled.",
"type": "boolean",
"default": true,
"visible": false,
@ -1005,7 +1005,7 @@
},
"travel_avoid_distance": {
"label": "Avoid Distance",
"description": "The distance to stay clear of parts which are avoided during travel.",
"description": "The distance between the nozzle and already printed parts when avoiding during travel.",
"unit": "mm",
"type": "float",
"default": 1.5,
@ -1019,7 +1019,7 @@
},
"coasting_enable": {
"label": "Enable Coasting",
"description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to lay down the last piece of the extrusion path in order to reduce stringing.",
"description": "Coasting replaces the last part of an extrusion path with a travel path. The oozed material is used to print the last piece of the extrusion path in order to reduce stringing.",
"type": "boolean",
"default": false,
"visible": false,
@ -1072,14 +1072,14 @@
"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.",
"description": "Enables the cooling fans while printing. The fans improve print quality on layers with short layer times and bridging / overhangs.",
"type": "boolean",
"default": true,
"global_only": "True"
},
"cool_fan_speed": {
"label": "Fan Speed",
"description": "Fan speed used for the print cooling fan on the printer head.",
"description": "The speed at which the cooling fans spin.",
"unit": "%",
"type": "float",
"min_value": "0",
@ -1091,8 +1091,8 @@
"global_only": "True",
"children": {
"cool_fan_speed_min": {
"label": "Normal Fan Speed",
"description": "Normally the fan runs at the minimum fan speed. If a layer takes less than Shortest Layer Time Normal Fan Speed, the fan speed adjusts from Normal Fan Speed towards Maximum Fan Speed.",
"label": "Regular fan speed",
"description": "The speed at which the fans spin before hitting the threshold. When a layer prints faster than the threshold, the fan speed gradually inclines towards the maximum fan speed.",
"unit": "%",
"type": "float",
"min_value": "0",
@ -1105,7 +1105,7 @@
},
"cool_fan_speed_max": {
"label": "Maximum Fan Speed",
"description": "If a layer is slowed down due to minimum layer time, the fan speed will be the Maximum Fan Speed.",
"description": "The speed at which the fans spin on the minimum layer time. The fan speed gradually increases between the regular fan speed and maximum fan speed when the threshold is hit.",
"unit": "%",
"type": "float",
"min_value": "max(0, cool_fan_speed_min)",
@ -1118,8 +1118,8 @@
}
},
"cool_fan_full_at_height": {
"label": "Slow Fan Down Below Height",
"description": "The height at which the fan is set to Normal Fan Speed. For the layers below this the fan speed is scaled linearly with the fan off on the first layer.",
"label": "Regular fan speed at height",
"description": "The height at which the fan spins on regular fan speed. At the layers below the fan speed gradually increases from zero to regular fan speed.",
"unit": "mm",
"type": "float",
"default": 0.5,
@ -1130,8 +1130,8 @@
"global_only": "True",
"children": {
"cool_fan_full_layer": {
"label": "Slow Fan Down Below Layer",
"description": "The layer number at which the fan is set to Normal Fan Speed. For the layers below this the fan speed is scaled linearly with the fan off on the first layer.",
"label": "Regular fan speed at layer",
"description": "The layer at which the fan spins on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number.",
"type": "int",
"default": 1,
"min_value": "0",
@ -1144,7 +1144,7 @@
},
"cool_min_layer_time": {
"label": "Minimum Layer Time",
"description": "The minimum time spent in a layer. Gives fast layers extra time to cool down before printing the next layer. 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.",
"description": "The minimum time spent in a layer. Forces the printer to slow down, to at least take the time set here to spend in one layer. This allows the printed material to cool down properly before printing the next layer.",
"unit": "sec",
"type": "float",
"default": 5,
@ -1166,7 +1166,7 @@
},
"cool_min_speed": {
"label": "Minimum Speed",
"description": "The minimum layer time can cause the print to slow down so much it starts to droop. The Minimum Speed protects against this. Even if a print gets slowed down it will never be slower than this minimum speed.",
"description": "The minimum speed at which the printer is forced to print at, no matter how much the minimum layer time slows it down. When the printer would slow down too much, the pressure in the nozzle would be too low and result in bad print quality.",
"unit": "mm/s",
"type": "float",
"default": 10,
@ -1177,7 +1177,7 @@
},
"cool_lift_head": {
"label": "Lift Head",
"description": "When the Minimum Speed is hit because of Minimum Layer Time, lift the head away from the print and wait the extra time until the minimum layer time is reached.",
"description": "When the minimum speed is hit because of minimum layer time, lift the head away from the print and wait the extra time until the minimum layer time is reached.",
"type": "boolean",
"default": false,
"visible": false,
@ -1185,7 +1185,7 @@
},
"draft_shield_enabled": {
"label": "Enable Draft Shield",
"description": "Enable exterior draft shield. This will create a wall around the object which traps (hot) air and shields against gusts of wind. Especially useful for materials which warp easily.",
"description": "Enables an exterior draft shield. This will create a wall around the object which traps (hot) air and shields against gusts of wind. Especially useful for materials which warp easily.",
"type": "boolean",
"default": false,
"global_only": true
@ -1204,7 +1204,7 @@
},
"draft_shield_height_limitation": {
"label": "Draft Shield Limitation",
"description": "Whether or not to limit the height of the draft shield.",
"description": "Enable the height limit of the draft shield.",
"type": "enum",
"options": {
"full": "Full",
@ -1217,7 +1217,7 @@
},
"draft_shield_height": {
"label": "Draft Shield Height",
"description": "Height limitation on the draft shield. Above this height no draft shield will be printed.",
"description": "Height limitation of the draft shield. Above this height no draft shield will be printed.",
"unit": "mm",
"type": "float",
"min_value": "0",
@ -1237,13 +1237,13 @@
"settings": {
"support_enable": {
"label": "Enable Support",
"description": "Enable exterior support structures. This will build up supporting structures below the model to prevent the model from sagging or printing in mid air.",
"description": "Enable support structures. The support structures prevent the model from printing mid-air.",
"type": "boolean",
"default": false
},
"support_type": {
"label": "Placement",
"description": "Where to place support structures. The placement can be restricted so that the support structures won't rest on the model, which could otherwise cause scarring.",
"description": "Adjusts the placement type of the support structures. The placement can be set to touching build plate or everywhere.",
"type": "enum",
"options": {
"buildplate": "Touching Buildplate",
@ -1254,7 +1254,7 @@
},
"support_angle": {
"label": "Overhang Angle",
"description": "The maximum angle of overhangs for which support will be added. With 0 degrees being vertical, and 90 degrees being horizontal. A smaller overhang angle leads to more support.",
"description": "The maximum angle of overhangs for which support is added. At a value of 0° all overhangs are supported, 90° will not provide any support.",
"unit": "°",
"type": "float",
"min_value": "0",
@ -1265,7 +1265,7 @@
},
"support_xy_distance": {
"label": "X/Y Distance",
"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.",
"description": "Distance of the support structure from the print in the X/Y directions.",
"unit": "mm",
"type": "float",
"min_value": "0",
@ -1276,7 +1276,7 @@
},
"support_z_distance": {
"label": "Z Distance",
"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.",
"description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed.",
"unit": "mm",
"type": "float",
"min_value": "0",
@ -1345,7 +1345,7 @@
},
"support_bottom_stair_step_height": {
"label": "Stair Step Height",
"description": "The height of the steps of the stair-like bottom of support resting on the model. Small steps can cause the support to be hard to remove from the top of the model.",
"description": "The height of the steps of the stair-like bottom of support resting on the model. A low value makes the support harder to remove, a high value makes the support easier to remove.",
"unit": "mm",
"type": "float",
"default": 0.3,
@ -1356,7 +1356,7 @@
},
"support_join_distance": {
"label": "Join Distance",
"description": "The maximum distance between support blocks in the X/Y directions, so that the blocks will merge into a single block.",
"description": "The maximum distance between support blocks in the X/Y directions. When the structures are closer together than this value, the structures merge into one.",
"unit": "mm",
"type": "float",
"default": 2.0,
@ -1408,7 +1408,7 @@
},
"support_roof_density": {
"label": "Support Roof Density",
"description": "This controls how densely filled the roofs of the support will be. A higher percentage results in better overhangs, but makes the support more difficult to remove.",
"description": "Adjusts the density of the roof of the support structure. A higher value results in better overhangs, but the supports are harder to remove.",
"unit": "%",
"type": "float",
"default": 100,
@ -1419,7 +1419,7 @@
"children": {
"support_roof_line_distance": {
"label": "Support Roof Line Distance",
"description": "Distance between the printed support roof lines.",
"description": "Distance between the printed support roof lines. This setting is calculated by the support roof Density, but can be adjusted separately.",
"unit": "mm",
"type": "float",
"default": 0.4,
@ -1481,7 +1481,7 @@
},
"support_tower_roof_angle": {
"label": "Tower Roof Angle",
"description": "The angle of the rooftop of a tower. Larger angles mean more pointy towers.",
"description": "The angle of a rooftop of a tower. A higher value results in pointed tower roofs, a lower value results in flattened tower roofs. Support pattern: Adjusts the pattern of the support structure.",
"unit": "°",
"type": "int",
"min_value": "0",
@ -1550,7 +1550,7 @@
"settings": {
"adhesion_type": {
"label": "Type",
"description": "Different options that help to improve priming your extrusion.\nBrim and Raft help in preventing corners from lifting due to warping. Brim adds a single-layer-thick flat area around your object which is easy to cut off afterwards, and it is the recommended option.\nRaft adds a thick grid below the object and a thin interface between this and your object.\nThe skirt is a line drawn around the first layer of the print, this helps to prime your extrusion and to see if the object fits on your platform.",
"description": "Different options that help to improve both priming your extrusion and adhesion to the build plate. Brim adds a single layer flat area around the base of your object to prevent warping. Raft adds a thick grid with a roof below the object. Skirt is a line printed around the object, but not connected to the model.",
"type": "enum",
"options": {
"skirt": "Skirt",
@ -1585,7 +1585,7 @@
},
"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.",
"description": "The minimum length of the skirt. If this length is not reached by the skirt line count, more skirt lines will be added until the minimum length is reached. Note: If the line count is set to 0 this is ignored.",
"unit": "mm",
"type": "float",
"default": 250,
@ -1598,7 +1598,7 @@
},
"brim_width": {
"label": "Brim Width",
"description": "The distance from the model to the end of the brim. A larger brim sticks better to the build platform, but also makes your effective print area smaller.",
"description": "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area.",
"type": "float",
"unit": "mm",
"default": 8.0,
@ -1610,7 +1610,7 @@
"children": {
"brim_line_count": {
"label": "Brim Line Count",
"description": "The number of lines used for a brim. More lines means a larger brim which sticks better to the build plate, but this also makes your effective print area smaller.",
"description": "The number of lines used for a brim. More brim lines enhance adhesion to the build plate, but also reduces the effective print area.",
"type": "int",
"default": 20,
"min_value": "0",