Jaime van Kessel
f7d0bcd0d4
Prevent modifier meshes from blocking one at a time slicing
...
CURA-6030
2019-05-20 14:40:41 +02:00
Jaime van Kessel
8fb3a73c3a
Use boundingBoxChanged signal to recompute convex hull
...
The boundingbox is the signal we should be listening for, since it does the same as the
previous ones (and more!). This also fixes the issue that group nodes didn't get their
convex hull set correctly on first creation
CURA-6416
2019-04-08 09:40:38 +02:00
Jaime van Kessel
aac82a0852
Merge branch '4.0' of github.com:Ultimaker/Cura
2019-01-23 11:18:27 +01:00
Remco Burema
aae06fe0fa
Prevent calculations with brim width larger than build-plate. [CURA-6094]
2019-01-21 17:47:13 +01:00
Ghostkeeper
1b7b302f42
Fix some typos
2019-01-15 17:31:51 +01:00
Diego Prado Gesto
77703e1fb8
Catch an exception from numpy that happens when loading some models
2018-12-11 09:58:23 +01:00
Jaime van Kessel
93bd5fee53
Fix wrong push free shadow for one at a time.
...
It was applying the size twice. CURA-5822
2018-11-16 13:44:46 +01:00
Lipu Fei
3f1e0cc610
Fix delayed convex hull recomputation
...
CURA-5896
If the current tool operation is still active, we need to delay the
convex hull recomputation after the tool becomes inactive.
2018-11-05 14:25:18 +01:00
Jaime van Kessel
dabe747ec0
Merge branch 'CURA-5744-move-oauth-login' of github.com:Ultimaker/Cura
2018-10-03 13:25:09 +02:00
Lipu Fei
7ae6800a14
Fix imports in QualityManager
2018-09-28 14:01:28 +02:00
Remco Burema
a68a591c18
Correct typo leading to infinite recursion.
2018-09-28 13:07:18 +02:00
Jaime van Kessel
3b70e5eb6b
Fix typing
...
For some reason, my MyPy started acting up once I started using the PythonPath while calling it.
2018-09-27 20:01:55 +02:00
Jaime van Kessel
d7901907af
Fix typing
2018-09-27 15:37:08 +02:00
Jaime van Kessel
b58c01400b
Updated typing & documentation
2018-09-27 15:28:53 +02:00
Jaime van Kessel
d83241f13a
Add missing typing to number of decorators
2018-09-27 14:29:09 +02:00
Jaime van Kessel
a8fc6aabcc
Switch incorrect usage of getMachineExtruders to getActiveExtruderStacks
2018-09-07 16:27:56 +02:00
Lipu Fei
bd47dfef75
Revert "Revert "Merge pull request #4203 from Ultimaker/CURA-5538-fix-one-at-a-time-order-2""
...
This reverts commit 89ed2bcff80a7a414f77c455baa0023c631eae7c.
2018-08-13 11:23:10 +02:00
Ian Paschal
89ed2bcff8
Revert "Merge pull request #4203 from Ultimaker/CURA-5538-fix-one-at-a-time-order-2"
...
This reverts commit 82e1a7c5fc43a12d1498779d392286c6e49ee4ea, reversing
changes made to 1915659393b72f7e4d4dbd9b73e92b8a665efcdc.
2018-08-10 11:45:25 +02:00
Lipu Fei
95481b8560
Fix print order for one-at-a-time mode
2018-08-06 17:23:01 +02:00
Jack Ha
e3dd7a449d
CURA-5090 speedups by using qtimers on updating mostly visual elements
2018-03-14 16:09:59 +01:00
Ghostkeeper
502332ee3e
Revert "Account for getConvexHullTransformedVertices returning None"
...
This reverts commit 564a97d5a80545f5eebdc63de7c48a1a435ad2ea.
2018-01-05 09:17:02 +01:00
Ghostkeeper
63f7902fca
Revert "Simplify code flow a bit"
...
This reverts commit 2c45efb70de003b431707aadfc2a3cb37e4dc39c.
2018-01-05 09:16:03 +01:00
Ghostkeeper
2c45efb70d
Simplify code flow a bit
...
Use if branches for the unhappy flow, so that it's clear that this behaves as an early-out. This also prevents the need for declaring variables out of scope, which is not an issue with Python anyway.
2018-01-04 17:23:43 +01:00
Ghostkeeper
564a97d5a8
Account for getConvexHullTransformedVertices returning None
...
It returns None if there are no vertices.
2018-01-04 17:20:57 +01:00
ChrisTerBeke
08322d0a5e
Move all decorators in the scene subfolder
2018-01-03 15:09:19 +01:00