Initial commit

This commit is contained in:
2023-06-02 03:31:55 +02:00
commit 2d28362a6b
60 changed files with 827 additions and 0 deletions

View 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>

View 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>

View 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
View 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
View 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>