mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
JSON: fixed defaults which should hold for all machines (CURA-1195)
This commit is contained in:
parent
8eb4007334
commit
5037fab1b3
1 changed files with 7 additions and 3 deletions
|
@ -603,6 +603,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.04,
|
||||
"inherit_function": "wall_line_width_0 / 4 if wall_line_count == 1 else wall_line_width_x / 4",
|
||||
"min_value_warning": "0",
|
||||
"max_value_warning": "machine_nozzle_size",
|
||||
"visible": false
|
||||
|
@ -779,6 +780,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 1.5,
|
||||
"inherit_function": "line_width * 2",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10",
|
||||
"visible": false,
|
||||
|
@ -788,7 +790,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.",
|
||||
"default": 8,
|
||||
"default": 45,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "100",
|
||||
"type": "int",
|
||||
|
@ -971,7 +973,7 @@
|
|||
"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.",
|
||||
"type": "int",
|
||||
"default": 4,
|
||||
"default": 2,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "300",
|
||||
"visible": false,
|
||||
|
@ -1007,6 +1009,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 1.5,
|
||||
"inherit_function": "machine_nozzle_tip_outer_diameter * 1.25",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "machine_nozzle_tip_outer_diameter * 5",
|
||||
"visible": false,
|
||||
|
@ -1119,6 +1122,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.5,
|
||||
"inherit_function": "layer_height_0",
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10.0",
|
||||
"visible": false,
|
||||
|
@ -1128,7 +1132,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",
|
||||
"default": 4,
|
||||
"default": 1,
|
||||
"min_value": "0",
|
||||
"max_value_warning": "100",
|
||||
"visible": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue