Jaime van Kessel
64ded3299e
Merge branch 'master' of github.com:Ultimaker/Cura
2016-06-05 12:02:10 +02:00
Jaime van Kessel
1e44abb9be
Added activeExtruder stack to machineManager model
...
CURA-340
2016-06-05 12:01:46 +02:00
Jaime van Kessel
eeb1882c2f
Merge pull request #765 from thopiekar/master-buildtype-in-splashscreen
...
Fixing a typo
2016-06-05 11:38:20 +02:00
Jaime van Kessel
c79b7bdd7a
Machine manager now creates ExtruderTrainStacks
...
CURA-340
2016-06-05 11:34:29 +02:00
Thomas Karl Pietrowski
d6acb78bd4
Fixing a typo
...
Had that change locally here, but for a reason I forgot to commit that
fix. Oops..
2016-06-05 09:59:57 +01:00
Jaime van Kessel
2f3352bfa0
Added default values when adding variant & materials
...
CURA-1612
2016-06-05 10:45:47 +02:00
Jaime van Kessel
0e09d4a349
Merge branch 'thopiekar-master-buildtype-in-splashscreen'
2016-06-05 10:28:51 +02:00
Jaime van Kessel
cb0df43f4b
Merge branch 'master-buildtype-in-splashscreen' of git://github.com/thopiekar/Cura into thopiekar-master-buildtype-in-splashscreen
2016-06-05 10:28:33 +02:00
Arjen Hiemstra
0a9382aa11
Fix exclusiveGroup for machine selection in the menu
...
Contributes to CURA-1278
2016-06-04 21:22:21 +02:00
Arjen Hiemstra
2d77ddada4
Add ABS/CPE quality profiles for UM2(E)+
...
Contributes to CURA-1612
2016-06-04 21:21:57 +02:00
Arjen Hiemstra
312097c523
Specify UMO as having materials
...
Contributes to CURA-1612
2016-06-04 21:21:24 +02:00
Arjen Hiemstra
e0ebe960ac
Update standard quality profiles
...
Contributes to CURA-1612
2016-06-04 21:19:29 +02:00
Arjen Hiemstra
65a563027d
Specify preferred material/quality as wildcards
...
This way it becomes a lot simpler to match them
Contributes to CURA-1612
2016-06-04 21:19:05 +02:00
Arjen Hiemstra
3413334c6d
Update active material/quality when changing one of the lower levels
...
Contributes to CURA-1612
2016-06-04 21:17:27 +02:00
Arjen Hiemstra
3a3314aad1
Remove all old profiles
...
Contributes to CURA-1612
2016-06-04 21:16:39 +02:00
Arjen Hiemstra
8f21ec3980
Add PLA profiles for UM2Extended+
...
Contributes to CURA-1612
2016-06-04 20:51:53 +02:00
Arjen Hiemstra
6a3b321e5a
Re-enable commented code
2016-06-04 19:23:46 +02:00
Arjen Hiemstra
b33ce573c1
Also filter materials and profiles preference pages by machine etc. when desired
...
Contriubtes to CURA-1612
2016-06-04 19:22:42 +02:00
Arjen Hiemstra
a81cab5eac
Merge branch '2.1'
2016-06-04 19:11:59 +02:00
Thomas Karl Pietrowski
c62ab6e937
Adding a field of the build type to the spashscreen.
...
For example, if the community distributes Cura in a different way, they
can set CURA_BUILDTYPE via 'cmake -DCURA_BUILDTYPE=' and whenever Cura
is launched " (PPA)" will be appended. Of course, this could be done by
appending " (PPA)" to CURA_VERSION, but in case of my Ubuntu/Debian
packaging it will only need one modification in debian/changelog to
change the version. During build (debian/rules) this version will be
read from debian/changelog.
Changing the version number across different files, is a waste of time.
Finally, we can use that field in the future to indicate debug or other
other special builds.
2016-06-04 13:55:35 +02:00
Jaime van Kessel
490a8724e5
Fixed duplication of profiles
...
CURA-1427
2016-06-03 16:29:46 +02:00
Jaime van Kessel
fdbd6d7c5f
Updating profile now also works in profile page
...
CURA-1585
2016-06-03 15:29:41 +02:00
Jaime van Kessel
d1d60e27cc
Added function to duplicate container
...
CURA-1427
2016-06-03 15:25:08 +02:00
Jaime van Kessel
01999f7ddd
Custom profiles can now be renamed
2016-06-03 15:00:09 +02:00
Jaime van Kessel
80f24b6c54
Removed ulti quality, as that got in 2.1 by mistake
...
As it got in there by mistake, it has no place here either!
2016-06-03 14:56:42 +02:00
Jaime van Kessel
cd8df44812
Changed multiple properties in profile page to new API
...
CURA-1285
2016-06-03 14:40:28 +02:00
Jaime van Kessel
ea73f00aac
Fixed case where validation state was set incorrectly
...
CURA-1585
2016-06-03 14:39:36 +02:00
Jaime van Kessel
b6b154e153
Fixed slowdown caused by validation check
...
CURA-1585
2016-06-03 13:34:06 +02:00
Jaime van Kessel
2b91b81f2d
Added documentation
...
CURA-1585
2016-06-03 13:24:23 +02:00
Jaime van Kessel
5faf2f024f
Added signal for validation state
...
This improves the runtime speed somewhat
CURA-1585
2016-06-03 13:14:49 +02:00
Jaime van Kessel
7b87143e65
Only value property events are now used
...
This speeds the num events up a bit, but it's still a tad to slow
CURA-1585
2016-06-03 13:07:35 +02:00
Jaime van Kessel
0dece95f0f
Updating non-readonly profiles is now possible again
...
CURA-1585
2016-06-03 13:03:56 +02:00
Jaime van Kessel
d29cc37d6b
Adds way to convert user settings into quality settings
...
CURA-1585
2016-06-03 11:58:59 +02:00
Jaime van Kessel
4fc565711d
Added read-only property to profiles
...
CURA-1585
2016-06-03 11:19:33 +02:00
Jaime van Kessel
113da81db5
Added isValidGlobalStack property to MachineManager
...
CURA-1585
2016-06-03 10:29:19 +02:00
Jaime van Kessel
171adde6be
Fixed broken signal when file was loaded
2016-06-03 10:15:01 +02:00
Jaime van Kessel
3d47e3528a
Merge branch 'master' of github.com:Ultimaker/Cura
2016-06-03 10:06:41 +02:00
Jaime van Kessel
ad35c9f070
Added reload profile (simply clears user instance container)
...
CURA-1278
2016-06-03 10:06:08 +02:00
fieldOfView
d7148844ac
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-02 17:44:29 +02:00
fieldOfView
0dec0aafcf
Fix exception when loading an object
...
CURA-1619
2016-06-02 17:44:06 +02:00
Jaime van Kessel
11cb9af97f
fixed typo
2016-06-02 17:32:26 +02:00
Jaime van Kessel
f115fd0619
Merge branch 'master' of github.com:Ultimaker/Cura
2016-06-02 17:27:37 +02:00
Jaime van Kessel
95a0c69662
Bit of code refactoring to prevent duplication
...
CURA-1288
2016-06-02 17:25:34 +02:00
Arjen Hiemstra
e36397fa29
Use the new empty type-specific containers when adding a new machine
...
Contributes to CURA-1612
2016-06-02 17:21:49 +02:00
Arjen Hiemstra
4cd224aeb2
Add empty variant, material and quality containers
...
Since we need these for making container switching work.
Contributes to CURA-1612
2016-06-02 17:21:49 +02:00
fieldOfView
184247ced6
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-02 16:38:41 +02:00
fieldOfView
bb18bf6a30
Fix creating a jobname after loading a file
...
Moves jobname creation out of qml and into python.
CURA-1619
2016-06-02 16:38:06 +02:00
Arjen Hiemstra
186eca160b
Fix containersChanged signal handlers
...
Fixes CURA-1642
2016-06-02 16:25:13 +02:00
Ghostkeeper
1a30dd96b1
Change setting type for extruder_nr settings
...
This way it can determine the difference between an integer and an index in the extruder list.
Contributes to issues CURA-1278.
2016-06-02 16:09:10 +02:00
Ghostkeeper
7146c9ab7d
Make a drop-down box for selecting an extruder
...
For use by settings such as infill_extruder_nr.
Contributes to issues CURA-351 and CURA-1278.
2016-06-02 16:09:10 +02:00