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-10-04Add intent and quality fields to slice metadataCURA-9719c.lamboo
CURA-9719
2022-10-03[CURA-9688] Fix View Printers in Digital FactoryMariskaMaas
Send the user to the welcome page instead of the printjobs page to get a more comprehensive overview coming from the monitor page.
2022-10-03Disable "Remove Raft Inside Corners" setting by defaultc.lamboo
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Add a circle to the background of the refresh buttonc.lamboo
Be more consistent with rest of UI. CURA-9677
2022-09-30Revert LaterJoey de l'Arago
This is a hack for beta release
2022-09-30Update conandata.yml5.2.0-betaJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-30Update conandata.ymlJoey de l'Arago
2022-09-29Revert "Enable zigzag instead of the lines paatern on the skin layers. This ↵c.lamboo
improves print speed and quality. I used to decrease bridging quality, but due to enabling experimental bridging in the print profiles this can now be used." This reverts commit 863e1ecbae19644384e484cf88a3b4e0ae4a86aa.
2022-09-29Add beta versionJoey de l'Arago
2022-09-29Merge pull request #13394 from Ultimaker/CURA-8416_upgrade_scipyJoey de l'Arago
[CURA-8416] upgrade scipy to 1.9.1
2022-09-28Not building with prerelease-string if none present.Remco Burema
2022-09-28Not building with prerelease-string if none present.CURA-8416_upgrade_scipyRemco Burema
2022-09-28Prevent building with prerelease-string if none present.Remco Burema
2022-09-28Prevent building with prerelease-string if none present.Remco Burema
2022-09-28Put links in change-log for critical issues.Remco Burema
2022-09-28Upgrade SciPy to 1.9.1Remco Burema
This _should_ fix a bug where Cura crashes due to a username with non-latin characters in Windows. This is due to the creation and removal of temporary files by SciPy, which on Windows, happens in the users' folder. CURA-8416
2022-09-28Merge pull request #13390 from Ultimaker/v52-beta_changelogRemco Burema
5.2-beta changelog
2022-09-28Changelog updates: suggestions from 'code' review.Remco Burema
Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
2022-09-28Update SDK to 8.2.0 for release 5.2Remco Burema
2022-09-27Update changelog: Style and small fixes.v52-beta_changelogRemco Burema
2022-09-27Update change-log: Remove at-signs before contributors.Remco Burema
2022-09-27Update change-log to better reflect guest-type accounts.Remco Burema
2022-09-27Changelog for 5.2-beta (draft v2).Remco Burema
2022-09-23Able to force 'prerelease'-version information.5.2.99Remco Burema
2022-09-23Revert "Should be able to run a build for VnV (testing)."Remco Burema
This reverts commit 827ef072bd1a40b6d59a6e3f576950c6f9bfebee.
2022-09-23Should be able to run a build for VnV (testing).Remco Burema
2022-09-23Merge pull request #13360 from Ultimaker/CURA-9678_print_job_same_last_uploadCasper Lamboo
[CURA-9678] Duplicate print jobs sent to cloud
2022-09-23Disconnect signal on deletion of CloudOutputDeviceJoey de l'Arago
CURA-9678
2022-09-23Duplicate print jobs were being sent when printing via cloud from abstract ↵Joey de l'Arago
printers. This was due to the connect function not being called on the CloudOutputDevice used to print on the cloud. This function is only called when it becomes an active printer (AbstractCloudOutputDevice is the active printer instead now). The fix is to always listen for signals to reset the print job even when not the active printer. I've chosen different signals now so there is not too much spam on the reset function. The BackendStateDone signal catches new slices. The SceneChanged signal catches ufp files being loaded (These do not trigger BackendState changes) CURA-9678
2022-09-22Merge pull request #13354 from Ultimaker/settings_visibility_Cura-9433Jaime van Kessel
Update_expert_settings_visibility_Cura-9433
2022-09-22Update_expert_settings_visibility_Cura-9433Vandresc
Added the new three children settings of Initial Layer Flow to Expert mode to match the parent.
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