Skip to content

Commit

Permalink
Version 1.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb committed Aug 14, 2023
1 parent 7f2c1ec commit d1808a9
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 32 deletions.
4 changes: 2 additions & 2 deletions GRBL-Plotter/Properties/AssemblyInfo.cs
Expand Up @@ -32,7 +32,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.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("1.7.0.1")]
[assembly: AssemblyFileVersion("1.7.0.1")]
[assembly: NeutralResourcesLanguage("en")]

128 changes: 112 additions & 16 deletions GRBL-Plotter/Properties/Settings.Designer.cs

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

52 changes: 38 additions & 14 deletions GRBL-Plotter/Properties/Settings.settings
@@ -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 @@ -1082,6 +1082,12 @@
<Setting Name="importBezierLineSegmentsCnt" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">12</Value>
</Setting>
<Setting Name="importCircleToDotScript" Type="System.String" Scope="User">
<Value Profile="(Default)">data\scripts\script_stamp_refresh.nc</Value>
</Setting>
<Setting Name="importCircleToDotScriptCount" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importCodeFold" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
Expand Down Expand Up @@ -1302,7 +1308,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="importGCSegment" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">1</Value>
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importGCSpindleCmd" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down Expand Up @@ -1541,6 +1547,9 @@
<Setting Name="importGraphicHatchFillDash" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicHatchFillDeletePath" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicHatchFillDistance" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
Expand All @@ -1553,6 +1562,12 @@
<Setting Name="importGraphicHatchFillInsetEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="importGraphicHatchFillInsetEnable2" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicLargestLast" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="importGraphicLeadInDistance" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">5</Value>
</Setting>
Expand Down Expand Up @@ -1583,6 +1598,15 @@
<Setting Name="importGraphicOffsetOrigin" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="importGraphicOffsetOriginX" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importGraphicOffsetOriginY" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importGraphicSortDimension" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicSortDistance" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
Expand Down Expand Up @@ -1697,12 +1721,18 @@
<Setting Name="importLoggerSettings" Type="System.UInt32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importMessageDelay" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">6</Value>
</Setting>
<Setting Name="importPauseElement" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importPausePenDown" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importPWMFromWidth" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importRemoveShortMovesEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
Expand Down Expand Up @@ -1733,6 +1763,9 @@
<Setting Name="importSVGCircleToDot" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importSVGCircleToDotS" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importSVGCircleToDotZ" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
Expand All @@ -1745,6 +1778,9 @@
<Setting Name="importSVGMaxSize" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="importSVGMetaData" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importSVGNodesOnly" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
Expand Down Expand Up @@ -2210,17 +2246,5 @@
<Setting Name="useCaseLastLoaded" Type="System.String" Scope="User">
<Value Profile="(Default)">?</Value>
</Setting>
<Setting Name="importPWMFromWidth" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importSVGMetaData" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importMessageDelay" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">6</Value>
</Setting>
<Setting Name="importSVGCircleToDotS" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit d1808a9

Please sign in to comment.