Commit graph

34356 commits

Author SHA1 Message Date
Jelle Spijker
096bdc43e5 Fixed typo 2023-02-23 13:24:30 +01:00
Remco Burema
48c2506492 Data stuck in cache causes grub issues.
grub issues -- hopefully temporary, until github fixed this -- disk (partition)used from last time is cached, but since this runs in the cloud, that's of course no longer valid on the next run
2023-02-23 13:16:31 +01:00
Remco Burema
310e27dc70 Data stuck in cache causes grub issues.
grub issues -- hopefully temporary, until github fixed this -- disk (partition)used from last time is cached, but since this runs in the cloud, that's of course no longer valid on the next run
2023-02-23 12:57:29 +01:00
jspijker
945fbbe474 add efibootmgr 2023-02-23 11:45:43 +01:00
jspijker
04f5aa04b8 Only update po on Windows 2023-02-23 10:57:20 +01:00
Remco Burema
53eda4f1cc
Merge pull request #14636 from Ultimaker/CURA-10183_fix_gcode
[CURA-10183] Fix G-Code reader crash
2023-02-23 10:02:11 +01:00
jspijker
422fd1a00b Add po files 2023-02-23 02:07:36 +01:00
jspijker
e3a347f47c build mo to LC_MESSAGES 2023-02-23 01:41:46 +01:00
jspijker
eec81bf027 using package folder during deploy 2023-02-23 00:57:44 +01:00
jspijker
e03888fd47 don't copy the cura_app during deplo 2023-02-23 00:38:42 +01:00
jspijker
b93c2ce56f copy cura_appy.py during generation to Script/bin 2023-02-22 23:56:27 +01:00
jspijker
818a00d4b4 copy cura_appy.py during generation to Script/bin 2023-02-22 23:33:09 +01:00
jspijker
adac0c52a2 copy cura_appy.py during generation to bin 2023-02-22 23:20:49 +01:00
jspijker
f2649bc7ce fix install path 2023-02-22 23:06:47 +01:00
jspijker
5ae711e7c8 change indent 2023-02-22 22:16:05 +01:00
jspijker
4a3c3df892 Fixed mo generating location 2023-02-22 22:14:03 +01:00
jspijker
88da5300ef Fixed paths 2023-02-22 21:52:25 +01:00
jspijker
4675ef8784 No log storing needed 2023-02-22 21:43:40 +01:00
jspijker
065e785e90 Fixing Paths
To custom for it
2023-02-22 21:43:28 +01:00
jelle Spijker
132fbe0e17 Fix building translations 2023-02-22 21:05:05 +01:00
jspijker
657e747d86 Revert "create the packages instead of install"
This reverts commit 47912789fd.
2023-02-22 20:21:05 +01:00
jelle Spijker
ed49a01fdc Move requirements out of conan_data
(cherry picked from commit 89ee82fa82)
2023-02-22 20:20:21 +01:00
jspijker
47912789fd create the packages instead of install 2023-02-22 18:13:43 +01:00
Joey de l'Arago
12ec61be1d Fix translations missing from build...maybe? 2023-02-22 17:39:11 +01:00
Joey de l'Arago
db51fa4274 Fix translations missing from build...maybe? 2023-02-22 17:11:39 +01:00
Joey de l'Arago
2c23221a9a Fix translations missing from build...maybe? 2023-02-22 17:08:58 +01:00
jspijker
89ee82fa82 Move requirements out of conan_data 2023-02-22 13:51:44 +01:00
Joey de l'Arago
2b7eca29af Continue if a printer has no active materials. This was causing a crash when loading the material combinations for a printer with two empty material slots.
CURA-10110
2023-02-22 13:43:06 +01:00
jspijker
f03cf50461 simplified headline of summary 2023-02-22 13:31:22 +01:00
jspijker
452b983fbb allow setting the user with the input 2023-02-22 13:23:46 +01:00
jspijker
66e698cc43 Use a summory to display the version data 2023-02-22 13:20:42 +01:00
jspijker
64ecc2118d Set the correct curaengine version for 5.3.0-beta.1 2023-02-22 12:41:29 +01:00
jspijker
8dfaca3752 Set the correct requirements for 5.3.0-beta.1 2023-02-22 12:15:17 +01:00
jspijker
a2b9922d80 Removed workaround for conflicting packages 2023-02-22 11:36:57 +01:00
jspijker
90b794d7dd Synced main workflows with 5.3.0 2023-02-22 10:58:57 +01:00
Joey de l'Arago
848b8e1398 Add try catch when fetching material diameter.
CURA-10183
2023-02-22 10:55:40 +01:00
jspijker
0da0cb67ba Pinned conan to version 1.56.0 2023-02-22 10:54:15 +01:00
MariMakes
27ccb88e64 Update changelog with fixes
Update changelog with fixes
2023-02-22 10:38:31 +01:00
highpower
7480056438 Update snapmaker2_dual.def.json
remove extra line left by the bot
2023-02-21 15:42:05 -08:00
jspijker
e43c451745 Fixed failing UT
These default_values don't work anymore,
since the values are set in fdm_printer
2023-02-21 16:23:38 +01:00
Remco Burema
cf922295db Try before the beta. After it's too late.
A lot was changed in support. The short of it is that we now think towers should be on by default, but aren't _completely_ certain about it. It makes more sense to do make this change before the beta rather than just before stable, so we have a chance to revert should it prove disastrous.
2023-02-21 15:43:12 +01:00
Rijk van Manen
79a9f254b1 disable support interface floor and bottom
CURA-10289 / PP-323
2023-02-21 15:00:50 +01:00
Rijk van Manen
d938d9f1c1 turn off minimum support area completely it is not helpful anymore.
CURA-10289 / PP-323
2023-02-21 14:59:08 +01:00
Jelle Spijker
6fabec2cc7
Merge pull request #14627 from Ultimaker/CURA-10289/PP-323-update-support-settings-based-on-latest-findings
Cura 10289/pp 323 update support settings based on latest findings
2023-02-21 12:00:48 +01:00
Rijk van Manen
0b6edce20a increase support horizontal expansion
We introduced a smoothing distance effectively introducing a negative horizontal expansion as well. So adding this smoothing distance to the horizontal expansion to compensate for this.

CURA-10289/PP-323
2023-02-21 11:57:24 +01:00
Rijk van Manen
e9634fa8d9 revert support join distance and tower diameter
We made it a bit too bulky, this is not useful anymore

CURA-10289/PP-323
2023-02-21 11:56:21 +01:00
jspijker
c382825cbc Bump up pyclipper to same version used by Uranium 2023-02-21 07:51:24 +01:00
jspijker
a2358277b1 Set arm64 architecture in UltiMaker-Cura.spec when compiling for M1
Contributes to #11841

Co-authored-by: "Justin F. Hallett" <thesin@southofheaven.org>
2023-02-21 07:48:22 +01:00
jspijker
bfed341d97 Do not limit hashes for Pyhton reqs
This will give community developers some
extra freedom when compiling on different
architectures and OSes.

Contributes to #11841

Co-authored-by: "Justin F. Hallett" <thesin@southofheaven.org>
2023-02-21 07:37:48 +01:00
highpower
f974ca467a fix typo 2023-02-20 21:50:16 -08:00