From 15e9c09e8cb58428a654f9157dcf76d5d9c758cf Mon Sep 17 00:00:00 2001 From: leyghisbb Date: Sun, 30 Aug 2020 11:23:40 +0200 Subject: [PATCH] added path select in guillotine plus --- extensions/fablabchemnitz_guillotine_plus.inx | 2 +- extensions/fablabchemnitz_guillotine_plus.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/extensions/fablabchemnitz_guillotine_plus.inx b/extensions/fablabchemnitz_guillotine_plus.inx index 47201a7a..28e925f1 100644 --- a/extensions/fablabchemnitz_guillotine_plus.inx +++ b/extensions/fablabchemnitz_guillotine_plus.inx @@ -2,7 +2,7 @@ Guillotine Plus fablabchemnitz.de.guillotine_plus - ~/ + ~/ guillotined 300 false diff --git a/extensions/fablabchemnitz_guillotine_plus.py b/extensions/fablabchemnitz_guillotine_plus.py index 0ac67255..34aa3463 100644 --- a/extensions/fablabchemnitz_guillotine_plus.py +++ b/extensions/fablabchemnitz_guillotine_plus.py @@ -174,10 +174,9 @@ class Guillotine(inkex.EffectExtension): output_files.append(fname) self.export_slice(slico, fname) - self.debug("The sliced bitmaps have been saved as:" + "\n\n" + "\n".join(output_files)) + #self.debug("The sliced bitmaps have been saved as:" + "\n\n" + "\n".join(output_files)) def effect(self): self.export_slices(self.get_slices()) -if __name__ == "__main__": - Guillotine().run() \ No newline at end of file +Guillotine().run()