Skip to content

Commit

Permalink
Version 1.6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb committed Nov 19, 2021
1 parent eb0db95 commit cb1dfd8
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GRBL-Plotter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.2.2")]
[assembly: AssemblyFileVersion("1.6.2.2")]
[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[assembly: NeutralResourcesLanguage("en")]

132 changes: 132 additions & 0 deletions GRBL-Plotter/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 34 additions & 1 deletion GRBL-Plotter/Properties/Settings.settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="GrblPlotter.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
Expand Down Expand Up @@ -569,6 +569,21 @@
<Setting Name="grblLastOffsetZ" Type="System.Double" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="grblDescriptionD0" Type="System.String" Scope="User">
<Value Profile="(Default)">D0</Value>
</Setting>
<Setting Name="grblDescriptionD1" Type="System.String" Scope="User">
<Value Profile="(Default)">D1</Value>
</Setting>
<Setting Name="grblDescriptionD2" Type="System.String" Scope="User">
<Value Profile="(Default)">D2</Value>
</Setting>
<Setting Name="grblDescriptionD3" Type="System.String" Scope="User">
<Value Profile="(Default)">D3</Value>
</Setting>
<Setting Name="grblDescriptionDxEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="grblPollIntervalIndex" Type="System.Int32" Scope="User">
<Value Profile="(Default)">2</Value>
</Setting>
Expand Down Expand Up @@ -641,6 +656,15 @@
<Setting Name="gui2DToolTableShow" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="gui2DShowVertexEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="gui2DShowVertexType" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="gui2DShowVertexSize" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0.5</Value>
</Setting>
<Setting Name="gui2DWidthHeightMap" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0.2</Value>
</Setting>
Expand Down Expand Up @@ -881,6 +905,12 @@
<Setting Name="guiLastFileLoaded" Type="System.String" Scope="User">
<Value Profile="(Default)">D:\</Value>
</Setting>
<Setting Name="guiLastStart" Type="System.Int64" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="guiLastEnd" Type="System.Int64" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="guiPathSaveCode" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
Expand Down Expand Up @@ -1880,5 +1910,8 @@
<Setting Name="useCaseLastLoaded" Type="System.String" Scope="User">
<Value Profile="(Default)">?</Value>
</Setting>
<Setting Name="guiLastEndReason" Type="System.String" Scope="User">
<Value Profile="(Default)">-</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit cb1dfd8

Please sign in to comment.