Skip to content

Commit

Permalink
Version 1.7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb authored Feb 4, 2024
1 parent bf36bd6 commit ceac663
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 29 deletions.
4 changes: 2 additions & 2 deletions GRBL-Plotter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
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.1.1")]
[assembly: AssemblyFileVersion("1.7.1.1")]
[assembly: AssemblyVersion("1.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
[assembly: NeutralResourcesLanguage("en")]

102 changes: 75 additions & 27 deletions GRBL-Plotter/Properties/Settings.Designer.cs

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

12 changes: 12 additions & 0 deletions GRBL-Plotter/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,9 @@
<Setting Name="importGraphicHatchFillInsetEnable2" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicHatchFillNoise" 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>
Expand Down Expand Up @@ -1595,6 +1598,15 @@
<Setting Name="importGraphicMultiplyGraphicsEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicNoiseAmplitude" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="importGraphicNoiseDensity" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="importGraphicNoiseEnable" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importGraphicOffsetOrigin" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
Expand Down

0 comments on commit ceac663

Please sign in to comment.