Skip to content

Commit

Permalink
make things ready for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
martin2250 committed Sep 1, 2024
1 parent c78b87f commit 231cdf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions OpenCNCPilot/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,9 @@
<h:LinesVisual3D Thickness="1" Color="Black" x:Name="ModelLine"/>
<h:LinesVisual3D Thickness="1" Color="Blue" x:Name="ModelArc"/>
<h:ArrowVisual3D x:Name="ModelTool" Direction="0,0,-10"/>
<!--increased the grid size from 500x500 to 800x800 to fix problem of thecuress (issue #183), deHarro, 2023-10-04 -->
<h:GridLinesVisual3D
x:Name="ModelGrid"
Width="800" Length="800"
Width="500" Length="500"
Thickness="{util:SettingBinding GridThickness}"/>
<h:MeshGeometryVisual3D
x:Name="ModelHeightMap">
Expand Down
4 changes: 2 additions & 2 deletions OpenCNCPilot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.15.0")]
[assembly: AssemblyFileVersion("1.5.15.0")]
[assembly: AssemblyVersion("1.5.13.0")]
[assembly: AssemblyFileVersion("1.5.13.0")]
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# OpenCNCPilot

Additions in this fork:
- Increased size of the grid, 800x800 instead of 500x500, resolving [https://github.com/martin2250/OpenCNCPilot/discussions/183#discussion-5693325]
- Width of the file listview adapting dynamically to line length (to see all of the gcode), partly resolving [https://github.com/martin2250/OpenCNCPilot/issues/134#issue-611203299]
- Button to place viewport centered flat, view direction vertically down (button is located in Debug Panel), resolving [https://github.com/martin2250/OpenCNCPilot/issues/177#issue-1705672291]

![OCP_v1 5 15](https://github.com/user-attachments/assets/6aa39ba0-9929-4fd2-a0f2-f7576931e02c)

-----

OpenCNCPilot is a GRBL compatible G-Code Sender.

It's main feature is it's ability to **probe user-defined areas for warpage and wrap the toolpath around the curved surface**.
Expand Down

0 comments on commit 231cdf5

Please sign in to comment.