Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-06SceneNode settings use native python typesMaël Kerbiriou
2022-09-01use automatic drop down setting from SceneNodeSettingsMaël Kerbiriou
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
Conflicts: cura/PlatformPhysics.py -> Removed shapely on master, while QTimer import got updated to Qt6. plugins/Toolbox -> Entire folder is deleted in master, but it was updated to Qt6 here. This can all be removed.
2022-01-03Merge branch 'CURA-8592_python_3.10' of github.com:Ultimaker/Cura into ↵Ghostkeeper
CURA-8592_python_3.10
2022-01-03Remove references to ShapelyGhostkeeper
This has been replaced with PyClipper so we don't need to import Shapely any more. Clipper doesn't give any exceptions as far as I know. Contributes to issue CURA-8592.
2021-12-31Remove traces of ShapelyGhostkeeper
It's been replaced by Pyclipper. We were only importing Shapely here, not actually using it. Contributes to issue CURA-8592.
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-04-07Don't crash on moving empty groups down to build plateGhostkeeper
Empty groups don't have a bounding box. I don't know how an empty group could've gotten there but maybe there is something happening with a plug-in or something. Fixes Sentry issue CURA-FM.
2020-03-26Catch TopologicalError when calculating convex hull intersectionGhostkeeper
Apparently this can happen. I don't know what shapes this happens with though. I'm guessing it's got something to do with degenerate shapes. Fixes Sentry issue CURA-DZ.
2019-11-08Use QtApplication instead of ApplicationJaime van Kessel
In live code it doesn't cause problems, but the static checker found it
2019-08-06Drop down to buildplate after resize (fix).Remco Burema
CURA-6686
2019-08-02Move comments to be above the right bit of codeJaime van Kessel
2019-05-17No longer create convex hulls for modifier meshesJaime van Kessel
CURA-6030
2019-04-24Revert "Fix crash when moving the support eraser"Lipu Fei
This reverts commit 3a195e9678513c8b8b09f341da6746e746b8f9a3. CURA-6480
2019-04-24Fix crash when moving the support eraserLipu Fei
CURA-6480
2019-02-19Increase agressiveness of short circuit logic; Just check if the node is ↵Jaime van Kessel
slicable That should also filter out platform, buildVolume and convexHulLNodes
2018-06-11Do not move locked nodesLipu Fei
CURA-5347
2018-05-23Merge branch 'master' into WIP_improve_initializationDiego Prado Gesto
2018-05-23CURA-5388 disable automatic_push_free / Ensure models are kept apart by defaultJack Ha
2018-05-11CURA-5164 The Preferences is not a singleton class anymore since in some pointDiego Prado Gesto
several instances need to be created. - In the ThreeMFWorkspaceReader we need to create some temporal instances of Preferences that makes it not singleton anymore. - The current preferences are kept in the Application class and so all the calls to the preferences are changed to get the preferences from Application. - The method getInstance in Preferences is kept as deprecated since some external plugins.
2018-03-16Parent added meshes to the parent node instead of creating a groupfieldOfView
This requires a small change in PlatformPhysics, or otherwise the added mesh would still drop down.
2018-03-13Only trigger platform physics update if the node has meshdataJaime van Kessel
2018-01-23Revert "Simplify check for _outside_buildarea"Lipu Fei
This reverts commit 5c8d46b5c2ff27ff32bfc8e27451d3f8764accf8.
2018-01-23Revert "Do boundary checks on nodes for which the boundary check is unknown"Lipu Fei
This reverts commit 27e441ecd9642530b5b8f8fe949cff152d54dcba.
2018-01-23Do boundary checks on nodes for which the boundary check is unknownGhostkeeper
Just before deciding whether to drop down the node on the build plate. Contributes to issue CURA-4797.
2018-01-23Simplify check for _outside_buildareaGhostkeeper
There is a getter function that has a default if the attribute doesn't exist. Contributes to issue CURA-4797.
2018-01-12Use isinstance() instead or issubclass()Lipu Fei
CURA-4525
2018-01-04Simplify temp_scale_factor assignmentLipu Fei
CURA-4672
2018-01-04Fix code styleLipu Fei
CURA-4672
2018-01-04Remove unused codeLipu Fei
CURA-4672
2018-01-03Move all decorators in the scene subfolderChrisTerBeke
2018-01-03Also move other operations into operations subfolderChrisTerBeke
2018-01-03CURA-4525 solved merge conflictsJack Ha
2017-12-28Code style: Space around binary operatorGhostkeeper
Contributes to issue CURA-4672.
2017-12-28Code style: Space after binary operatorGhostkeeper
Contributes to issue CURA-4672.
2017-12-22Prvent integer infinitive value after arranging all modelsAleksei S
CURA-4672
2017-12-22Set minimum distance between modelsAleksei S
CURA-4672
2017-12-21Only push aways other objects if they are printing meshesLipu Fei
CURA-4705
2017-12-21Fix platform physics not working across different build plates. CURA-4525Jack Ha
2017-12-21Fix push free. CURA-4525Jack Ha
2017-12-21Fixed platform physics. CURA-4525Jack Ha
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-18fixes for reverting 11ebdf730389eca66bafc37be7c6a741c5641f46ChrisTerBeke
2017-09-18Remove loggingChrisTerBeke
2017-09-18CURA-4269 added a flag to determine wether auto drop should be executed or notChrisTerBeke
2017-09-14remove unused Logger importChrisTerBeke
2017-09-14CURA-4269 disable auto-drop for first time loaded models from project filesChrisTerBeke
2017-04-07Only push free nodes inside buildplateJaime van Kessel
2017-03-30WIP Solved stash apply. CURA-3610Jack Ha