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-21Ordered settings and fixed white spaces in formulas.PP-238_autogen_print_profilesPaul Kuiper
Relates to PP-238
2022-09-21Fix bug in monitor pageCURA-9412_saving_with_no_material_failsc.lamboo
In commit b7fd75b2dd202f2516f9188e342eccc8a15ae6ab the component with id `printerTypeSelectorRow` was removed. As the `tabBar` element was anchored to this component the monitor page was broken. Fixed by anchoring to the component that was previously above `printerTypeSelectorRow`. CURA-9665
2022-09-21Revert "Auto generated print profiles. They settings will be reordered and ↵Remco Burema
some of the profile names have changed with the "" - Experimental" tag if the isExperimental flag was set." This reverts commit 4785371f26b0722c2abf585b43054ed5baacb41a.
2022-09-20Fix description of wall_x_material_flow_layer_0Jaime van Kessel
CURA-9433
2022-09-20Revert "Pp 230 enable conical support (#13295)"Jaime van Kessel
This reverts commit 47b414a4ae287311b7dba359de6b7eff9452b4cd.
2022-09-20Merge pull request #13304 from Ultimaker/CURA-9278_UI_UX_FixesVandresc
UI / UX fixes for printer selection card
2022-09-19Merge remote-tracking branch 'origin/main'Paul Kuiper
2022-09-19Auto generated print profiles. They settings will be reordered and some of ↵Paul Kuiper
the profile names have changed with the "" - Experimental" tag if the isExperimental flag was set. Related to: PP-238
2022-09-19Merge pull request #13330 from Ultimaker/CURA-9433_Initial_layer_flow_settingsCasper Lamboo
Add initial layer flow settings
2022-09-19Apply suggestions from code review Jaime van Kessel
CURA-9433 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-09-19Add initial layer flow settingsJaime van Kessel
CURA-9433
2022-09-16Fix refresh of ChoosePrinterDialog not workingCURA-9278_UI_UX_FixesJaime van Kessel
CURA-9278
2022-09-16Ensure that alignment is as set in the designJaime van Kessel
CURA-9278
2022-09-16Increase size of print button for selector cardJaime van Kessel
CURA-9278
2022-09-16Fix spacing between extruders in selector cardJaime van Kessel
CURA-9278
2022-09-16Remove broken UI elementJaime van Kessel
Seems to have been broken since the move to 5.x...
2022-09-16Fix crash when duplicating a model when in one at a time modeJaime van Kessel
CURA-9647
2022-09-16Add some Renkforce Machines (#12598)goofoo3d
Add goofoo, renkforce printf Co-authored-by: laiqiqi <laiqiqi886@163.com>
2022-09-16Versioning fix: Patch was not reset when minor was bumped.Remco Burema
2022-09-15Grab focus when the dialog is hiddenJaime van Kessel
This ensures that all components in the loader lose the focus and thus trigger an update CURA-9523
2022-09-15Update the settings for cremaker as suggested in #12511Jaime van Kessel
2022-09-15Merge pull request #13222 from NOVAXIM/patch-1Jaime van Kessel
Update anycubic_mega_zero.def.json
2022-09-15Merge branch 'patch-1' of github.com:xPakrikx/CuraJaime van Kessel
2022-09-15Pp 230 enable conical support (#13295)Paul Kuiper
Enable conical support settings for ultimaker profiles. Promote conical support out of experimental. Increase minimum diameter from 5 to 10mm. Relates to PP-230 and CURA-6710
2022-09-15Remove unneeded overides from vivedino profileJaime van Kessel
2022-09-15Fix version number for vivedino printersJaime van Kessel
2022-09-15Merge branch 'vivedino_add_printers' of github.com:jim-edwards/CuraJaime van Kessel
2022-09-15Bump up version number of quality profilesJaime van Kessel
2022-09-15Merge branch 'PP-195_Improve_bridging' of github.com:Ultimaker/CuraJaime van Kessel
2022-09-15Fix codestyle formatting issue in ultimaker.def.jsonJaime van Kessel
2022-09-15Merge branch 'PP-243-cleanup-raft-settings' of github.com:Ultimaker/CuraJaime van Kessel
2022-09-15Merge branch 'main' of github.com:Naxecorp/CuraJaime van Kessel
2022-09-14Merge branch 'per-object-autodropdown' of github.com:Piezoid/CuraJaime van Kessel
2022-09-14Put back the speed_wall_x for UM2+CJaime van Kessel
2022-09-14Restore incorrectly removed settingsJaime van Kessel
Something went wrong here, it removed the wrong defaults...
2022-09-14Merge pull request #13288 from Ultimaker/CURA-9535_require_networkxJelle Spijker
[CURA-9535] Some trimesh operations require networkx
2022-09-14changed retraction amount from 0.5 to 0.2Jordan
2022-09-14Some trimesh operations require networkx, add as required.CURA-9535_require_networkxRemco Burema
Seems networkx itself is low on dependencies itself. It does require some optional ones for e.g. it's linalg sub-package, but those are numpy and scipy, which we already have. Cura part of CURA-9535
2022-09-13Merge remote-tracking branch 'origin/5.1'Remco Burema
2022-09-13Merge pull request #13209 from Ultimaker/CURA-9224_approver_settings_jsonJaime van Kessel
[CURA-9224] Approver settings json
2022-09-13keep default_valuePP-195_Improve_bridgingRijk van Manen
2022-09-13Merge branch 'CURA-9224_approver_settings_json' of github.com:Ultimaker/Cura ↵Jaime van Kessel
into CURA-9224_approver_settings_json
2022-09-13Remove unused functionJaime van Kessel
CURA-9224
2022-09-13Move CreateFlattendContainerInstance to InstanceContainerJaime van Kessel
It didn't really belong in the stack builder, as it's not a containerstack CURA-9224
2022-09-13restructure raft airgapPP-243-cleanup-raft-settingsRijk van Manen
No values are changed, but the settings are restructured. The PVA airgap is moved to fdm_materials. Inconsistent use of equations is also resolved. PP-243
2022-09-13increase fan speed over raftRijk van Manen
The top surface of the raft is printed with default fan speed, while the base is printed with the fan off. PP-243
2022-09-13set raft acceleration to defaultRijk van Manen
Rafts have only straight lines, no need for modified acceleration. PP-243
2022-09-13cleanup raft speedsRijk van Manen
raft base speed is only 15mm/s to avoid extreme flows. The raft surface speed equals the top/bottom speed, so the raft surface has a flow equal to the top/bottom flow. The raft interface is again the average of the surface and the base. PP-243
2022-09-13Update formattingJaime van Kessel
CURA-9224
2022-09-13Remove unused importJaime van Kessel
CURA-9224