Rijk van Manen
27d56d378e
improve initial layer settings
...
ultimaker.def.json is also cleaned and put in alphabetic order.
Ultimaker 2 and original are kept mostly as they were, since they are not tested. PP-42
2022-10-06 16:11:04 +02:00
Jaime van Kessel
3bb448c483
Merge pull request #13480 from Ultimaker/PP-260-notify-on-print-profile-change
...
Notify PP&M on Print Profile Change
2022-10-06 10:29:52 +02:00
Joey de l'Arago
1f7679b331
Default to creating the installer
2022-10-06 10:01:06 +02:00
Rijk van Manen
d6d7eef054
Notify PP&M on Print Profile Change
...
To avoid print profile changes for ultimaker printers going unnoticed a github action is set up.
PP-260
2022-10-05 14:55:49 +02:00
Jelle Spijker
6a03ae9e9c
Use run-name to show version and actor
...
New functionality which should help clarify which run is which.
https://github.blog/changelog/2022-09-26-github-actions-dynamic-names-for-workflow-runs/
2022-10-05 07:43:25 +02:00
jelle Spijker
9ef927d747
Fix bump up version
2022-10-04 13:38:19 +02:00
jelle Spijker
c98614e2e1
Fix release is pushed to branch and not tagged
2022-10-04 13:11:07 +02:00
jelle Spijker
95faab7eb9
Fix release is pushed to branch and not tagged
2022-10-04 12:58:45 +02:00
jelle Spijker
328cff594a
Also bump up version after beta release
2022-10-04 12:36:10 +02:00
jelle Spijker
01357dd7fe
PR's a tagged with 5.3.0-alpha
2022-10-04 12:01:08 +02:00
jelle Spijker
3dd2d146e7
Make sure a tag is a release version
2022-10-04 12:00:09 +02:00
Joey de l'Arago
e854ee6a3c
Fix reference to version properties that don't exist.
...
version.prerelease does not exist, swapped this out for version.pre.
There is no "+" inside prerelease (ie "-alpha"), this was probably being confused with the build version ( ie. +testing_120). Both "+" and "-" are removed from these values so I have prepended "_internal" to the build number instead.
2022-10-03 11:35:46 +02:00
Joey de l'Arago
ed48fd2e82
Update conanfile.py
2022-10-03 10:58:50 +02:00
Joey de l'Arago
d505e6980c
Update conan-recipe-version.yml
2022-09-30 13:49:45 +02:00
Joey de l'Arago
3d2f6bbfe4
Update conan-recipe-version.yml
2022-09-30 13:47:50 +02:00
Joey de l'Arago
d7db09d96d
Update conan-recipe-version.yml
2022-09-30 13:46:02 +02:00
Joey de l'Arago
51b3c338da
Update conan-recipe-version.yml
2022-09-30 13:44:36 +02:00
c.lamboo
b81b7c8c63
Revert "Update conandata.yml"
...
This reverts commit 3da50c0ee00fb2e8e42fe1cab72766440b0f3e3c.
2022-09-30 10:34:22 +02:00
Joey de l'Arago
3da50c0ee0
Update conandata.yml
2022-09-30 10:25:44 +02:00
Jaime van Kessel
c44e4f7414
Merge branch 'PP-238_autogen_print_profiles' of github.com:Ultimaker/Cura
2022-09-27 13:37:51 +02:00
c.lamboo
61065ce46d
Add a circle to the background of the refresh button
...
Be more consistent with rest of UI.
CURA-9677
2022-09-26 11:23:17 +02:00
Jaime van Kessel
f52a9ad0fe
Add missing return
...
CURA-9663
2022-09-26 10:25:42 +02:00
Jaime van Kessel
ea16597dd6
Merge branch 'machine-actions-improvement' of github.com:julianCast/Cura
2022-09-26 10:22:18 +02:00
Jaime van Kessel
8e59503b35
Merge pull request #13361 from sashashura/patch-1
...
GitHub Workflows security hardening
2022-09-23 13:56:59 +02:00
Alex
7e218bef8b
build: harden conan-package.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-23 13:22:49 +02:00
Alex
6213c95bbc
build: harden unit-test.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-09-23 13:11:23 +02:00
Julian
df16108938
Fixes for better decorators using pyqtProperty
2022-09-23 11:49:30 +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
Paul Kuiper
3665227c5a
Ordered settings and fixed white spaces in formulas.
...
Relates to PP-238
2022-09-21 14:35:19 +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