Ghostkeeper
257aff7c00
Fix license reference
...
This file belongs to Cura.
Contributes to issue CURA-2248.
2016-09-30 11:43:33 +02:00
Ghostkeeper
9c4c4ebce2
Apply support expansion to platform adhesion and shields
...
Platform adhesion and shields all go around the support, the expanded support. Support expansion is almost like an expansion of the mesh itself, except that infill wipe distance and such don't apply to it.
Contributes to issue CURA-2407.
2016-09-30 11:04:22 +02:00
Simon Edwards
8c8cd86a08
Quality changes didn't have the right extruder ID set in some situations.
...
CURA-2414 Quality changes profiles are created incorrectly
2016-09-29 20:54:09 +02:00
Simon Edwards
cd45ef496b
Handle materials which don't have any quality profiles of their own. Moved the quality_type computation code into the QualityManager.
...
Contributes to CURA-2477 Profile menu should only contain valid options for all materials
2016-09-29 16:39:30 +02:00
fieldOfView
3982dc2046
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-29 16:05:32 +02:00
fieldOfView
4fbd82cb6d
Create name that conflicts with neither quality or quality changes
...
The same method is used when creating/duplicating profiles
CURA-2478
2016-09-29 16:05:20 +02:00
Jaime van Kessel
cd265c1136
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-29 14:45:16 +02:00
Jaime van Kessel
d4bb0d4a0b
Only use profile reader if extension matches with filename
...
CURA-2462
2016-09-29 14:44:34 +02:00
Jack Ha
8934555bd6
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-29 14:09:54 +02:00
Jack Ha
03c66e6e62
use resolveOrValue for adhesion_type. contributes to CURA-2232
2016-09-29 14:09:19 +02:00
Jaime van Kessel
3d8336449f
Fixed renaming of quality_changes
...
CURA-2479
2016-09-29 14:07:52 +02:00
Jaime van Kessel
6b323dff01
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-29 13:56:40 +02:00
Jaime van Kessel
02232f7ca6
Added loging if we could not find profile to rename
...
CURA-2479
2016-09-29 13:56:14 +02:00
fieldOfView
39a005d7e5
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-29 13:48:42 +02:00
fieldOfView
040f49e474
Fix cases where there is no "normal" quality
...
CURA-2494
2016-09-29 13:48:23 +02:00
Ghostkeeper
4ab7ea5c0f
Account for support offset in disallowed border
...
It is similar to travel avoid distance.
Contributes to issue CURA-2407.
2016-09-29 12:47:10 +02:00
Ghostkeeper
47b9fbc447
Add helper function for getting setting from support extruder
...
This splits up the helper function we already had, to prevent code duplication.
Contributes to issue CURA-2407.
2016-09-29 12:47:10 +02:00
Ghostkeeper
d8fe9462dd
Remove property-parameter from calls where it is 'value'
...
That is the default value for the argument anyway. Makes the code more legible.
Contributes to issue CURA-2407.
2016-09-29 12:47:10 +02:00
Ghostkeeper
2e3937dd56
Rename _getSettingProperty to _getSettingFromAdhesionExtruder
...
This opens up the way for other methods to get settings from different extruders.
Contributes to issue CURA-2407.
2016-09-29 12:47:10 +02:00
Simon Edwards
2742a4ef65
Show the correct list of qualities and quality change profiles.
...
Contributes to CURA-2248 Duplicated profile not shown in the profile manager list
2016-09-29 12:34:46 +02:00
Simon Edwards
4a85ee85c1
Update the model when something changes in the global stack.
...
Contributes to CURA-2477 Profile menu should only contain valid options for all materials
2016-09-29 12:27:04 +02:00
fieldOfView
bee955327b
Fix quality profile selection for printers that should use generic quality
...
Fixes CURA-2489, contributes to CURA-2477
2016-09-29 12:04:05 +02:00
Ghostkeeper
f435dcd896
Document parameters of _offsetHull
...
Makes it clear that the input is a Polygon instance, not a Numpy array.
Contributes to issue CURA-2407.
2016-09-29 09:32:43 +02:00
Jaime van Kessel
b0c20eafbd
Prime colission now blocks slicing
...
CURA-2375
2016-09-28 16:50:13 +02:00
Jaime van Kessel
78b052f66c
Only start change timer if there is a global stack
2016-09-28 16:41:04 +02:00
Simon Edwards
062611a92a
Handle the startup situation where there is no global stack. Fixed a bug where the wrong stack was used instead of the first extruder.
...
Contributes to CURA-2477 Profile menu should only contain valid options for all materials
2016-09-28 15:56:10 +02:00
Jaime van Kessel
7b7c161d93
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-28 15:20:59 +02:00
Simon Edwards
a7c58c33f7
Fixed up the profiles menu to handle multiple extruders better.
...
Contributes to CURA-2477 Profile menu should only contain valid options for all materials
2016-09-28 15:15:18 +02:00
Jaime van Kessel
3de4d4987c
Prime positions now also intersect with oneother
...
CURA-2375
2016-09-28 15:14:38 +02:00
fieldOfView
299d05fa71
Prepend extruder id to extruder quality profiles
...
extruder quality profiles are not shown to the user, so the prepended extruder id is never visible. This way imported profiles behave the same way as normally created profiles.
CURA-2478
2016-09-28 14:23:29 +02:00
fieldOfView
54d07ae29b
Fix error when no machine is active
2016-09-28 14:20:58 +02:00
Jaime van Kessel
bf1cfe9e7e
Importing profile now works again if profile name already existed
...
CURA-2478
2016-09-28 12:02:33 +02:00
Ghostkeeper
608c442bb9
Fix remaining merge conflict
...
Must've done something wrong? No, it's they who are wrong!
Contributes to issue CURA-2407.
2016-09-28 11:53:03 +02:00
Ghostkeeper
4fc30615ab
Remove forgotten unused function
...
This function is now in the Polygon class in Uranium.
Contributes to issue CURA-2407.
2016-09-28 11:50:38 +02:00
Ghostkeeper
777a89ce46
Don't offset border with Horizontal Expansion any more
...
This is now done in the convex hull of the mesh itself.
Contributes to issue CURA-2407.
2016-09-28 11:50:38 +02:00
Ghostkeeper
7c573e3c29
Recompute convex hull if xy_offset changes
...
With room for more settings.
Contributes to issue CURA-2407.
2016-09-28 11:48:07 +02:00
Ghostkeeper
0bcc8f9a5d
Rename _roundHull to _offsetHull
...
And a few variables that had a similar name. This better reflects the new function of this method.
Contributes to issue CURA-2407.
2016-09-28 11:48:07 +02:00
Ghostkeeper
f3afcb1b36
Document _roundHull
...
The code documentation is generalised and moved to the function documentation.
Contributes to issue CURA-2407.
2016-09-28 11:48:06 +02:00
Ghostkeeper
aa69c1beee
Re-use _roundHull method
...
This code was duplicated.
Contributes to issue CURA-2407.
2016-09-28 11:48:06 +02:00
Ghostkeeper
5f2533e8a4
Also apply horizontal expansion on normal rounding
...
Might have to rename this function later.
Contributes to issue CURA-2407.
2016-09-28 11:48:06 +02:00
Ghostkeeper
622233bfd8
Remove duplicate code for creating circle approximations
...
This code is now in the Polygon class, so we can re-use it.
Contributes to issue CURA-2407.
2016-09-28 11:48:06 +02:00
Ghostkeeper
18d67dc552
Move generating approximated circle to Polygon class
...
This is not specific to the build volume. It's more of a Polygon thing. Moved to Uranium.
Contributes to issue CURA-2407.
2016-09-28 11:48:06 +02:00
Jaime van Kessel
ed9a7da17e
Ensure that name abbreviation is correctly set when creating jobname
...
CURA-2469
2016-09-28 11:39:52 +02:00
Simon Edwards
fe41098f1f
Duplicate and Remove profile were recently broken in the cross fire. Fixed again.
...
Contributes to CURA-2320 Filtering Quality-Changes profiles on material?
2016-09-28 10:57:26 +02:00
Jaime van Kessel
01d479e521
Updated documentation
...
CURA-2375
2016-09-28 09:42:00 +02:00
Jaime van Kessel
603a0a10d6
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-28 09:37:07 +02:00
Jaime van Kessel
9f1dd325bb
Prime tower area is now also drawn in error mesh
...
CURA-2375
2016-09-28 09:36:43 +02:00
Jaime van Kessel
799cb51c2e
Prime area's can now also be blocked by disallowed area's
...
CURA-2375
2016-09-28 09:22:14 +02:00
Ghostkeeper
2bdb388ad5
Improve documentation
...
This makes it more clear when that variable is -1.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00
Ghostkeeper
2721cde6f0
Fix _getSettingProperty up
...
Seems to work again now.
Contributes to issue CURA-2407.
2016-09-27 17:41:37 +02:00