Jaime van Kessel
17d8c1e9c1
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-09-07 09:21:53 +02:00
Jaime van Kessel
e010c90c43
No longer set move_vector when we don't have to
2016-09-07 09:21:19 +02:00
fieldOfView
a52bb1422b
Suggest unique name when creating/duplicating profiles
...
CURA-2161
2016-09-06 17:46:11 +02:00
Jaime van Kessel
1999e587b6
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-09-06 11:43:27 +02:00
Jaime van Kessel
75c1f12d33
If a group node is outside build area, all it's children are also marked as such
...
CURA-403
2016-09-06 11:42:46 +02:00
fieldOfView
dc01cdbc88
Fix displaying support interface in layerview
...
CURA-2049
2016-09-06 11:30:38 +02:00
Ghostkeeper
7c8e80b751
Properly hide moves and retractions in lower layers
...
Not the neatest solution. We might want to make a preference for this? I sorta like to see those travel moves, actually.
Contributes to issue CURA-2049.
2016-09-06 11:21:48 +02:00
fieldOfView
46acc4d351
Update wording
...
CURA-2236
2016-09-06 08:32:51 +02:00
fieldOfView
287cbcbb16
Properly fix LayerPolygon.__jump_map
...
CURA-2049
2016-09-05 18:15:02 +02:00
fieldOfView
b1d2c412e8
Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3
2016-09-05 18:11:15 +02:00
fieldOfView
60568a3070
Fix size of LayerPolygon.__jump_map
...
CURA-2049
2016-09-05 18:10:35 +02:00
Jaime van Kessel
bb7f6f87c7
Platfom physics now actually checks max_overlap_checks instead of max_overlap_checks +1
...
CURA-2156
2016-09-05 17:41:52 +02:00
Jaime van Kessel
5293f3abcb
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-09-05 17:01:50 +02:00
Jaime van Kessel
4817dbe62f
Platform physics now checks if the found result actually is a solution
...
If not, it keeps checking a bit more to see if it can find another solution
CURA-2156
2016-09-05 17:00:37 +02:00
fieldOfView
5f3ec7c910
Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3
2016-09-05 16:29:27 +02:00
fieldOfView
bd8db49a95
Add layer data type and color for Support Interface
...
CURA-2049
2016-09-05 16:29:15 +02:00
Jaime van Kessel
9a28b0d433
Previously active tool is now set correctly once something is selected again
...
CURA-1481
2016-09-05 16:20:12 +02:00
Jaime van Kessel
1b1be13818
Added normal quality_type to empty container so switching quality_changes works again
...
CURA-2236
2016-09-05 13:47:19 +02:00
Jaime van Kessel
3227507297
An empty quality container will now give a "not supported" warning
...
CURA-2236
2016-09-05 13:31:36 +02:00
Jaime van Kessel
51d653beba
Added logging if material container was not found
...
CURA-2236
2016-09-05 12:40:38 +02:00
Jaime van Kessel
67636d6f3c
_updateMaterial container now correctly returns generic material
...
CURA-2236
2016-09-05 12:01:05 +02:00
Jaime van Kessel
dd1effdb81
Reset all transformations now also resets object above buildplate
...
CURA-2233
2016-09-02 14:27:18 +02:00
Jaime van Kessel
bbcd43ef01
Reset all translations now ensures that model is right on top of buildplate
...
CURA-2233
2016-09-02 14:23:05 +02:00
Jaime van Kessel
aa83b6834b
Removed unused decorator
2016-09-02 13:43:28 +02:00
Jaime van Kessel
73b9a142d2
Auto generate name now works if base_name is empty string
...
CURA-2220
2016-09-02 11:42:14 +02:00
Jaime van Kessel
3df1eb00da
Added some extra checks when changing quality profiles
...
Contributes to ultimaker/cura#960
2016-09-02 10:56:27 +02:00
Jaime van Kessel
3f5d7b0f53
One at a time mode now adds platform adhesion to convex hulls
...
CURA-403
2016-09-01 15:42:00 +02:00
Jaime van Kessel
7d8b3dfa51
One at a time now uses correct shapes to push free again
...
CURA-403
2016-09-01 15:41:23 +02:00
Simon Edwards
a2f478f2ad
Fix for "Creating two profiles causes the names to become messed up"
...
CURA-2220
2016-09-01 13:49:29 +02:00
fieldOfView
fa3464901e
Only show prime tower disabled area when the prime tower is enabled
...
CURA-2152
2016-09-01 13:03:50 +02:00
Jaime van Kessel
6ff258d7e0
Single extrusion machines now show correct values for profiles in tab
...
CURA-2214
2016-08-31 14:52:41 +02:00
Jaime van Kessel
2c8b9290f8
Made checking if inheritance is allowed more explicit
...
CURA-2108
2016-08-31 11:41:33 +02:00
fieldOfView
82f6f20bc1
Restore profiles overview for single extrusion printers
...
CURA-2214
2016-08-30 16:42:41 +02:00
fieldOfView
5cd3cfca45
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-08-30 16:26:33 +02:00
fieldOfView
f7f4aa7659
Activate another profile when the user cancel out of generating a new profile
...
CURA-2220
2016-08-30 16:26:21 +02:00
Jaime van Kessel
fbbbdb61e3
Merge branch 'feature_material_inheritance' of github.com:Ultimaker/Cura
2016-08-30 16:05:10 +02:00
Jaime van Kessel
dcbf7b5a35
When unable to find quality for material, we also use inherited files (if any) to resolve it
...
CURA-2108
2016-08-30 16:01:21 +02:00
fieldOfView
b09e8bb1c9
Use active quality(-changes) name when creating a new profile
...
CURA-2220
2016-08-30 15:56:53 +02:00
Jaime van Kessel
0a811b2164
Added more logging to changing of containers
...
CURA-2108
2016-08-30 15:42:37 +02:00
fieldOfView
e79694178c
Update for readability
...
CURA-2214
2016-08-30 15:11:50 +02:00
Jaime van Kessel
91c11ee0fc
Merge branch 'feature_listmodel_setitems' of github.com:Ultimaker/Cura
2016-08-30 11:08:57 +02:00
Jaime van Kessel
4c61c66a4b
Changing profiles now also forces defocus of setting fields
...
CURA-2180
2016-08-30 11:02:33 +02:00
Jaime van Kessel
f85f7cb62c
Filter certain settings based on stack type in profile tab
...
CURA-2214
2016-08-30 10:47:32 +02:00
Jaime van Kessel
821c915ce6
Imported profiles are now directly set as dirty so they are saved to storage upon exit
...
CURA-2099
2016-08-30 09:49:07 +02:00
Jaime van Kessel
d711a510dd
Merge branch 'master' of github.com:Ultimaker/Cura
2016-08-29 16:50:42 +02:00
Jaime van Kessel
432377a075
Per object setting now defaults to first extruder instead of active
...
CURA-2189
2016-08-29 16:47:32 +02:00
Jack Ha
191a318df6
ContainerRegistry only getInstance once.
2016-08-29 16:44:37 +02:00
Jaime van Kessel
9a753680e7
Setting pane now uses correct profiles to display setting values
...
CURA-2185
2016-08-29 16:18:15 +02:00
Jaime van Kessel
3d41e25a4e
Fixed setting visibility if a parent setting is not settable per extruder but it's relations are
...
This fix also removes the hack to ensure that use_support was set correctly.
Fixes CURA-2202
2016-08-29 13:43:42 +02:00
fieldOfView
b343649131
Use ListModel.setItems() instead of appending one item at a time
...
setItems sets the items to a (presorted) list of items instead of adding items one by one and then sorting the list. This way if an update to the model causes a signal storm at least it happens only once for an update.
Specifically this reduces switching to a dual extrusion printer by half.
Contributes to CURA-2193
2016-08-29 13:43:02 +02:00