Skip to content

Commit

Permalink
Version 1.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb committed Aug 16, 2021
1 parent 4930954 commit b9f51ab
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
33 changes: 33 additions & 0 deletions GRBL-Plotter/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,39 @@
<setting name="zneutest" serializeAs="String">
<value>test</value>
</setting>
<setting name="importGraphicDevelopmentEnable" serializeAs="String">
<value>False</value>
</setting>
<setting name="importGraphicDevelopmentFeedX" serializeAs="String">
<value>True</value>
</setting>
<setting name="importGraphicDevelopmentFeedInvert" serializeAs="String">
<value>False</value>
</setting>
<setting name="importGraphicDevelopmentNotchWidth" serializeAs="String">
<value>100</value>
</setting>
<setting name="importGraphicDevelopmentNotchDistance" serializeAs="String">
<value>5</value>
</setting>
<setting name="importGraphicDevelopmentNotchZCut" serializeAs="String">
<value>-1.5</value>
</setting>
<setting name="importGraphicDevelopmentFeedAfter" serializeAs="String">
<value>2</value>
</setting>
<setting name="importGraphicDevelopmentNotchZNotch" serializeAs="String">
<value>-1</value>
</setting>
<setting name="importGraphicDevelopmentNotchLift" serializeAs="String">
<value>True</value>
</setting>
<setting name="importGraphicDevelopmentToolAngle" serializeAs="String">
<value>90</value>
</setting>
<setting name="importDXFUseZ" serializeAs="String">
<value>False</value>
</setting>
</GrblPlotter.Properties.Settings>
<GRBL_Plotter.Properties.Settings>
<setting name="cameraColorCross" serializeAs="String">
Expand Down
5 changes: 3 additions & 2 deletions GRBL-Plotter/GRBL-Plotter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<ProductName>GRBL-Plotter</ProductName>
<PublisherName>GRBL-Plotter</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.6.0.1</ApplicationVersion>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.6.0.2</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -165,6 +165,7 @@
</Compile>
<Compile Include="GCodeCreation\graphicClasses.cs" />
<Compile Include="GCodeCreation\graphicRelatedHatchFill.cs" />
<Compile Include="GCodeCreation\graphicRelatedSpecial.cs" />
<Compile Include="GCodeCreation\graphicRelatedTangential.cs" />
<Compile Include="GCodeCreation\graphicWorker.cs">
<SubType>Form</SubType>
Expand Down

0 comments on commit b9f51ab

Please sign in to comment.