Skip to content

Commit

Permalink
Vers 0205
Browse files Browse the repository at this point in the history
fixed #6
  • Loading branch information
svenhb committed Sep 26, 2016
1 parent cbfc1e5 commit cf4ebff
Show file tree
Hide file tree
Showing 11 changed files with 4,933 additions and 832 deletions.
18 changes: 18 additions & 0 deletions GRBL-Plotter/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,24 @@
<setting name="joyZSpeed5" serializeAs="String">
<value>1000</value>
</setting>
<setting name="overrideFRTop" serializeAs="String">
<value>2000</value>
</setting>
<setting name="overrideFRBtm" serializeAs="String">
<value>100</value>
</setting>
<setting name="overrideFRValue" serializeAs="String">
<value>1000</value>
</setting>
<setting name="overrideSSTop" serializeAs="String">
<value>10000</value>
</setting>
<setting name="overrideSSBtm" serializeAs="String">
<value>100</value>
</setting>
<setting name="overrideSSValue" serializeAs="String">
<value>5000</value>
</setting>
</GRBL_Plotter.Properties.Settings>
</userSettings>
</configuration>
11 changes: 10 additions & 1 deletion GRBL-Plotter/GRBL-Plotter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ProductName>GRBL-Plotter</ProductName>
<PublisherName>GRBL-Plotter</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationRevision>5</ApplicationRevision>
<ApplicationVersion>0.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
Expand Down Expand Up @@ -160,6 +160,12 @@
<Compile Include="SetupForm.Designer.cs">
<DependentUpon>SetupForm.cs</DependentUpon>
</Compile>
<Compile Include="StreamingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="StreamingForm.Designer.cs">
<DependentUpon>StreamingForm.cs</DependentUpon>
</Compile>
<Compile Include="svgPalette.cs" />
<Compile Include="SVGToGCode.cs" />
<Compile Include="TextToGCode.cs">
Expand Down Expand Up @@ -205,6 +211,9 @@
<EmbeddedResource Include="SetupForm.resx">
<DependentUpon>SetupForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="StreamingForm.resx">
<DependentUpon>StreamingForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TextToGCode.resx">
<DependentUpon>TextToGCode.cs</DependentUpon>
</EmbeddedResource>
Expand Down
296 changes: 294 additions & 2 deletions GRBL-Plotter/MainForm.Designer.cs

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

Loading

0 comments on commit cf4ebff

Please sign in to comment.