small changes
This commit is contained in:
parent
0908666211
commit
e657967924
@ -1,6 +1,6 @@
|
|||||||
# MightyScape for Inkscape 1.0+
|
# MightyScape for Inkscape 1.0+
|
||||||
|
|
||||||
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **234 extension folders** with **407 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
|
In short: A maintained extension collection for Inkscape 1.0+, working on Windows and Linux. There are **235 extension folders** with **408 .inx files** inside. We also take part at https://inkscape.org/gallery/=extension/ (with single extension uploads).
|
||||||
|
|
||||||
# About MightyScape
|
# About MightyScape
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ To make it work you need to install at least java.
|
|||||||
Author: Mario Voigt / FabLab Chemnitz
|
Author: Mario Voigt / FabLab Chemnitz
|
||||||
Mail: mario.voigt@stadtfabrikanten.org
|
Mail: mario.voigt@stadtfabrikanten.org
|
||||||
Date: 11.09.2020
|
Date: 11.09.2020
|
||||||
Last patch: 18.04.2021
|
Last patch: 26.10.2021
|
||||||
License: GNU GPL v3
|
License: GNU GPL v3
|
||||||
|
|
||||||
Module licenses
|
Module licenses
|
||||||
@ -29,7 +29,7 @@ ToDos:
|
|||||||
- maybe add some DXF model preview tool (maybe a useless idea at all)
|
- maybe add some DXF model preview tool (maybe a useless idea at all)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class PapercraftUnfold(inkex.EffectExtension):
|
class DXF2Papercraft(inkex.EffectExtension):
|
||||||
|
|
||||||
def add_arguments(self, pars):
|
def add_arguments(self, pars):
|
||||||
pars.add_argument("--tab")
|
pars.add_argument("--tab")
|
||||||
@ -145,4 +145,4 @@ class PapercraftUnfold(inkex.EffectExtension):
|
|||||||
self.msg("Error resizing to bounding box.")
|
self.msg("Error resizing to bounding box.")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
PapercraftUnfold().run()
|
DXF2Papercraft().run()
|
@ -1,10 +1,10 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "PlyCutter",
|
"name": "PlyCutter (Unstable)",
|
||||||
"id": "fablabchemnitz.de.plycutter",
|
"id": "fablabchemnitz.de.plycutter",
|
||||||
"path": "plycutter",
|
"path": "plycutter",
|
||||||
"dependent_extensions": null,
|
"dependent_extensions": null,
|
||||||
"original_name": "PlyCutter",
|
"original_name": "PlyCutter (Unstable)",
|
||||||
"original_id": "fablabchemnitz.de.plycutter",
|
"original_id": "fablabchemnitz.de.plycutter",
|
||||||
"license": "GNU AGPL v3",
|
"license": "GNU AGPL v3",
|
||||||
"license_url": "https://github.com/tjltjl/plycutter/blob/master/LICENSE-agpl-3.0.txt",
|
"license_url": "https://github.com/tjltjl/plycutter/blob/master/LICENSE-agpl-3.0.txt",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||||
<name>PlyCutter</name>
|
<name>PlyCutter (Unstable)</name>
|
||||||
<id>fablabchemnitz.de.plycutter</id>
|
<id>fablabchemnitz.de.plycutter</id>
|
||||||
<param name="tab" type="notebook">
|
<param name="tab" type="notebook">
|
||||||
<page name="tab_settings" gui-text="PlyCutter">
|
<page name="tab_settings" gui-text="PlyCutter">
|
||||||
@ -29,7 +29,7 @@
|
|||||||
</page>
|
</page>
|
||||||
<page name="tab_about" gui-text="About">
|
<page name="tab_about" gui-text="About">
|
||||||
<label appearance="header">Plycutter</label>
|
<label appearance="header">Plycutter</label>
|
||||||
<label>A wrapper for Plycutter, utilizing kabeja to convert the dxf output to SVG. To make it work you need to install at least java.</label>
|
<label>A wrapper for Plycutter, utilizing kabeja to convert the dxf output to SVG. To make it work you need to install at least java and the plycutter python module from github.</label>
|
||||||
<label>2021 / written by Mario Voigt (Stadtfabrikanten e.V. / FabLab Chemnitz)</label>
|
<label>2021 / written by Mario Voigt (Stadtfabrikanten e.V. / FabLab Chemnitz)</label>
|
||||||
<spacer/>
|
<spacer/>
|
||||||
<label appearance="header">Online Documentation</label>
|
<label appearance="header">Online Documentation</label>
|
||||||
|
Reference in New Issue
Block a user