Skip to content

Commit

Permalink
Readme.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denvi committed Aug 22, 2015
1 parent dd63bec commit ea5d075
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frmabout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void frmAbout::on_cmdOk_clicked()
this->hide();
}

void frmAbout::on_label_linkActivated(const QString &link)
void frmAbout::on_lblAbout_linkActivated(const QString &link)
{
QDesktopServices::openUrl(link);
}
2 changes: 1 addition & 1 deletion frmabout.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class frmAbout : public QDialog
private slots:
void on_cmdOk_clicked();

void on_label_linkActivated(const QString &link);
void on_lblAbout_linkActivated(const QString &link);

private:
Ui::frmAbout *ui;
Expand Down
11 changes: 7 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Supported functions:
* Loading, editing, saving and sending of G-code files to cnc-machine.
* Visualizing G-code files.

In development:
---------------
Main form compacted.
Version 0.3 release:
--------------------
* Recent files & commands lists added.
* Custom Z-probe commands supported now.
* Imperial units of GRBL reports support added.
* Main form compacted.

Visualizer only view:
![screenshot](/screenshots/screenshot_compact_visualizer.png)
Expand All @@ -23,7 +26,7 @@ Live G-code editing:

Version 0.2 release:
--------------------
* Jog/spindle control with numpad added.
* Jog/spindle control with numpad added:
* Feed override function added.
* "Spindle", "Feed", "Jog" groupboxes collapsible now.
* Visualizer works in "Check mode" now.
Expand Down

0 comments on commit ea5d075

Please sign in to comment.