Jaime van Kessel
2335322381
Properly set background for AboutDialog
...
CURA-9402
2022-06-29 10:57:11 +02:00
Jaime van Kessel
91cd709b46
Properly set background for postprocessing plugin
...
CURA-9402
2022-06-29 10:56:08 +02:00
Ghostkeeper
03398f3275
Add more extensive descriptions for about page entries
...
The translators had lots of questions about these. So I'm adding more extensive descriptions for them for any future translators.
2022-06-29 10:31:35 +02:00
j.spijker@ultimaker.com
32ed0619b0
Set the runenv for deploy
...
Contributes to CURA-9365
2022-06-29 04:53:26 +02:00
j.spijker@ultimaker.com
aa43287c26
Only do package-export
...
Contributes to CURA-9365
2022-06-29 03:52:38 +02:00
Ghostkeeper
adeb9da356
Merge branch '5.1'
2022-06-28 17:53:24 +02:00
Ghostkeeper
f241638890
Add resolve function to Remove Raft Inside Corners
...
That way, an extruder profile can say that they want this.
If any extruder needs this setting enabled, it will be enabled for the whole print.
Done as a 5 minute fix.
2022-06-28 17:53:00 +02:00
j.spijker@ultimaker.com
5a61c4ea38
Fix uranium deploy
...
Contributes to CURA-9365
2022-06-28 16:57:54 +02:00
j.delarago
7700d01cf3
Fix implicitWidth binding loop.
...
CURA-8849
2022-06-28 16:39:25 +02:00
j.delarago
8761a476a6
Fix height binding loops
...
CURA-8849
2022-06-28 16:33:35 +02:00
Mehmet Sutaş
b7a13e6abc
Merge branch 'master' into Rigid3D
2022-06-28 16:42:39 +03:00
Mehmet Sutaş
5fbfbd0a7c
settings version correction
2022-06-28 16:36:07 +03:00
Mehmet Sutaş
09c0048576
Add monotonic update tpu & nylon temperatures
2022-06-28 16:24:17 +03:00
j.spijker@ultimaker.com
cdc8fd759b
Don't use CuraVersion.py options to calc package_id
...
The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py
which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`
Contributes to CURA-9365
2022-06-28 15:08:07 +02:00
j.spijker@ultimaker.com
0cea013e2f
Move venv creation to UMBaseConanfile
...
Contributes to CURA-9365
2022-06-28 15:07:01 +02:00
Rijk van Manen
c9b3f600d5
default ultimaker values result in warnings
...
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-28 14:28:14 +02:00
Rijk van Manen
cb07fefdf2
increase retract distance of PVA to default
...
PVA is stringing a lot due to the too small retract distance. This oozed material is causing under extrusion elsewhere, reducing the strength of the support. Too long retractions could cause reliability issues as well. However, since we reduced the number of retractions by ~40% for the smaller models (for bigger models it is ~0%, but then it is also not relevant since a lot of material is printed in between) with the new settings of PP-108 increasing the retract distance to 6.5mm is safe. PP-185
2022-06-28 14:03:01 +02:00
Rijk van Manen
fd0aaafe35
increase support horizontal expansion
...
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
2022-06-28 14:00:31 +02:00
Rijk van Manen
3eab1c221b
reduce minimum support xy distance
...
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
2022-06-28 13:58:45 +02:00
Remco Burema
c4422b87f9
Merge pull request #12599 from Ultimaker/CURA-9414
...
Don't show scary error message when saving custom file
2022-06-28 13:07:21 +02:00
Remco Burema
1872e54842
Message might be good for debugging.
...
Maybe at some point someone will ask wjy they don't get a message.
part of CURA-9414
2022-06-28 13:06:59 +02:00
j.spijker@ultimaker.com
da00707ead
Add requirements.txt as user_info
...
Something similar should be done for Uranium
Contributes to CURA-9365
2022-06-28 07:43:00 +02:00
j.spijker@ultimaker.com
705231d56a
Copy resources to to correct paths
...
Still WIP, but needs to be committed due to not copying sources (1gb saving)
Contributes to CURA-9365
2022-06-28 07:43:00 +02:00
c.lamboo
8a905fcb7d
Merge remote-tracking branch 'origin/CURA-9365_fix_building_cura_main' into CURA-9365_fix_building_cura_main
2022-06-27 15:47:03 +02:00
c.lamboo
a967462038
Add res folder to resource folder
...
CURA-9365
2022-06-27 15:39:48 +02:00
j.spijker@ultimaker.com
62aacc5946
Initial set-up of deploy functionality
...
Contributes to CURA-9365
2022-06-27 13:51:50 +02:00
Ghostkeeper
96192adce2
Catch wrong cloud responses when it responds with a new file name
...
It could happen if there are bugs in the cloud, e.g. if they strip special characters somewhere.
We'd want to know it if they do. But we also don't want Cura to crash if the remote connection is not reliable, or if there's changes/bugs in the future.
Fixes Sentry issue CURA-42F.
2022-06-27 11:30:38 +02:00
Casper Lamboo
fd09bcfb9b
Merge pull request #12476 from Ultimaker/CURA-9271
...
[CURA-9271] Build plate shrinks when using horizontal scaling shrinkage compensation
2022-06-27 09:09:37 +02:00
AnnaKang0219
1d5523bbd3
Add acceleration_infill & acceleration_wall
...
Add acceleration_infill & acceleration_wall
and modify speed_travel
2022-06-27 09:17:57 +08:00
Jelle Spijker
fab8598a05
Add numpy-stl to hidden-imports
...
Fixes #10696
Contributes to CURA-9365
2022-06-26 11:18:53 +02:00
Jelle Spijker
5090626144
Added python-utils and six to requirements
...
These are dependencies of numpy-stl
Contributes to CURA-9365
2022-06-26 11:14:59 +02:00
Jelle Spijker
ed9cdb6b34
Added Numpy-stl to requirements
...
Relates to GH issue #10696
TODO: double check if we need to specify it manualy for pyinstaller to collect
Contributes to CURA-9365
2022-06-26 10:55:29 +02:00
Jelle Spijker
ced7a6fde2
Added PyQt6-sip to requirements
...
Contributes to CURA-9365
2022-06-26 10:49:02 +02:00
j.spijker@ultimaker.com
815160f45f
Build CPython shared
...
Contributes to CURA-9365
2022-06-25 18:56:13 +02:00
j.spijker@ultimaker.com
5f6d59c63d
Only build Arcus, Savitar and pynest2d shared
...
Contributes to CURA-9365
2022-06-25 18:40:27 +02:00
naveen
7fcf876a91
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-06-25 00:31:53 +00:00
Casper Lamboo
651c0afa11
Merge pull request #12585 from Ultimaker/CURA-9412_saving_with_no_material_fails
...
[CURA-9412] Project file saving fails on printers without materials
2022-06-24 15:15:01 +02:00
j.delarago
41cc78af1a
Add at a minumum a very small border around the edges of the build plate. Otherwise models with shrinkage compensation (or any model with disallowed areas around it) can be placed so that the output model is off the build plate.
...
CURA-9271
2022-06-24 15:00:42 +02:00
c.lamboo
2c074fb7a3
Don't show scary error message when saving custom file
...
CURA-9414
2022-06-24 14:52:42 +02:00
j.delarago
9aaf59ae86
Suggested changes
...
CURA-9412
2022-06-24 14:29:50 +02:00
Jaime van Kessel
7685540709
Ensure that intents and variants are also copied from packages
...
Although we only really need the intents, it doesn't hurt to also include the variants.
No idea if we will ever need or use it, but we might as well add it now.
CURA-7667
2022-06-23 14:14:22 +02:00
j.spijker@ultimaker.com
30135072de
Compile cpython dependencies statically
...
Contributes to CURA-9365
2022-06-23 12:58:09 +02:00
j.spijker@ultimaker.com
f58389d599
Build on the current branch
...
for testing purposes
Contributes to CURA-9365
2022-06-23 09:27:34 +02:00
j.spijker@ultimaker.com
6fff497183
Use latest fdm_materials and cura_binary_data
...
Contributes to CURA-9365
2022-06-23 09:25:45 +02:00
j.spijker@ultimaker.com
35981219b1
sync workflow across repo's
...
Contributes to CURA-9365
2022-06-23 09:12:15 +02:00
j.spijker@ultimaker.com
06f6ce1eff
Only create alias on PR's
...
Contributes to CURA-9365
2022-06-23 07:36:58 +02:00
j.spijker@ultimaker.com
b0448006c1
Fix incomplete user/channel broadcast
...
Contributes to CURA-9365
2022-06-23 07:22:07 +02:00
j.spijker@ultimaker.com
1c7033f312
Add manual trigger for the workflow
...
This will only work once present on main branch
Contributes to CURA-9365
2022-06-23 07:10:56 +02:00
j.spijker@ultimaker.com
706d93fbd3
Cleaned up release/channel logic
...
Contributes to CURA-9365
2022-06-23 06:52:36 +02:00
j.spijker@ultimaker.com
2781725cea
Use latest alias
...
Contributes to CURA-9365
2022-06-22 19:18:04 +02:00