Skip to content

Commit

Permalink
Prepare version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvi committed Sep 3, 2015
1 parent 65f87e7 commit 5971024
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion grbl_control.pro
Expand Up @@ -8,7 +8,7 @@ QT = core gui opengl serialport winextras

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

VERSION = 0.4
VERSION = 0.5

DEFINES += APP_VERSION=\\\"$$VERSION\\\"

Expand Down
12 changes: 9 additions & 3 deletions readme.md
Expand Up @@ -8,9 +8,15 @@ Supported functions:
* Loading, editing, saving and sending of G-code files to cnc-machine.
* Visualizing G-code files.

Version 0.4 pre-release:
---------------
G-code modification with heighmap.
Version 0.5 release:
--------------------
* Toolpath highlighting on g-code program table selection.

![screenshot](/screenshots/screenshot_toolpath_highlighting.png)

Version 0.4 release:
--------------------
G-code modification with heightmap.

Original file:
![screenshot](/screenshots/screenshot_heightmap_original.png)
Expand Down
Binary file added screenshots/screenshot_toolpath_highlighting.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 5971024

@alubaba95
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grbl_control.pro
@@ -8,7 +8,7 @@ QT =核心gui opengl serialport winextras

greaterThan(QT_MAJOR_VERSION,4):QT + =小部件

VERSION = 0 4
版本 = 0. 5

DEFINES + = APP_VERSION = \ \“$$ VERSION \\”

12 readme.md
@@ -8,9 +8,15 @@支持的功能:
*加載,編輯,保存和發送G代碼文件到cnc-machine。
*可視化G代碼文件。

版本0.4預發布:

使用heighmap修改G代碼。
版本0.5發布:

*在g代碼程序表選擇上突出顯示刀具路徑。

![ screenshot ](/ screenshots / screenshot_toolpath_highlighting.png)

版本0.4發布:

使用高度圖修改G代碼。

原始檔案:
![ screenshot ](/ screenshots / screenshot_heightmap_original.png)

Please sign in to comment.