Refactored extension names by "rename 's/fablabchemnitz_//g' *.py;rename

's/fablabchemnitz_//g' *.inx;sed -i 's/>fablabchemnitz_/>/g' *.inx;sed
-i 's/fablabchemnitz_//g' *.py; rename 's/fablabchemnitz_//g' *.svg"
This commit is contained in:
2020-09-03 00:35:27 +02:00
parent 80a28a8d59
commit 4175b377bd
375 changed files with 258 additions and 223 deletions

View File

@ -49,6 +49,6 @@
<filetypetooltip>Import GCode File</filetypetooltip>
</input>
<script>
<command location="inx" interpreter="python">fablabchemnitz_gcode_input.py</command>
<command location="inx" interpreter="python">gcode_input.py</command>
</script>
</inkscape-extension>

View File

@ -49,6 +49,6 @@
<filetypetooltip>Import GCode File</filetypetooltip>
</input>
<script>
<command location="inx" interpreter="python">fablabchemnitz_gcode_input.py</command>
<command location="inx" interpreter="python">gcode_input.py</command>
</script>
</inkscape-extension>