- Add general-purpose ShowSidePanel/HideSidePanel to EditNestForm - CuttingPanel uses Dock.Top layout so collapsible panels reflow - Add loop selection step: click contour to lock before placing lead-in - Stay on selected part after placing a lead-in - Delete unused LeadInToolWindow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
60 lines
2.6 KiB
XML
60 lines
2.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="OpenNest.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="MainWindowLocation" Type="System.Drawing.Point" Scope="User">
|
|
<Value Profile="(Default)">0, 0</Value>
|
|
</Setting>
|
|
<Setting Name="MainWindowSize" Type="System.Drawing.Size" Scope="User">
|
|
<Value Profile="(Default)">0, 0</Value>
|
|
</Setting>
|
|
<Setting Name="MainWindowState" Type="System.Windows.Forms.FormWindowState" Scope="User">
|
|
<Value Profile="(Default)">Normal</Value>
|
|
</Setting>
|
|
<Setting Name="PlateViewDrawRapid" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">False</Value>
|
|
</Setting>
|
|
<Setting Name="PlateViewDrawBounds" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="CreateNewNestOnOpen" Type="System.Boolean" Scope="User">
|
|
<Value Profile="(Default)">True</Value>
|
|
</Setting>
|
|
<Setting Name="AutoSizePlateFactor" Type="System.Double" Scope="User">
|
|
<Value Profile="(Default)">0.5</Value>
|
|
</Setting>
|
|
<Setting Name="NestNumber" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">1</Value>
|
|
</Setting>
|
|
<Setting Name="ImportSplinePrecision" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">200</Value>
|
|
</Setting>
|
|
<Setting Name="DefaultUnit" Type="OpenNest.Units" Scope="User">
|
|
<Value Profile="(Default)">Inches</Value>
|
|
</Setting>
|
|
<Setting Name="SplitterDistance" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">275</Value>
|
|
</Setting>
|
|
<Setting Name="LastNestCreatedDate" Type="System.DateTime" Scope="User">
|
|
<Value Profile="(Default)">04/08/2015 19:30:00</Value>
|
|
</Setting>
|
|
<Setting Name="NestTemplatePath" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="LastFeedrate" Type="System.Decimal" Scope="User">
|
|
<Value Profile="(Default)">1</Value>
|
|
</Setting>
|
|
<Setting Name="LastRapidFeedrate" Type="System.Decimal" Scope="User">
|
|
<Value Profile="(Default)">1</Value>
|
|
</Setting>
|
|
<Setting Name="LastPierceTime" Type="System.Decimal" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="DisabledStrategies" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
<Setting Name="CuttingParametersJson" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)" />
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |