Ghostkeeper
2721cde6f0
Fix _getSettingProperty up
...
Seems to work again now.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
edc6955162
Use per-mesh settings if it has them
...
For platform adhesion offset and that sort of thing, we now also listen to per mesh settings. It isn't yet re-computed when changing per-mesh settings though. I'm going to look how to do that next.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
6affb80189
Expand convex hull by horizontal expansion
...
The getSetting call doesn't seem to work at the moment, but the rest of the routine works if I replace the getSetting call with an actual value.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
dc80d50eb5
Remove unused value for extra_margin
...
Since the else clause below now raises an exception and all its if clauses define extra_margin, this initial value is now unused.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
6783b4b3ef
Fix function call to _getSettingProperty
...
Don't know who ever tested this...
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
61477078a4
Raise exception when encountering unknown build adhesion type
...
This is to warn future programmers when they add new build adhesion types.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Simon Edwards
bfa92b6b40
Correctly update the selected quality and quality changes after changing material.
...
Contributes to CURA-2451 Changing material does not update quality profile to correct profile
2016-09-27 17:09:04 +02:00
Ghostkeeper
ec26a45eb9
Spelling in documentation
...
This must be the Latin form.
Contributes to issue CURA-2407.
2016-09-27 16:36:07 +02:00
Ghostkeeper
b1c49d0a91
Infill Wipe Distance belongs to moves from the wall
...
Was a copy-paste mistake, I think.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Ghostkeeper
433f7ce53f
Separate out pieces that contribute to the disallowed border
...
This makes it much more clear which settings contribute to the border in what way.
Also fixes the border size definitely.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Ghostkeeper
1daa71c0ec
Raise exception when encountering unknown bed adhesion
...
This fails explicitly when the bed adhesion is unknown, so that any programmer who adds bed adhesion or changes existing bed adhesion enum values will get notified as quickly as possible that this build volume calculation should be updated as well.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Ghostkeeper
c4d3fa7fc7
Rename skirt_size to border_size
...
It is not only about the skirt, but about other things like travel avoid distance as well.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Ghostkeeper
f7e8340235
Rename bed_adhesion_size to disallowed_border_size
...
It is the size of the border around the build volume that is disallowed, which is more generic than just the size of the bed adhesion. This edge is not only for bed adhesion.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Ghostkeeper
743ac85b99
Rename _getBedAdhesionSize to _getEdgeDisallowedSize
...
This function is not only about the bed adhesion, but also about the other things that require space around meshes but are not part of the collision box.
Contributes to issue CURA-2407.
2016-09-27 16:36:06 +02:00
Jaime van Kessel
4d2a69a932
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-27 15:24:55 +02:00
Jaime van Kessel
c93f5dc8ac
QualitySettingsModel now uses right metadata entry for filtering
...
CURA-2452
2016-09-27 15:24:27 +02:00
Simon Edwards
c902fef372
Removed a dead line.
...
Contributes to CURA-2320 Filtering Quality-Changes profiles on material?
2016-09-27 14:16:25 +02:00
Jaime van Kessel
5a49457bfe
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-27 14:13:34 +02:00
Jaime van Kessel
829d341f7f
When import multi extrusion profile, they now all get the same name
...
CURA-2462
2016-09-27 14:13:06 +02:00
Simon Edwards
4bb6ddaf28
Correctly update the quality profiles in the extruders when changing quality changes, taking the different materials into account.
...
Contributes to CURA-2320 Filtering Quality-Changes profiles on material?
2016-09-27 14:11:19 +02:00
Jaime van Kessel
960a390350
Ensure that the correct properties get set for writing profiles to g-code
...
CURA-2462
2016-09-27 14:05:56 +02:00
Jaime van Kessel
9e47a87375
If no quality container can be found, use empty instead
...
CURA-2462
2016-09-27 13:26:44 +02:00
Jaime van Kessel
a43713e27f
Offset distances are now not added, but used if they are larger
...
CURA-2407
2016-09-27 11:09:14 +02:00
Jaime van Kessel
5ac609edc9
Settings are now obtained from right extruder
...
CURA-2407
2016-09-27 09:36:04 +02:00
Jaime van Kessel
dccf18c4e7
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-26 17:23:20 +02:00
Jaime van Kessel
8e07a94d68
Use the right settings for wipe & avoid distances
...
CURA-2407
2016-09-26 17:22:49 +02:00
Jack Ha
962381be59
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-26 16:06:47 +02:00
Jack Ha
e038016ead
Comment. CURA-2232, CURA-2274
2016-09-26 16:06:36 +02:00
Jaime van Kessel
87b0063266
Ooze & draft shield distances are now only used if greater than brim / skirt
...
CURA-2407
2016-09-26 13:51:42 +02:00
Jack Ha
f3f1bf664a
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-26 11:26:13 +02:00
Jack Ha
1cc5d699c4
Update build volume (including prime tower visualization) after quality change. CURA-2274 and CURA-2232
2016-09-26 11:26:03 +02:00
fieldOfView
3d7680a983
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-26 10:58:57 +02:00
fieldOfView
3d61b7fb75
Prevent signal storm when changing a property
...
Contributes to CURA-2429
2016-09-26 10:58:15 +02:00
Jack Ha
4547cfe504
Introduced resolveOrValue which fixes resolvement with dependencies for the most part. CURA-2232
2016-09-26 10:37:44 +02:00
Aldo Hoeben
281f9e18a3
Merge pull request #994 from Ultimaker/optimise_machine_switch
...
Speed up switching between multiextrusion machines
2016-09-23 12:01:17 +02:00
Jaime van Kessel
0b6c196659
Moved getAllExtruderValues to extruder manager
...
CURA-2407
2016-09-22 16:36:27 +02:00
Jaime van Kessel
e0109a1857
Infill wipe distance and travel avoid distance are now also taken into account
...
CURA-2407
2016-09-22 16:00:18 +02:00
Jaime van Kessel
2820ef6236
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-22 15:42:43 +02:00
Jaime van Kessel
4141a87887
BuildVolume now takes the extra line by extra extruders into account
...
CURA-2407
2016-09-22 15:42:04 +02:00
fieldOfView
10af3ee5ab
More defensive coding to prevent division by zero
...
CURA-2443
2016-09-22 15:16:39 +02:00
Jaime van Kessel
4e3384e640
Merging with groups no longer causes devision by zero
...
CURA-2443
2016-09-22 14:33:01 +02:00
Jaime van Kessel
7a85430f70
Merging no longer crashes if node has no meshdata
...
CURA-2443
2016-09-22 14:25:00 +02:00
Jaime van Kessel
4792aadc3a
Platform collision no longer crashes if node has no parent
...
CURA-2443
2016-09-22 14:11:44 +02:00
fieldOfView
847d6429d0
Speed up switching between multiextrusion machines
...
ExtruderManager.addMachineExtruders is supposed to create a cache, but this cache was always rebuilt because of an indentation error.
2016-09-22 13:49:18 +02:00
Simon Edwards
983e963dd3
Fix for deleting quality changes profiles.
...
Contributes to CURA-2414 Quality changes profiles are created incorrectly
2016-09-22 11:59:03 +02:00
fieldOfView
fef1cfb5e8
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-22 11:23:06 +02:00
fieldOfView
170a689b59
Select the correct preferred variant for multiextrusion printers
...
CURA-2424
2016-09-22 11:22:54 +02:00
Simon Edwards
8cbe410e34
Fix for creating profiles via the Create button.
...
Contributes to CURA-2414 Quality changes profiles are created incorrectly
2016-09-22 11:07:25 +02:00
fieldOfView
57cd7f43db
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-21 21:22:00 +02:00
fieldOfView
9300489796
Shade layerview elements printed with non-active extruder(s)
...
CURA-2025
2016-09-21 21:21:20 +02:00