FabLab specific configuration for VisiCut. Contains tested settings for common materials for our laser cutting equipment. https://visicut.org/
Go to file
Fabian Müller 72b1fa1920 Add extended cut test script
Basically a copy of the other file, flipping a boolean variable.
2024-10-08 01:58:54 +02:00
devices Add preliminary OMTech Polar 50W config 2024-07-06 00:27:20 +02:00
examples/Schnittdaten-Skripte Add extended cut test script 2024-10-08 01:58:54 +02:00
laserprofiles Add Dichtungspapier cut settings for Zing 24 2024-10-08 01:29:27 +02:00
mappings Initial commit 2023-06-02 03:31:55 +02:00
materials Add Dichtungspapier cut settings for Zing 24 2024-10-08 01:29:27 +02:00
profiles Initial commit 2023-06-02 03:31:55 +02:00
settings Automatic config update by VisiCut 2024-07-06 00:25:34 +02:00
.gitignore Update ignore patterns 2024-03-01 22:10:12 +01:00
README.md Initial commit 2023-06-02 03:31:55 +02:00

Visicut settings

Settings for VisiCut (A user-friendly tool to prepare, save and send Jobs to laser cutters) used by FabLab Altmühlfranken.

Why store the settings in a Git repository?

Like many other labs, we store our VisiCut settings in a Git repository. This has two main benefits:

  1. Like with every version control system, we have access to the change history.
  2. We can easily publish the settings for the public, allowing users to load the settings right from within VisiCut.

How can I use this repository manually?

Back up or delete the VisiCut settings directory (on Linux, it is ~/.visicut in your home directory), then git clone this repository:

cd ~
mv .visicut/ .visicut-backup/
git clone https://git.fablab-altmuehlfranken.de/fablab/visicut-settings.git .visicut/

Alternatively, you can use VisiCut's import feature. To do so, first download the repository's main branch as a .zip archive. Then, rename the file to change .zip for .vcsettings. Finally, inside VisiCut, open the "Options" menu and click on "Import Settings".

Note: You will have to confirm to VisiCut that all your existing settings may be erased and replaced with the settings from the archive!

How to make changes?

There are two ways how to make changes: if you have the Git repository checked out in ~/.visicut, you can make the changes in VisiCut directly, then use Git to check in your changes and push them to a remote repository.

Alternatively, you can clone the repository separately and import the changes from VisiCut, either by copying the files from your ~/.visicut directory or by unzipping a .vcsettings archive exported from VisiCut in the repository root.

Note: We have a .gitignore file in place to make sure unnecessary files are not checked into the repository. We do not guarantee that it is going to cover all cases in the future, so please check your changes before checking them in!