Start on the last known folder
This commit is contained in:
parent
1f3e3981f9
commit
7cc493a872
3 changed files with 37 additions and 2 deletions
|
|
@ -1113,7 +1113,9 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
new SelectFolderDialogParams(directoryPathAttribute.Message)
|
||||
{
|
||||
ActionButtonLabel = directoryPathAttribute.ActionLabel,
|
||||
Title = ApplicationController.Instance.ProductName + " - " + "Select A Folder".Localize()
|
||||
Title = ApplicationController.Instance.ProductName + " - " + "Select A Folder".Localize(),
|
||||
RootFolder = SelectFolderDialogParams.RootFolderTypes.Specify,
|
||||
FolderPath = stringValue
|
||||
},
|
||||
(openParams) =>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -412,6 +412,9 @@ Translated:Are you sure you want to sign out? You will not have access to your p
|
|||
English:Arrange All Parts
|
||||
Translated:Arrange All Parts
|
||||
|
||||
English:Arranging
|
||||
Translated:Arranging
|
||||
|
||||
English:As the time to print a layer decreases to this, the fan speed will be increased up to its maximum speed.
|
||||
Translated:As the time to print a layer decreases to this, the fan speed will be increased up to its maximum speed.
|
||||
|
||||
|
|
@ -535,6 +538,9 @@ Translated:Be sure you are not pressing down on the bed while moving the paper.
|
|||
English:Bed
|
||||
Translated:Bed
|
||||
|
||||
English:Bed Depth
|
||||
Translated:Bed Depth
|
||||
|
||||
English:Bed Dislodged
|
||||
Translated:Bed Dislodged
|
||||
|
||||
|
|
@ -580,6 +586,9 @@ Translated:Bed Temperature Set to 0
|
|||
English:Bed Temperature:
|
||||
Translated:Bed Temperature:
|
||||
|
||||
English:Bed Width
|
||||
Translated:Bed Width
|
||||
|
||||
English:Bed Wipe Temperature
|
||||
Translated:Bed Wipe Temperature
|
||||
|
||||
|
|
@ -1135,6 +1144,9 @@ Translated:Create Part Sheet
|
|||
English:Create Perimeter
|
||||
Translated:Create Perimeter
|
||||
|
||||
English:Create Plates
|
||||
Translated:Create Plates
|
||||
|
||||
English:Create Printer
|
||||
Translated:Create Printer
|
||||
|
||||
|
|
@ -1153,6 +1165,9 @@ Translated:Create Support
|
|||
English:Create Supports
|
||||
Translated:Create Supports
|
||||
|
||||
English:Create the plates for all the selected STLs.
|
||||
Translated:Create the plates for all the selected STLs.
|
||||
|
||||
English:Creates a brim attached to the base of the print. Useful to prevent warping when printing ABS (and other warping-prone plastics) as it helps parts adhere to the bed.
|
||||
Translated:Creates a brim attached to the base of the print. Useful to prevent warping when printing ABS (and other warping-prone plastics) as it helps parts adhere to the bed.
|
||||
|
||||
|
|
@ -2695,6 +2710,9 @@ Translated:Loading GCode
|
|||
English:Loading Help
|
||||
Translated:Loading Help
|
||||
|
||||
English:Loading Stls
|
||||
Translated:Loading Stls
|
||||
|
||||
English:Local Library
|
||||
Translated:Local Library
|
||||
|
||||
|
|
@ -3424,6 +3442,9 @@ Translated:Outlines (default)
|
|||
English:Output
|
||||
Translated:Output
|
||||
|
||||
English:Output Folder
|
||||
Translated:Output Folder
|
||||
|
||||
English:Output only the first layer of the print. Especially useful for outputting gcode data for applications like engraving or cutting.
|
||||
Translated:Output only the first layer of the print. Especially useful for outputting gcode data for applications like engraving or cutting.
|
||||
|
||||
|
|
@ -3478,6 +3499,9 @@ Translated:Part(s) to Subtract and Replace
|
|||
English:Parts
|
||||
Translated:Parts
|
||||
|
||||
English:Parts Folder
|
||||
Translated:Parts Folder
|
||||
|
||||
English:Password
|
||||
Translated:Password
|
||||
|
||||
|
|
@ -4411,6 +4435,9 @@ Translated:Saving changes
|
|||
English:Saving Changes
|
||||
Translated:Saving Changes
|
||||
|
||||
English:Saving PDF
|
||||
Translated:Saving PDF
|
||||
|
||||
English:SCAD Script
|
||||
Translated:SCAD Script
|
||||
|
||||
|
|
@ -4483,6 +4510,9 @@ Translated:Select an object to copy its color
|
|||
English:Select cell to edit
|
||||
Translated:Select cell to edit
|
||||
|
||||
English:Select Folder
|
||||
Translated:Select Folder
|
||||
|
||||
English:Select Parts
|
||||
Translated:Select Parts
|
||||
|
||||
|
|
@ -4504,6 +4534,9 @@ Translated:Select this option only if your printer does not appear in the list
|
|||
English:Select What to Import
|
||||
Translated:Select What to Import
|
||||
|
||||
English:Selecte a directory
|
||||
Translated:Selecte a directory
|
||||
|
||||
English:Selected Children
|
||||
Translated:Selected Children
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b25709cbf149f8e6189ee8eeae7687726391ab4
|
||||
Subproject commit 6782189c7c75b95ebe16542e369241eafb4234ae
|
||||
Loading…
Add table
Add a link
Reference in a new issue