Skip to content

Commit

Permalink
Added motor disable timeout
Browse files Browse the repository at this point in the history
updatet default file endings to KiCad v5, YOffset config++
  • Loading branch information
terjeio committed Feb 1, 2020
1 parent a334450 commit a13b8ed
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 74 deletions.
Binary file modified PCB Laser.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions PCB Laser/About.Designer.cs

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

12 changes: 0 additions & 12 deletions PCB Laser/PCB Laser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<COMReference Include="SPortLib">
<Guid>{F8E4294A-18DF-4CB8-8967-ABE5FD4D18B3}</Guid>
<VersionMajor>4</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>True</Private>
</COMReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
Expand Down
4 changes: 2 additions & 2 deletions PCB Laser/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ static class Program
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
static void Main(string[] args)
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new UserUI());
Application.Run(new UserUI(args));
}
}
}
73 changes: 39 additions & 34 deletions PCB Laser/UserUI.Designer.cs

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

Loading

0 comments on commit a13b8ed

Please sign in to comment.