fixed some descriptions

This commit is contained in:
leyghisbb 2021-04-21 10:53:20 +02:00
parent e475d8b3b0
commit fab5efe375
2 changed files with 22 additions and 2 deletions

View File

@ -1,9 +1,17 @@
#!/usr/bin/env python3
'''
This tool is a helper to adjust the document border including an offset value, which is added.
Extension for InkScape 1.0
Features
- This tool is a helper to adjust the document border including an offset value, which is added.
Sending vector data to Epilog Dashboard often results in trimmed paths. This leads to wrong geometry where the laser misses to cut them.
So we add a default (small) amount of 0.05 doc units to expand the document's canvas
So we add a default (small) amount of 1.0 doc units to expand the document's canvas
Author: Mario Voigt / FabLab Chemnitz
Mail: mario.voigt@stadtfabrikanten.org
Date: 21.04.2021
Last patch: 21.04.2021
License: GNU GPL v3
'''
import inkex

View File

@ -1,5 +1,17 @@
#!/usr/bin/env python3
'''
Extension for InkScape 1.0
Features
- Filter paths which are smaller than a given length or area
Author: Mario Voigt / FabLab Chemnitz
Mail: mario.voigt@stadtfabrikanten.org
Date: 03.08.2020
Last patch: 20.04.2021
License: GNU GPL v3
'''
import inkex
from inkex.bezier import csplength, csparea