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-04-13Fix thumbnail creationJaime van Kessel
CURA-9120
2022-04-13Add extra warnings if it failed to create snapshotJaime van Kessel
CURA-9120
2021-12-28Search/replace Qt5->Qt6.Remco Burema
part of upgrading Qt to v6.2: CURA-8591
2021-12-02Ensure that opengl context is available when creating a snapshotJaime van Kessel
CURA-8723
2021-07-30Part of fix for crash on context menu open + click on slice.Remco Burema
See also the backend (Uranium) fix/PR (needed for this to work properly). If the context menu is opened over the slice button, then it _may_ on some cases (on Windows) fail on the creation of the snapshot. Within this fix, the snapshot is then still not created, but at least it doesn't crash any more. (Also the snapshot _will_ be there if a reslice is done.) part of CURA-8412
2021-04-07Fix mypy issues caused by numpy upgradeJaime van Kessel
2021-01-23Fix crash on open project from term or by file.Remco Burema
Opening a .3mf file or other project would cause a crash if the preference for always opening as a project (as opposed to importing models or 'always ask') was set. Traced back to a typo. CURA-7987
2021-01-22Fix camera not found on pre-slice snapshot/thumbnail.Remco Burema
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
Converted doxygen style comments to reStructuredText style in the files found in Cura/cura directory using the script dox_2_rst.py (provided in the Uranium repo). Comments were manually checked and changed if needed.
2019-09-24Add extra exception handling for UFPwriterJaime van Kessel
2019-06-06Increase the looking from offset so model doesn't get cut offJaime van Kessel
CURA-5965
2019-06-06Revert "Clean up snapshot code"Jaime van Kessel
This reverts commit 37b904a3c4859e1fb01fa68c59559373152cca3c.
2019-06-06Clean up snapshot codeJaime van Kessel
2019-06-04Simplify checkLipu Fei
CURA-6545
2019-05-29Ensure that objects outside build volume are not added to thumbnailJaime van Kessel
CURA-6545
2018-05-23Add non-thumbnail-visible flag for creating previewsLipu Fei
CURA-5373 Addition to the non-slicable meshes, the support meshes should also not be included in the previews.
2018-05-18Remove unnecessary code for taking snapshot for UFP fileAleksei S
CURA-5373
2018-05-18Do not show not printed models on snapshot for UFP filesAleksei S
CURA-5373
2018-03-14Fixed stupid mistake that made all snapshots be taken from the back of modelJaime van Kessel
2018-03-13Change default direction of snapshot, so robot looks in the same direction ↵Jaime van Kessel
as our beautifull logo; the ultibot
2018-02-08CURA-4931 Avoid creating a snapshot when there is no model in the ↵Diego Prado Gesto
buildplate. Since the writeStarted signal is catched by all the Writers, the createSnapshot method is triggered, but there is no scenenode in the buildplate to take a picture of, so the process is skipped
2018-02-07CURA-4425 remove resolution optimization, it does not work as expected and ↵Jack Ha
leaves a cropped image
2018-02-06CURA-4425 Remove print out messagesDiego Prado Gesto
2018-02-05CURA-4425 improve image quality for some models combined with some viewing ↵Jack Ha
angles
2018-02-05CURA-4425 the thumbnail now crops correctlyJack Ha
2018-02-01CURA-4425 scale image to full size; still has a bug that it is shifted ↵Jack Ha
vertically; still need to clean code
2018-02-01CURA-4425 Avoid adding the center bounding box. Revert some previous changes.Diego Prado Gesto
2018-02-01CURA-4425 Cleanup and small refactorDiego Prado Gesto
2018-02-01CURA-4425 fix multiple objects in snapshot; the AxisAlignedBox is supposed ↵Jack Ha
to be read-only
2018-01-31CURA-4425 first thumbnail in UFP file; updated CuraSceneModel and PreviewPassJack Ha