updating Min Skirt Length description
issue: MatterHackers/MatterControl#5098 Minimum extrusion length, shown in UI as X "mm", is generated as X decimeters long
This commit is contained in:
parent
1d73c96fd8
commit
5f7101b6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1497,7 +1497,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
{
|
||||
SlicerConfigName = SettingsKey.min_skirt_length,
|
||||
PresentationName = "Minimum Extrusion Length".Localize(),
|
||||
HelpText = "The minimum length of filament to use printing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt shorter than this value.".Localize(),
|
||||
HelpText = "The minimum length of filament to use printing the skirt loops. Enough skirt loops will be drawn to use this amount of filament, overriding the value set in Loops if the value in Loops will produce a skirt shorter than this value. NOTE: This is measure as input into the extruder not mm on the bed.".Localize(),
|
||||
DataEditType = DataEditTypes.POSITIVE_DOUBLE,
|
||||
RequiredDisplayDetail = DisplayDetailRequired.Advanced,
|
||||
EnableIfSet = SettingsKey.create_skirt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue