From cb42f432d6fec45e2386b73b8c8daf384a93231e Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 18 Oct 2013 11:34:21 +0200 Subject: [PATCH] Update youmagine api to fix compatibility with new youmagine release. --- Cura/util/youmagine.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cura/util/youmagine.py b/Cura/util/youmagine.py index 1451178a..f8ed8e68 100644 --- a/Cura/util/youmagine.py +++ b/Cura/util/youmagine.py @@ -54,11 +54,15 @@ class Youmagine(object): ('Jewelry', 7), ('Maker/DIY', 8), ('Miniatures', 9), + ('Toys', 10), + ('3D printer parts and enhancements', 11), ('Other', 1), ] self._licenses = [ - ('Creative Commons - Share Alike', 'cc'), - ('Creative Commons - Attribution-NonCommercial-ShareAlike', 'ccnc'), + ('Creative Commons - Attribution Share Alike', 'ccbysa'), + ('Creative Commons - Attribution Non-Commercial ShareAlike', 'ccbyncsa'), + ('Creative Commons - Attribution No Derivatives', 'ccbynd'), + ('Creative Commons - Attribution Non-Commercial No Derivatives', 'ccbyncsa'), ('GPLv3', 'gplv3'), ] -- 2.30.2