Commit graph

350 commits

Author SHA1 Message Date
Ghostkeeper
3042b6af5f
Rename skirt size to bed adhesion size
Because it concerns not only the skirt, but also the brim and raft (and X/Y offset but I didn't include that in the name).

Contributes to issue CURA-1678.
2016-07-22 17:06:35 +02:00
Ghostkeeper
d4f96ab62d
Rename setting skirt_line_width to skirt_brim_line_width
Also updated the description. Because this concerns not only the skirt, but also the brim.

Contributes to issue CURA-1678.
2016-07-22 17:00:30 +02:00
Jack Ha
612bb39680 Compensated build volume bbox and scale_to_max_bounds with raft_thickness.
Rework of CURA-1707
2016-07-20 11:36:32 +02:00
Jack Ha
a9aa46e32b Fixed prime location due to definition -> stack change. 2016-07-19 11:04:29 +02:00
Jack Ha
0bf037a160 Solved merge conflict 2016-07-19 10:27:59 +02:00
Jack Ha
3bcd96533f Finished making visible raft plane.
CURA-1707
2016-07-19 10:25:03 +02:00
Jack Ha
b3837fbafd Raft thickness lowers the build volume.
CURA-1707
Now adding more visuals for better UX.
2016-07-18 16:02:24 +02:00
Jack Ha
9eade0707b Added prime locations to machine_disallowed_areas.
CURA-1811
2016-07-13 11:14:15 +02:00
Jack Ha
2798b73d32 Also display build volume message _onGlobalContainerStackChanged
CURA-1787
2016-07-11 15:12:08 +02:00
Jack Ha
9efc2ee973 Added message when switching to one_at_a_time.
CURA-1787
2016-07-11 13:36:23 +02:00
Simon Edwards
fd42a43270 Merge branch 'master' into simple_convex_hull
Conflicts:
	cura/BuildVolume.py
	cura/ConvexHullDecorator.py
	cura/ConvexHullJob.py
	cura/CuraApplication.py
2016-06-21 14:47:10 +02:00
Thomas Karl Pietrowski
c38e31f0e3 BuildVolume: Remove worthless line
Just a small clean up. skirt_size was initialized twice.
2016-06-11 13:21:52 +02:00
Simon Edwards
be145d02b3 Updated the cura code for removal of MeshBuilder.getMesh().
Contributes to CURA-1504
2016-05-24 20:42:21 +02:00
Simon Edwards
a109396c0d Update to handle the removal of MeshData.setCenterPosition and MeshData.setVertexUVCoordinates().
Contributes to CURA-1504
2016-05-19 22:08:10 +02:00
Arjen Hiemstra
b621958098 Fix uses of getValue after its removal from Uranium API 2016-05-18 16:45:44 +02:00
Jaime van Kessel
a5f8546d69 Fixed cases where getValue was still used.
We now use getProperty instead

CURA-1278
2016-05-18 16:29:57 +02:00
Simon Edwards
43747f3f57 Fix up BuildVolume's override of the AABB.
Contributes to CURA-1504
2016-05-12 13:12:44 +02:00
Jaime van Kessel
5fdd0e8156 BuildVolume no longer crashes when width/height/depth is None
CURA-1278
2016-05-10 14:34:07 +02:00
Jaime van Kessel
04f1e8d27c Renames to from activeStack to global stack
CURA-1278
2016-05-10 11:16:35 +02:00
Jaime van Kessel
dbd2c911ce Renamed active containerstack to global containerstac
Cura-1278
2016-05-10 10:34:02 +02:00
Jaime van Kessel
c0c24f1f70 BuildVolume now uses StackContainer
CURA-1278
2016-05-10 09:36:48 +02:00
Jaime van Kessel
97d16ae3bd Update documentation & code cleanup 2016-04-08 14:26:28 +02:00
Ghostkeeper
0684cee681 Merge branch '2.1'
Conflicts:
	resources/machines/fdmprinter.json
	resources/machines/innovo-inventor.json
	resources/profiles/general/High+Quality.cfg
	resources/profiles/general/Low+Quality.cfg
	resources/profiles/general/Normal+Quality.cfg
	resources/profiles/general/Ulti+Quality.cfg
	resources/profiles/ultimaker2+/pla_0.4_high.curaprofile
2016-04-04 18:49:09 +02:00
Jaime van Kessel
fdb951ffe6 Changed silly typo
No issue number, but this *needs* to be in 2.1
Signed off by Jaime & Ruben
2016-04-01 16:33:33 +02:00
Jaime van Kessel
99de21fba7 Setting one at a time mode now decreases size of build volume
CURA-1245 CURA-1224
2016-03-25 10:59:11 +01:00
Jaime van Kessel
eeb2c0454a Build volume now uses linecount for disallowed areas
CURA-1152
2016-03-17 15:51:36 +01:00
Thomas-Karl Pietrowski
115d5dceae Removing more unneeded imports 2016-03-14 17:26:21 +01:00
fieldOfView
6e11c2409b Use working profile instead of "active" profile 2016-02-08 09:20:46 +01:00
Jaime van Kessel
be79358f0b Fixed scale to max (forgot to substract & add skirt size)
CURA-435
2016-01-07 17:28:01 +01:00
Jaime van Kessel
ea53709481 Fixed missing default for BuildVolume 2016-01-05 17:17:42 +01:00
Jaime van Kessel
aeef5b0b1b Hacked some stuff to build volume.
Fixes CURA-435
2016-01-04 15:33:11 +01:00
Arjen Hiemstra
dc467b50ce Verify that we have a value before using it
Contributes to CURA-446
2015-12-15 14:03:57 +01:00
Arjen Hiemstra
3e0a06e7ee Render the grid a bit below 0, so we avoid some z fighting artifacts 2015-12-14 13:57:31 +01:00
Arjen Hiemstra
7e87f2d1ce Update with the changed default for backface culling 2015-12-14 13:56:32 +01:00
Arjen Hiemstra
7395f37efe Update BuildVolume and ConvexHullNode to use new API 2015-12-14 13:56:32 +01:00
Tim Kuipers
5009ac99e6 retrieve brim_width instead of brim_line_count * skirt_line_width (CURA-550) 2015-12-08 10:51:07 +01:00
Arjen Hiemstra
9267b517d6 Fix coding style issues 2015-11-27 16:53:32 +01:00
Arjen Hiemstra
33d0db8ed5 Add xy_offset setting to list of settings that trigger a disallowed area update
Contributes to CURA-138
2015-11-06 11:59:11 +01:00
Arjen Hiemstra
d5bd39cc3b Also account for "xy_offset" setting for the disallowed areas
Contributes to CURA-138
2015-11-05 13:47:35 +01:00
Arjen Hiemstra
4c0b4ae870 Double check that the active instance and profile are set before updating disallowed
Contributes to CURA-138
2015-10-29 13:54:26 +01:00
Arjen Hiemstra
fe9e35c062 Remove invalid line that causes exceptions on startup
Contributes to CURA-138
2015-10-29 11:48:05 +01:00
Arjen Hiemstra
a660296768 Use the skirt size to expand the disallowed area size and add disallowed areas for the borders
CURA-138 #Ready-for-Review
2015-10-27 15:26:04 +01:00
Jaime van Kessel
476533b416 Merge pull request #310 from fieldOfView/fix_buildvolume_brokenprofile
Fix crash when a profile cannot be loaded
2015-09-02 15:03:05 +02:00
Arjen Hiemstra
5aa95f1258 Use the active machine instance for Build Volume 2015-09-01 15:06:03 +02:00
fieldOfView
b3cb24f76a Fix crash when a profile cannot be loaded, which caused the width & height of the buildvolume to be set to None 2015-09-01 15:03:22 +02:00
Arjen Hiemstra
09cfda095b Convert the last bits over to the changed API 2015-08-11 17:02:17 +02:00
Tamara Hogenhout
c4b923eb74 Sets the platform activity on true when a model is loaded
Also solved a problem with deleteSelection trigger

contributes to #128
2015-07-10 17:52:15 +02:00
Arjen Hiemstra
8ca0e8eef2 Account for skirt size and disallowed areas to set the scale to max size
Contributes to Asana issue 37107676459484
2015-06-25 13:53:33 +02:00
Arjen Hiemstra
367b8791ae Render the build platform grid as a single sided plane
This allows us to look at objects from beneath the object.

Also fixes #14
2015-06-03 20:29:53 +02:00
Arjen Hiemstra
ae71c309ac Move src to cura so we can use the same package for installed and source
Contributes to #41
Contributes to #42
2015-05-18 15:03:42 +02:00
Renamed from src/BuildVolume.py (Browse further)