Initial commit
This commit is contained in:
commit
2d28362a6b
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
examples/
|
||||||
|
axamples
|
||||||
|
.directory
|
||||||
|
/settings/settings.private.xml
|
38
README.md
Normal file
38
README.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# Visicut settings
|
||||||
|
|
||||||
|
Settings for [VisiCut](https://github.com/t-oster/VisiCut) (A user-friendly tool to prepare, save and send Jobs to laser cutters) used by [FabLab Altmühlfranken](https://fablab-altmuehlfranken.de).
|
||||||
|
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
1. 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](https://git.fablab-altmuehlfranken.de/fablab/visicut-settings/archive/main.zip).
|
||||||
|
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 `unzip`ping 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!**
|
69
devices/Epilog_32_Zing_32_24_32_50W.xml
Normal file
69
devices/Epilog_32_Zing_32_24_32_50W.xml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<laserDevice version="0">
|
||||||
|
<originBottomLeft>false</originBottomLeft>
|
||||||
|
<jobSentText>Job an Lasercutter $name gesendet als '$jobname'
|
||||||
|
Nächste Schritte:
|
||||||
|
- Fokus auf Material einstellen
|
||||||
|
- Absaugung einschalten
|
||||||
|
- Deckel schließen
|
||||||
|
- Job '$jobname' auswählen und Startknopf drücken!</jobSentText>
|
||||||
|
<jobPrefix>VC</jobPrefix>
|
||||||
|
<laserCutter class="de.thomas_oster.liblasercut.drivers.EpilogZing">
|
||||||
|
<hostname>zing24.linuxmuster.lan</hostname>
|
||||||
|
<port>515</port>
|
||||||
|
<autofocus>false</autofocus>
|
||||||
|
<hideSoftwareFocus>false</hideSoftwareFocus>
|
||||||
|
<bedWidth>609.0</bedWidth>
|
||||||
|
<bedHeight>308.0</bedHeight>
|
||||||
|
</laserCutter>
|
||||||
|
<cameraHomography>
|
||||||
|
<referencePoints>
|
||||||
|
<java.awt.geom.Point2D_-Double>
|
||||||
|
<x>121.80000000000001</x>
|
||||||
|
<y>61.6</y>
|
||||||
|
</java.awt.geom.Point2D_-Double>
|
||||||
|
<java.awt.geom.Point2D_-Double>
|
||||||
|
<x>487.20000000000005</x>
|
||||||
|
<y>246.4</y>
|
||||||
|
</java.awt.geom.Point2D_-Double>
|
||||||
|
</referencePoints>
|
||||||
|
<viewPoints>
|
||||||
|
<java.awt.geom.Point2D_-Double>
|
||||||
|
<x>399.28078310149414</x>
|
||||||
|
<y>314.24313725490197</y>
|
||||||
|
</java.awt.geom.Point2D_-Double>
|
||||||
|
<java.awt.geom.Point2D_-Double>
|
||||||
|
<x>1203.1231324059763</x>
|
||||||
|
<y>1057.9725490196079</y>
|
||||||
|
</java.awt.geom.Point2D_-Double>
|
||||||
|
</viewPoints>
|
||||||
|
<homography>
|
||||||
|
<A>
|
||||||
|
<double-array>
|
||||||
|
<double>2.1998969603297267</double>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>131.33333333333343</double>
|
||||||
|
</double-array>
|
||||||
|
<double-array>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>4.0245098039215685</double>
|
||||||
|
<double>66.33333333333334</double>
|
||||||
|
</double-array>
|
||||||
|
<double-array>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>0.0</double>
|
||||||
|
<double>1.0</double>
|
||||||
|
</double-array>
|
||||||
|
</A>
|
||||||
|
<m>3</m>
|
||||||
|
<n>3</n>
|
||||||
|
</homography>
|
||||||
|
</cameraHomography>
|
||||||
|
<cameraURL></cameraURL>
|
||||||
|
<cameraTiming>0</cameraTiming>
|
||||||
|
<projectorTiming>0</projectorTiming>
|
||||||
|
<projectorWidth>0</projectorWidth>
|
||||||
|
<projectorHeight>0</projectorHeight>
|
||||||
|
<name>Epilog Zing 24 50W</name>
|
||||||
|
</laserDevice>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-1.5</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>10</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>20</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>5</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>5</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>30</speed>
|
||||||
|
<focus>-1.5</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>22</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>35</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>35</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>5</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>5</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>22</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>0</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>20</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-1.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>50</speed>
|
||||||
|
<focus>-5.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>20</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>7</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>70</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-1.5</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>7</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>90</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-1.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>70</speed>
|
||||||
|
<focus>-1.5</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>8</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>70</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>30</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>8</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>100</power>
|
||||||
|
<speed>70</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>25</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>7</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>40</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-1.5</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
<power>25</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<engraveBottomUp>true</engraveBottomUp>
|
||||||
|
</com.t__oster.liblasercut.drivers.EpilogEngraveProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>7</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>0.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<linked-list version="0.0.0.0">
|
||||||
|
<PowerSpeedFocusFrequencyProperty>
|
||||||
|
<power>50</power>
|
||||||
|
<speed>100</speed>
|
||||||
|
<focus>-2.0</focus>
|
||||||
|
<hideFocus>false</hideFocus>
|
||||||
|
<frequency>5000</frequency>
|
||||||
|
</PowerSpeedFocusFrequencyProperty>
|
||||||
|
</linked-list>
|
@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<de.thomas__oster.visicut.model.mapping.MappingSet serialization="custom" version="0.0.0.0.0">
|
||||||
|
<unserializable-parents/>
|
||||||
|
<linked-list>
|
||||||
|
<default/>
|
||||||
|
<int>4</int>
|
||||||
|
<mapping>
|
||||||
|
<a class="filters" serialization="custom">
|
||||||
|
<unserializable-parents/>
|
||||||
|
<linked-list>
|
||||||
|
<default/>
|
||||||
|
<int>1</int>
|
||||||
|
<filter>
|
||||||
|
<compare>false</compare>
|
||||||
|
<inverted>false</inverted>
|
||||||
|
<attribute>Color</attribute>
|
||||||
|
<value class="awt-color">
|
||||||
|
<red>0</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>255</blue>
|
||||||
|
<alpha>255</alpha>
|
||||||
|
</value>
|
||||||
|
</filter>
|
||||||
|
</linked-list>
|
||||||
|
<filters>
|
||||||
|
<default>
|
||||||
|
<multiselectEnabled>false</multiselectEnabled>
|
||||||
|
</default>
|
||||||
|
</filters>
|
||||||
|
</a>
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<b class="rasterProfile">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Rastergravur (500 dpi)</description>
|
||||||
|
<name>gravieren (fein)</name>
|
||||||
|
<invertColors>false</invertColors>
|
||||||
|
<colorShift>0</colorShift>
|
||||||
|
<ditherAlgorithm class="de.thomas_oster.liblasercut.dithering.BrightenedHalftone">
|
||||||
|
<progress>0</progress>
|
||||||
|
</ditherAlgorithm>
|
||||||
|
</b>
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<a class="filters" serialization="custom">
|
||||||
|
<unserializable-parents/>
|
||||||
|
<linked-list>
|
||||||
|
<default/>
|
||||||
|
<int>1</int>
|
||||||
|
<filter>
|
||||||
|
<compare>false</compare>
|
||||||
|
<inverted>false</inverted>
|
||||||
|
<attribute>Color</attribute>
|
||||||
|
<value class="awt-color">
|
||||||
|
<red>0</red>
|
||||||
|
<green>255</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
<alpha>255</alpha>
|
||||||
|
</value>
|
||||||
|
</filter>
|
||||||
|
</linked-list>
|
||||||
|
<filters>
|
||||||
|
<default>
|
||||||
|
<multiselectEnabled>false</multiselectEnabled>
|
||||||
|
</default>
|
||||||
|
</filters>
|
||||||
|
</a>
|
||||||
|
<b class="vectorProfile">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Im Schneidmodus dünne Linien gravieren</description>
|
||||||
|
<name>markieren</name>
|
||||||
|
<orderStrategy>NEAREST</orderStrategy>
|
||||||
|
<useOutline>false</useOutline>
|
||||||
|
<isCut>false</isCut>
|
||||||
|
<width>0.0</width>
|
||||||
|
</b>
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<a class="filters" serialization="custom">
|
||||||
|
<unserializable-parents/>
|
||||||
|
<linked-list>
|
||||||
|
<default/>
|
||||||
|
<int>1</int>
|
||||||
|
<filter>
|
||||||
|
<compare>false</compare>
|
||||||
|
<inverted>false</inverted>
|
||||||
|
<attribute>Color</attribute>
|
||||||
|
<value class="awt-color">
|
||||||
|
<red>255</red>
|
||||||
|
<green>0</green>
|
||||||
|
<blue>0</blue>
|
||||||
|
<alpha>255</alpha>
|
||||||
|
</value>
|
||||||
|
</filter>
|
||||||
|
</linked-list>
|
||||||
|
<filters>
|
||||||
|
<default>
|
||||||
|
<multiselectEnabled>false</multiselectEnabled>
|
||||||
|
</default>
|
||||||
|
</filters>
|
||||||
|
</a>
|
||||||
|
<b class="vectorProfile">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Durchschneiden</description>
|
||||||
|
<name>schneiden</name>
|
||||||
|
<orderStrategy>NEAREST</orderStrategy>
|
||||||
|
<useOutline>false</useOutline>
|
||||||
|
<isCut>true</isCut>
|
||||||
|
<width>0.5</width>
|
||||||
|
</b>
|
||||||
|
</mapping>
|
||||||
|
</linked-list>
|
||||||
|
<de.thomas__oster.visicut.model.mapping.MappingSet>
|
||||||
|
<default>
|
||||||
|
<description>A new created mapping</description>
|
||||||
|
<name>schneide rot, markiere grün, ignoriere blau, graviere Rest</name>
|
||||||
|
</default>
|
||||||
|
</de.thomas__oster.visicut.model.mapping.MappingSet>
|
||||||
|
</de.thomas__oster.visicut.model.mapping.MappingSet>
|
13
materials/Acrylglas_32__40_Plexiglas_44__32_PMMA_41_.xml
Normal file
13
materials/Acrylglas_32__40_Plexiglas_44__32_PMMA_41_.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<description>Kunststoffplatten aus Polymethylmethacrylat (PMMA)</description>
|
||||||
|
<engraveColor>#fefefe</engraveColor>
|
||||||
|
<cutColor>#ff0033</cutColor>
|
||||||
|
<color>#4ab5ff</color>
|
||||||
|
<name>Acrylglas (Plexiglas, PMMA)</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>3.0</float>
|
||||||
|
<float>4.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
BIN
materials/Acrylic.png
Normal file
BIN
materials/Acrylic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
11
materials/Balsaholz.xml
Normal file
11
materials/Balsaholz.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#010101</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#fddc9d</color>
|
||||||
|
<name>Balsaholz</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>2.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
12
materials/EVA-Schaum.xml
Normal file
12
materials/EVA-Schaum.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<description>Moosgummi aus EVA</description>
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0033</cutColor>
|
||||||
|
<color>#006fff</color>
|
||||||
|
<name>EVA-Schaum</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>10.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
11
materials/Finnpappe.xml
Normal file
11
materials/Finnpappe.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#f2ca76</color>
|
||||||
|
<name>Finnpappe</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>3.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#b8c4d6</color>
|
||||||
|
<name>Getränkebecher (Polypropylen, PP)</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>1.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
13
materials/HDF.xml
Normal file
13
materials/HDF.xml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<description>Hochdichte Faserplatte</description>
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0033</cutColor>
|
||||||
|
<color>#ac7739</color>
|
||||||
|
<name>HDF</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>3.0</float>
|
||||||
|
<float>4.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
BIN
materials/Paper.png
Normal file
BIN
materials/Paper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
12
materials/Polycarbonat_32__40_PC_41_.xml
Normal file
12
materials/Polycarbonat_32__40_PC_41_.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#02bc94</color>
|
||||||
|
<name>Polycarbonat (PC)</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>2.0</float>
|
||||||
|
<float>3.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
11
materials/Sperrholz_32_Birke.xml
Normal file
11
materials/Sperrholz_32_Birke.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#e3b67a</color>
|
||||||
|
<name>Sperrholz Birke</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>4.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
11
materials/Sperrholz_32_Buche.xml
Normal file
11
materials/Sperrholz_32_Buche.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#cd964d</color>
|
||||||
|
<name>Sperrholz Buche</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>4.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
12
materials/Sperrholz_32_Pappel.xml
Normal file
12
materials/Sperrholz_32_Pappel.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0000</cutColor>
|
||||||
|
<color>#e6b861</color>
|
||||||
|
<name>Sperrholz Pappel</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>3.0</float>
|
||||||
|
<float>4.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
11
materials/Stempelgummi.xml
Normal file
11
materials/Stempelgummi.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<material version="0">
|
||||||
|
<engraveColor>#000000</engraveColor>
|
||||||
|
<cutColor>#ff0033</cutColor>
|
||||||
|
<color>#ffffff</color>
|
||||||
|
<name>Stempelgummi</name>
|
||||||
|
<materialThicknesses>
|
||||||
|
<float>2.0</float>
|
||||||
|
</materialThicknesses>
|
||||||
|
</material>
|
12
profiles/gravieren_32__40_3D_41_.xml
Normal file
12
profiles/gravieren_32__40_3D_41_.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<rasterProfile version="0.0">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Rastergravur, 3D-Effekt (500 dpi)</description>
|
||||||
|
<name>gravieren (3D)</name>
|
||||||
|
<invertColors>false</invertColors>
|
||||||
|
<colorShift>0</colorShift>
|
||||||
|
<ditherAlgorithm class="de.thomas_oster.liblasercut.dithering.BrightenedHalftone">
|
||||||
|
<progress>0</progress>
|
||||||
|
</ditherAlgorithm>
|
||||||
|
</rasterProfile>
|
12
profiles/gravieren_32__40_fein_41_.xml
Normal file
12
profiles/gravieren_32__40_fein_41_.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<rasterProfile version="0.0">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Rastergravur (500 dpi)</description>
|
||||||
|
<name>gravieren (fein)</name>
|
||||||
|
<invertColors>false</invertColors>
|
||||||
|
<colorShift>0</colorShift>
|
||||||
|
<ditherAlgorithm class="de.thomas_oster.liblasercut.dithering.BrightenedHalftone">
|
||||||
|
<progress>0</progress>
|
||||||
|
</ditherAlgorithm>
|
||||||
|
</rasterProfile>
|
12
profiles/gravieren_32__40_grob_41_.xml
Normal file
12
profiles/gravieren_32__40_grob_41_.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<rasterProfile version="0.0">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Rastergravur (250 dpi)</description>
|
||||||
|
<name>gravieren (grob)</name>
|
||||||
|
<invertColors>false</invertColors>
|
||||||
|
<colorShift>0</colorShift>
|
||||||
|
<ditherAlgorithm class="de.thomas_oster.liblasercut.dithering.FloydSteinberg">
|
||||||
|
<progress>0</progress>
|
||||||
|
</ditherAlgorithm>
|
||||||
|
</rasterProfile>
|
11
profiles/markieren.xml
Normal file
11
profiles/markieren.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<vectorProfile version="0.0">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Im Schneidmodus dünne Linien gravieren</description>
|
||||||
|
<name>markieren</name>
|
||||||
|
<orderStrategy>NEAREST</orderStrategy>
|
||||||
|
<useOutline>false</useOutline>
|
||||||
|
<isCut>false</isCut>
|
||||||
|
<width>0.0</width>
|
||||||
|
</vectorProfile>
|
11
profiles/schneiden.xml
Normal file
11
profiles/schneiden.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<vectorProfile version="0.0">
|
||||||
|
<DPI>500.0</DPI>
|
||||||
|
<description>Durchschneiden</description>
|
||||||
|
<name>schneiden</name>
|
||||||
|
<orderStrategy>NEAREST</orderStrategy>
|
||||||
|
<useOutline>false</useOutline>
|
||||||
|
<isCut>true</isCut>
|
||||||
|
<width>0.5</width>
|
||||||
|
</vectorProfile>
|
BIN
settings/epilog-zing.png
Normal file
BIN
settings/epilog-zing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
14
settings/settings.xml
Normal file
14
settings/settings.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<visicutPreferences version="0">
|
||||||
|
<defaultMapping>schneide rot, graviere Rest, ignoriere blau, markiere gruen</defaultMapping>
|
||||||
|
<disableSandbox>false</disableSandbox>
|
||||||
|
<useFilenamesForJobs>true</useFilenamesForJobs>
|
||||||
|
<labName>FAU FabLab</labName>
|
||||||
|
<enableQRCodes>false</enableQRCodes>
|
||||||
|
<fastQRCodes>false</fastQRCodes>
|
||||||
|
<fabqrActive>false</fabqrActive>
|
||||||
|
<autoUpdateSettingsDisabled>false</autoUpdateSettingsDisabled>
|
||||||
|
<lastAutoUpdateTime>0</lastAutoUpdateTime>
|
||||||
|
<useThicknessAsFocusOffset>false</useThicknessAsFocusOffset>
|
||||||
|
</visicutPreferences>
|
Loading…
Reference in New Issue
Block a user