mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
First layer line width
This commit is contained in:
parent
bd276a4d70
commit
c5bc370822
1 changed files with 10 additions and 0 deletions
|
@ -808,6 +808,16 @@
|
|||
"maximum_value_warning": "2 * machine_nozzle_size",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"initial_layer_line_width_factor":
|
||||
{
|
||||
"label": "Initial Layer Line Width",
|
||||
"description": "Factor of the line width on the first layer. Only applies to skin and walls.",
|
||||
"type": "float",
|
||||
"unit": "%",
|
||||
"default_value": 100.0,
|
||||
"minimum_value": "0.001",
|
||||
"settable_per_mesh": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue