Joey de l'Arago
cbadf50f4d
Add beta version
2022-09-29 12:57:10 +02:00
Joey de l'Arago
2905cf8b15
Merge pull request #13394 from Ultimaker/CURA-8416_upgrade_scipy
...
[CURA-8416] upgrade scipy to 1.9.1
5.2.101
2022-09-29 10:05:57 +02:00
Remco Burema
6953ff9019
Not building with prerelease-string if none present.
2022-09-28 17:56:49 +02:00
Remco Burema
91c6f17bb3
Not building with prerelease-string if none present.
2022-09-28 17:40:47 +02:00
Remco Burema
f1250514ef
Prevent building with prerelease-string if none present.
2022-09-28 17:22:18 +02:00
Remco Burema
237b671e0c
Prevent building with prerelease-string if none present.
2022-09-28 17:21:31 +02:00
Remco Burema
224f51bdab
Put links in change-log for critical issues.
2022-09-28 16:59:48 +02:00
Remco Burema
17462d274b
Upgrade SciPy to 1.9.1
...
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-28 16:15:32 +02:00
Remco Burema
e8967d2bb6
Merge pull request #13390 from Ultimaker/v52-beta_changelog
...
5.2-beta changelog
2022-09-28 12:22:36 +02:00
Remco Burema
aab4723fe0
Changelog updates: suggestions from 'code' review.
...
Co-authored-by: Joey de l'Arago <joeydelarago@gmail.com>
2022-09-28 12:22:15 +02:00
Remco Burema
9a4500f847
Update SDK to 8.2.0 for release 5.2
2022-09-28 10:37:08 +02:00
Remco Burema
fb48c80ff9
Update changelog: Style and small fixes.
2022-09-27 17:25:58 +02:00
Remco Burema
5a15d973de
Update change-log: Remove at-signs before contributors.
2022-09-27 17:08:44 +02:00
Remco Burema
da8042fe20
Update change-log to better reflect guest-type accounts.
2022-09-27 17:05:00 +02:00
Remco Burema
73f05a3929
Changelog for 5.2-beta (draft v2).
2022-09-27 16:48:57 +02:00
Remco Burema
a94bd91085
Able to force 'prerelease'-version information.
2022-09-23 17:49:50 +02:00
Remco Burema
31e1577347
Revert "Should be able to run a build for VnV (testing)."
...
This reverts commit 827ef072bd1a40b6d59a6e3f576950c6f9bfebee.
5.2.99
2022-09-23 14:01:55 +02:00
Remco Burema
827ef072bd
Should be able to run a build for VnV (testing).
2022-09-23 13:28:13 +02:00
Casper Lamboo
1376d17d6c
Merge pull request #13360 from Ultimaker/CURA-9678_print_job_same_last_upload
...
[CURA-9678] Duplicate print jobs sent to cloud
2022-09-23 11:07:18 +02:00
Joey de l'Arago
39e3a18bf6
Disconnect signal on deletion of CloudOutputDevice
...
CURA-9678
2022-09-23 10:50:26 +02:00
Joey de l'Arago
c729b87f3c
Duplicate print jobs were being sent when printing via cloud from abstract 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-23 10:32:03 +02:00
Jaime van Kessel
ecf38b23bd
Merge pull request #13354 from Ultimaker/settings_visibility_Cura-9433
...
Update_expert_settings_visibility_Cura-9433
2022-09-22 13:49:31 +02:00
Vandresc
296175d83b
Update_expert_settings_visibility_Cura-9433
...
Added the new three children settings of Initial Layer Flow to Expert mode to match the parent.
2022-09-22 13:40:08 +02:00
c.lamboo
2440730e23
Fix bug in monitor page
...
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-21 11:23:05 +02:00
Remco Burema
836764a237
Revert "Auto generated print profiles. They settings will be reordered and some of the profile names have changed with the "" - Experimental" tag if the isExperimental flag was set."
...
This reverts commit 4785371f26b0722c2abf585b43054ed5baacb41a.
2022-09-21 08:09:40 +02:00
Jaime van Kessel
d8f304ca49
Fix description of wall_x_material_flow_layer_0
...
CURA-9433
2022-09-20 14:13:00 +02:00
Jaime van Kessel
d64b07d11f
Revert "Pp 230 enable conical support ( #13295 )"
...
This reverts commit 47b414a4ae287311b7dba359de6b7eff9452b4cd.
2022-09-20 13:43:02 +02:00
Vandresc
428e78f36f
Merge pull request #13304 from Ultimaker/CURA-9278_UI_UX_Fixes
...
UI / UX fixes for printer selection card
2022-09-20 10:28:31 +02:00
Paul Kuiper
634ceb984b
Merge remote-tracking branch 'origin/main'
2022-09-19 17:27:21 +02:00
Paul Kuiper
4785371f26
Auto generated print profiles. They settings will be reordered and some of the profile names have changed with the "" - Experimental" tag if the isExperimental flag was set.
...
Related to: PP-238
2022-09-19 17:26:56 +02:00
Casper Lamboo
e0e4231d4d
Merge pull request #13330 from Ultimaker/CURA-9433_Initial_layer_flow_settings
...
Add initial layer flow settings
2022-09-19 17:22:32 +02:00
Jaime van Kessel
ac804389f6
Apply suggestions from code review
...
CURA-9433
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-09-19 17:18:09 +02:00
Jaime van Kessel
a53c9636af
Add initial layer flow settings
...
CURA-9433
2022-09-19 13:08:13 +02:00
Jaime van Kessel
1dc42cb69a
Fix refresh of ChoosePrinterDialog not working
...
CURA-9278
2022-09-16 14:39:36 +02:00
Jaime van Kessel
017560480a
Ensure that alignment is as set in the design
...
CURA-9278
2022-09-16 14:34:36 +02:00
Jaime van Kessel
614ab8ee7a
Increase size of print button for selector card
...
CURA-9278
2022-09-16 14:30:06 +02:00
Jaime van Kessel
681d33de81
Fix spacing between extruders in selector card
...
CURA-9278
2022-09-16 14:29:34 +02:00
Jaime van Kessel
b7fd75b2dd
Remove broken UI element
...
Seems to have been broken since the move to 5.x...
2022-09-16 13:54:56 +02:00
Jaime van Kessel
90fae7ddb4
Fix crash when duplicating a model when in one at a time mode
...
CURA-9647
2022-09-16 13:28:40 +02:00
goofoo3d
d6bc4067f9
Add some Renkforce Machines ( #12598 )
...
Add goofoo, renkforce printf
Co-authored-by: laiqiqi <laiqiqi886@163.com>
2022-09-16 10:14:03 +02:00
Remco Burema
a1b826c03c
Versioning fix: Patch was not reset when minor was bumped.
2022-09-16 09:28:42 +02:00
Jaime van Kessel
8e41a03c58
Grab focus when the dialog is hidden
...
This ensures that all components in the loader lose the focus and thus trigger an update
CURA-9523
2022-09-15 17:28:48 +02:00
Jaime van Kessel
ceb5fe75cf
Update the settings for cremaker as suggested in #12511
2022-09-15 16:36:42 +02:00
Jaime van Kessel
3ac31f410f
Merge pull request #13222 from NOVAXIM/patch-1
...
Update anycubic_mega_zero.def.json
2022-09-15 16:19:31 +02:00
Jaime van Kessel
0ef0703e5a
Merge branch 'patch-1' of github.com:xPakrikx/Cura
2022-09-15 16:06:51 +02:00
Paul Kuiper
47b414a4ae
Pp 230 enable conical support ( #13295 )
...
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-15 14:43:28 +02:00
Jaime van Kessel
8b67041418
Remove unneeded overides from vivedino profile
2022-09-15 14:39:57 +02:00
Jaime van Kessel
1bd6a34c6b
Fix version number for vivedino printers
2022-09-15 14:34:06 +02:00
Jaime van Kessel
b5677714a7
Merge branch 'vivedino_add_printers' of github.com:jim-edwards/Cura
2022-09-15 14:30:14 +02:00
Jaime van Kessel
8aefa7c60d
Bump up version number of quality profiles
2022-09-15 14:07:32 +02:00