fieldOfView
c9998ca6fe
Set properties for all containers with the same base_file metadata entry
2017-06-14 10:41:23 +02:00
fieldOfView
1f49a87acb
Update material_diameter when editing the material in MaterialView.qml
2017-06-14 10:41:02 +02:00
Jaime van Kessel
a7a2740690
No longer add material to qualityChanges
...
QualityChanges are never supposed to have Material.
CURA-3929
2017-06-14 09:41:33 +02:00
Lipu Fei
dd65248968
Only set metadata/material for quality_changes if material is not None
...
CURA-3929
2017-06-13 14:35:27 +02:00
Jaime van Kessel
ec73abecb5
Custom material now defaults to PLA.
...
This is not an ideal solution, but it bandaids a problem for the moment.
CURA-3911
2017-06-13 13:48:34 +02:00
Lipu Fei
82224c0ed0
Copy material into metadata if machine has specific material profiles when duplicating a quality profile
...
CURA-3929
2017-06-12 10:56:01 +02:00
Ghostkeeper
f65043ecc8
Add spaces around binary operators and after comma
...
Just a little code style thing.
Contributes to issue CURA-3828.
2017-05-17 16:17:48 +02:00
fieldOfView
7b393064aa
Fix creating materials for 1.75mm machines that have machine/variant materials
...
Instead of cloning the 2.85 mm generic PLA material and setting its diameter, we now clone the generic PLA with the same diameter as the current machine. This will also clone all the machine-specific settings included in that base file.
2017-05-17 12:20:00 +02:00
fieldOfView
75519d754b
Fix creating materials for 1.75mm machines
2017-05-17 11:49:13 +02:00
Lipu Fei
121ebd79cf
Fix circular import problem caused by moving SettingVersion into CuraApplication
...
CURA-3756
2017-05-16 14:55:34 +02:00
Lipu Fei
40d70b5f39
Fix version upgrade for project loading
...
CURA-3756
2017-05-16 14:38:27 +02:00
jack
85a29e967f
Merge pull request #1757 from fieldOfView/fix_material_uniqueness
...
Fix material uniqueness
2017-05-16 09:44:10 +02:00
Ghostkeeper
ccda155882
Add setting_version every time we create InstanceContainer
...
Except when we fill the instancecontainer via deserialising. Because then we want to retain the original version number.
Contributes to issue CURA-3427.
2017-05-15 10:39:53 +02:00
fieldOfView
f5347a4593
Add documentation and a spot of logging
2017-05-11 16:37:32 +02:00
fieldOfView
24159aaf66
Fix activating newly created materials
2017-05-11 14:08:15 +02:00
fieldOfView
5339055f9a
Fix unlinking materials
2017-05-11 13:10:32 +02:00
fieldOfView
0d67d42300
Fix created materials being a linked to themselves
2017-05-11 12:53:53 +02:00
fieldOfView
e45f04f391
Merge branch 'master' into fix_material_uniqueness
2017-05-11 12:23:01 +02:00
fieldOfView
eba75a726e
Set brand and material to "Custom" so it is less like copying Generic PLA
2017-05-09 12:58:50 +02:00
fieldOfView
f3c2df3ab4
Properly return a string when creating/duplicating a material
2017-05-08 10:22:41 +02:00
Arjen Hiemstra
d95488a940
Use the new stack properties so we can properly create quality changes
...
Contributes to CURA-3497
2017-05-03 13:16:57 +02:00
fieldOfView
67b8302d40
Add a notice to linked materials and allow "unlinking" a material.
2017-04-29 21:08:48 +02:00
fieldOfView
02b978272f
Add "Create" button to create a new, unique material.
...
The new custom material is still based on generic_pla, but it gets a new GUID and uses itself as base_file so it is not conjoined to another material.
2017-04-27 11:19:46 +02:00
Lipu Fei
a3dce9f6d1
CURA-3471 importProfiles() takes QVariantList
2017-03-07 20:17:29 +01:00
Simon Edwards
807542cc1f
Fixed a merge problem.
...
CURA-3431 Not possible to export a profile
2017-02-28 14:38:28 +01:00
Simon Edwards
18368f3ad4
Type hints and fixes for ContainerManager.
2017-02-26 21:07:08 +01:00
Jaime van Kessel
ab28cb4615
Fix import changes
...
These broke the importing & exporting of profiles
2017-02-22 17:06:28 +01:00
Simon Edwards
4fecf55b3b
Use double quotes instead of singles.
2017-01-17 20:56:50 +01:00
Simon Edwards
fb70eb6813
Merge branch 'master' into python_type_hinting
2017-01-17 08:42:55 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00
Simon Edwards
74e5798509
Lots of import fixes. Eliminated the import hacks such as those used inside UM/Settings/__init__.py.
...
CURA-2917
2016-12-12 16:05:35 +01:00
Simon Edwards
5884509af1
More type checking fixes after the merge.
...
CURA-2917
2016-11-22 11:51:18 +01:00
Simon Edwards
98a6568313
Merge branch 'master' into python_type_hinting
2016-11-22 11:15:04 +01:00
Simon Edwards
14afd9eab7
Heaps to changes to get the Cura code through the type checker (with minimal checking).
...
CURA-2917
2016-11-21 21:36:08 +01:00
Jaime van Kessel
2eb1c61033
Merge branch 'feature_drag_curaprofile' of github.com:Ultimaker/Cura
2016-11-04 14:31:58 +01:00
Jaime van Kessel
720f37b17f
Quality changes can now only be removed if they are not in use anywere
...
CURA-2846
2016-11-04 10:02:13 +01:00
Jaime van Kessel
d897392eea
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-31 15:46:31 +01:00
Jaime van Kessel
41ed9661f6
FindQUalityByName now also uses fallback generic materials if no result was found
...
CURA-2852
2016-10-31 15:43:53 +01:00
Thomas Karl Pietrowski
aa92428c04
Cleanup: Remove debug print
2016-10-30 16:45:45 +01:00
Arjen Hiemstra
f952b45a62
Use the machine/extruder ID as base for duplicated profile ID
...
Instead of using the ID of the duplicated container, which would cause
the profile ID to be the old ID with the new ID appended.
Fixes CURA-2782
2016-10-24 13:38:22 +02:00
Jack Ha
a23a922eec
Drag profile into Cura; added importProfile(s), exportProfile to ContainerManager. CURA-787
2016-10-20 13:55:39 +02:00
fieldOfView
081ca8ea8d
Merge current quality_changes values into newly created profiles
...
Creating a profile with a custom profile as the active profile would ignore the settings of that custom profile.
CURA-2565
2016-10-06 14:47:35 +02:00
fieldOfView
6d0da0d754
Revert "global_profile" reference changes while refixing import
...
CURA-2518 and CURA-2478
2016-10-04 17:21:33 +02:00
fieldOfView
77370d8599
Fix error duplicating profiles
...
CURA-2478
2016-10-04 14:49:56 +02:00
fieldOfView
7b42f52be9
Properly use classmethod to make sure ContainerManager is a singleton
...
CURA-2478
2016-10-04 14:28:39 +02:00
fieldOfView
d47f3c482f
Static methods cannot call class methods
2016-10-04 14:14:55 +02:00
fieldOfView
ff12f999be
Fixed error when duplicating protected profiles
...
CURA-2478
2016-10-04 14:05:55 +02:00
fieldOfView
fc310f2732
Fix duplicating profiles
...
CURA-2478
2016-10-04 13:21:17 +02:00
fieldOfView
046d0b5956
Rename extruder quality changes files when renaming a custom profile
...
CURA-2484
2016-10-03 22:17:56 +02:00
fieldOfView
e1d70ed4b6
Fix selecting quality_changes profiles for extruders
...
Now that containers in a quality_changes set don't share a common name, the quality_changes containers for extruders have a metadata entry "global_profile" pointing to the global quality_changes container id.
Contributes to CURA-2478 and CURA-2484
2016-10-03 21:58:34 +02:00