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 (Expand)Author
2022-04-13Fix thumbnail creationJaime van Kessel
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-06-07Catch EnvironmentError when writing to UFP filesGhostkeeper
2021-06-07Catch correct exceptionsGhostkeeper
2021-01-21Fix wrong import.Remco Burema
2021-01-21Properly retrieve snapshot (now made on slice).Remco Burema
2021-01-21Make a snapshot on slice instead of write.Remco Burema
2021-01-20Add TODO comment to explain the commenting out of the snapshotKostas Karmas
2021-01-20Comment out the generation of the snapshotKostas Karmas
2020-07-06Fix coding styleKostas Karmas
2020-07-03Merge remote-tracking branch 'origin/CURA-6915_identify_objects_on_buildplate...Nino van Hooff
2020-07-03Use DepthFirstIterator to get all descendant NodesNino van Hooff
2020-07-03Apply suggestions from code review Nino van Hooff
2020-07-03Write group content metadata for ufp exportNino van Hooff
2020-07-02Exclude non-printing nodes from ufp exportNino van Hooff
2020-07-01Apply suggestions from code review Jaime van Kessel
2020-06-30Revert "Revert "Write a list of object names to the global metadata of ufp fi...Nino van Hooff
2020-06-30Revert "Write a list of object names to the global metadata of ufp files"Nino van Hooff
2020-06-30Write a list of object names to the global metadata of ufpNino van Hooff
2020-06-05Use newer extruderList rather than deprecated extruders propertyGhostkeeper
2020-04-09Catch OSError when actually writing the UFP streamGhostkeeper
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
2019-09-13Fix typing of applicationGhostkeeper
2019-08-15Replace deprecated .getContainer() calls with .containerRemco Burema
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
2018-10-04[CURA-5775] The snaphot-creation of the UFP-writer should only be called when...Remco Burema
2018-09-27Move MIME type declarations into constructors of readersGhostkeeper
2018-08-29Add call_on_qt_thread to UFPWriter.write()Lipu Fei
2018-08-29Fix adding materials in UFPLipu Fei
2018-08-29Fix adding materials in UFPLipu Fei
2018-08-27Catch erros and open the write stream only if the material cointaner is foundAleksei S
2018-08-24Add materil xml file to UFP fileAleksei S
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-02-05CURA-4425 the thumbnail now crops correctlyJack Ha
2018-02-01Fix importsGhostkeeper
2018-01-31CURA-4425 first thumbnail in UFP file; updated CuraSceneModel and PreviewPassJack Ha
2018-01-31Use streaming open functionGhostkeeper
2018-01-31Add origin to thumbnail relationGhostkeeper
2018-01-29Use new open_streamGhostkeeper
2018-01-29Return true after successfully writing the fileGhostkeeper
2018-01-29Rename file_type parameter to relation_typeGhostkeeper
2018-01-26Close archive after writingGhostkeeper
2018-01-26Fix opening kitty fileGhostkeeper
2018-01-26Close streams before opening the nextGhostkeeper
2018-01-26Use virtual_path parameter instead of targetGhostkeeper
2018-01-26Convert g-code to bytes before writing it to archiveGhostkeeper