Skip to content

Commit

Permalink
Version 1.7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb authored Jan 24, 2024
1 parent 9001141 commit c14fad2
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 63 deletions.
6 changes: 3 additions & 3 deletions GRBL-Plotter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("GRBL-Plotter")]
[assembly: AssemblyProduct("GRBL-Plotter")]
[assembly: AssemblyCopyright("Copyright © 2015-2023 Sven Hasemann")]
[assembly: AssemblyCopyright("Copyright © 2015-2024 Sven Hasemann")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyVersion("1.7.1.1")]
[assembly: AssemblyFileVersion("1.7.1.1")]
[assembly: NeutralResourcesLanguage("en")]

174 changes: 117 additions & 57 deletions GRBL-Plotter/Properties/Settings.Designer.cs

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

21 changes: 18 additions & 3 deletions 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 @@ -1827,13 +1827,13 @@
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="laserScanPowerFrom" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">250</Value>
<Value Profile="(Default)">50</Value>
</Setting>
<Setting Name="laserScanPowerStep" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">5</Value>
</Setting>
<Setting Name="laserScanPowerTo" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">300</Value>
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="laserScanSpeedFrom" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">2500</Value>
Expand Down Expand Up @@ -2303,5 +2303,20 @@
<Setting Name="useCaseLastLoaded" Type="System.String" Scope="User">
<Value Profile="(Default)">?</Value>
</Setting>
<Setting Name="importImageEngravingAngle" Type="System.Decimal" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="importImageEngravingOneDirection" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="importImageSLaserOnly" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importImageEngravingCross" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="importImageEngravingTopDown" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>

0 comments on commit c14fad2

Please sign in to comment.