Software

In order to create your first design, you should install one of the following:

Whatever you’re using, it’s recommended to install Inkscape as that can be used to tweak designs prior to importing them for cutting or etching.

For Cutting you’ll also need Visicut

Note version 1.7.9 seems to have issues with Engraving, I’ve found that version 1.7.310 seems to work the best

Visicut

Visicut is the software that converts vector files into the code that drives the laser cutter.

After you’ve put together your design for cutting.
Visicut is used to convert files into the format needed to drive the laser cutter.

If you are on OSX, you may need to download the Platform Independant ZIP instead of the OSX Release. If you are a software developer with experience of OSX packaging, https://github.com/t-oster/VisiCut/issues/171

On first run, visicut will ask if you want to download settings. You do, just select Manchester, UK: Hackspace from the list and visicut will automatically install the latest settings for our laser cutter. You can use this same method to reset your settings back to the default, under the menu item Options > Settings > Download Recommended Settings. You may get an error message, error importing settings. If this occurs, just close and reopen visicut for the settings to apply.

InkScape

For vector editing and manipulation, we suggest people use inkscape. It is a free and powerful vector editing package, and integrates well with visicut.

Once you have visicut and inkscape installed, and have run inkscape at least once (so it creates its folders in your home drive), You can install the inkscape addon for visicut by clicking Extras > Install Inkscape Extension. Close and reopen inkscape and you should have new options for sending vectors directly to visicut.

Visicut Extension

To Setup the inkscape extension for Visicut within Windows

There’s also a link here http://hci.rwth-aachen.de/visicut_inkscape_plugin

TODO this seems broken at the moment, check for fixes

Tabbed Box Extension

For making boxes with the laser cutter, there’s a tabbed box maker extension for inkscape

HacMan - Visicut Settings

The current way to get the latest settings for visicut is to

For reference the original link to the visicut settings was https://github.com/hacmanchester/visicut-settings But this is no longer in use

As time goes on the settings for the orange laser may be updated / added to for different types of materials so you may want to try re-downloaded the settings every now and again just to refresh them with new presets for different materials

Windows Setup

TODO remove this?

To clone the settings on a windows machine

cd C:\GIHUB\
git clone https://github.com/HACManchester/visicut-settings.git

Another way is just to click the Download Zip button on github and extract the files

To install the files for Windows:

Linux Setup

TODO remove this?

To get the settings in a terminal type:

cd ~
rm -rf .visicut
git clone https://github.com/HACManchester/visicut-settings.git .visicut

To get updated settings, either repeat the above, or type:

cd ~/.visicut/
git stash
git pull origin master
git stash apply