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
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2021-01-21Fix wrong import.Remco Burema
2021-01-21Properly retrieve snapshot (now made on slice).Remco Burema
Circumvents the snapshot/thumbnail not working when the focus is not on the main window, even if the thread is main. This was an issue when writing a file to Digital Factory becasue that workflow uses a modal window. Thanks for the idea Jelle!
2021-01-21Make a snapshot on slice instead of write.Remco Burema
In some cases, UFP-writing is going to be done when the OpenGL-context is off the main window. This doesn't work. That unfortunately also goes for this commit, but it's a work in progress.
2021-01-20Add TODO comment to explain the commenting out of the snapshotKostas Karmas
CURA-7865
2021-01-20Comment out the generation of the snapshotKostas Karmas
While generating UFP files from outside the main thread, the snapshot generation crashes Cura due to the OpenGL context. To avoid that, for the time being, we comment out the generation of the snapshot. CURA-7865
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-07-06Fix coding styleKostas Karmas
CURA-6915
2020-07-03Merge remote-tracking branch ↵Nino van Hooff
'origin/CURA-6915_identify_objects_on_buildplate' into CURA-6915_identify_objects_on_buildplate
2020-07-03Use DepthFirstIterator to get all descendant NodesNino van Hooff
CURA-6915
2020-07-03Apply suggestions from code review Nino van Hooff
CURA-6915 Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-07-03Write group content metadata for ufp exportNino van Hooff
CURA-6915
2020-07-02Exclude non-printing nodes from ufp exportNino van Hooff
CURA-6915
2020-07-01Apply suggestions from code review Jaime van Kessel
Fix the codestyle CURA-6915
2020-06-30Revert "Revert "Write a list of object names to the global metadata of ufp ↵Nino van Hooff
files"" Was accidentally committed to master, now on a separate branch CURA-6915 This reverts commit f660755b
2020-06-30Revert "Write a list of object names to the global metadata of ufp files"Nino van Hooff
This was accidentally committed to master This reverts commit 67836851
2020-06-30Write a list of object names to the global metadata of ufpNino van Hooff
files CURA-6915
2020-06-05Use newer extruderList rather than deprecated extruders propertyGhostkeeper
Done during Turbo Testing and Tooling.
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-04-09Catch OSError when actually writing the UFP streamGhostkeeper
This includes getting an error message when we don't have write access any more or when the file was deleted or connection lost while we were writing to it. Fixes Sentry issue CURA-GX.
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-24Fix merge conflicts with masterLipu Fei
2019-09-24Add extra exception handling for UFPwriterJaime van Kessel
2019-09-13Don't use material groups to find just the root containerGhostkeeper
Just look it up in the container registry. If you know the ID, this look-up is just a dictionary look-up as well. Contributes to issue CURA-6600.
2019-09-13Fix typing of applicationGhostkeeper
Because CuraApplication has the getMachineManager() function and such, not UM.Application. Discovered during work on CURA-6600.
2019-08-15Replace deprecated .getContainer() calls with .containerRemco Burema
part of CURA-6600
2019-03-21Change the comment of the UFP mimetype to the correct descriptionJaime van Kessel
2019-01-31Prevent UFP writer from crashing if the base file of a material can not be foundJaime van Kessel
Another issue found in the crash reports
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-10-04[CURA-5775] The snaphot-creation of the UFP-writer should only be called ↵Remco Burema
when writing to UFP-files.
2018-09-27Move MIME type declarations into constructors of readersGhostkeeper
So that if you disable the plug-in, the MIME type declaration is also not added. Fixes #4151.
2018-08-30Merge pull request #4283 from Ultimaker/CURA-5555_ufp_material_profileLipu Fei
Add materil xml file to UFP file
2018-08-29Add call_on_qt_thread to UFPWriter.write()Lipu Fei
CURA-5555
2018-08-29Fix adding materials in UFPLipu Fei
CURA-5555 Need to use getContainer() for a MaterialNode.
2018-08-29Fix adding materials in UFPLipu Fei
CURA-5555 - Store materials in virtual path "/Materials" - Correct material relationship type - Add origin for material relationship - Use MaterialManager instead of ContainerRegistry to get materials - Other minor changes
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-08-27Catch erros and open the write stream only if the material cointaner is foundAleksei S
CURA-5555
2018-08-24Add materil xml file to UFP fileAleksei S
CURA-5555
2018-08-21.ufp should also not show up in recent files since it's a gcode formatRemco Burema
2018-08-03Add some extra information when the Cura can't write the files.Diego Prado Gesto
2018-05-08Added MimeTypeDatabase for UFP extensionAleksei S
CURA-5323
2018-02-05Gracefully handle missing libCharonfieldOfView
2018-02-05CURA-4425 the thumbnail now crops correctlyJack Ha
2018-02-01Fix importsGhostkeeper
Needs to be a capital letter now. Also remove the unused one (the kitty is no longer there). Contributes to issue CURA-4872.
2018-01-31CURA-4425 first thumbnail in UFP file; updated CuraSceneModel and PreviewPassJack Ha
2018-01-31Use streaming open functionGhostkeeper
This way we can actually write the result to the correct stream rather than opening a random file separately (which was placeholder). Contributes to issue CURA-4872.
2018-01-31Add origin to thumbnail relationGhostkeeper
This thumbnail is now about the g-code, so let the relation say that. Contributes to issue CURA-4872.