Skip to content

Commit

Permalink
Update descriptions and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmmm committed Jun 7, 2015
1 parent 27ff31e commit ef5a22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ void MainWindow::on_actionAbout_triggered()
" (or similar device) for cutting. It is designed to work with SVGs produced " +
"by the excellent free vector graphics editor <a href=\"http://www.inkscape.org/\">Inkscape</a>. " +
" It may work with other software but this has not been tested.<br/>" +
"<br/>See <a href=\"http://concentriclivers.com/robocut\">the online manual for instructions</a>.";
"<br/>See <a href=\"http://robocut.org\">the website for more information</a>.";
QMessageBox::information(this, "About", message);
}

Expand Down Expand Up @@ -267,7 +267,7 @@ void MainWindow::on_actionCut_triggered()

void MainWindow::on_actionManual_triggered()
{
QMessageBox::information(this, "Manual", "An online manual is available at <br><br><a href=\"http://concentriclivers.com/\">http://concentriclivers.com/</a>");
QMessageBox::information(this, "Manual", "An online manual is available at <br><br><a href=\"http://robocut.org/\">http://robocut.org/</a>");
}

void MainWindow::on_actionAnimate_toggled(bool animate)
Expand Down
5 changes: 2 additions & 3 deletions robocut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ BuildRequires: libqt4-devel libusb-1_0-devel unzip

%description
Robocut is a simple graphical program to allow you to cut graphics with a
Graphtec Craft Robo 2 Vinyl Cutter model CC220-20 and Sihouette SD.
Graphtec Craft Robo 2 Vinyl Cutter model CC220-20 and Sihouette SD, among other devices.

It can read SVG files produced by Inkscape, but it should also work with other
SVG files. Unlike the official programs, Robocut can run on Linux and probably
Mac OS X with a tiny bit of work. It may work with the newer CC330-20 model if
the USB IDs are changed, but I don’t have one to test with.
Mac OS X.

Inside the “examples” folder there is also a registration marks template fully
functional (yes, the Silhouette Cameo is able to recognize registration marks
Expand Down

0 comments on commit ef5a22a

Please sign in to comment.