jspijker
16a3c3715e
Don't build with conan higher then 1.56
2023-02-23 15:39:17 +01:00
jspijker
6c7223f92b
Use latest stable packages
...
- uranium
- curaengine
- fdm_materials
2023-02-23 15:38:28 +01:00
Joey de l'Arago
6d96d69078
Merge pull request #14436 from Ultimaker/CURA_update_translations_with_new_empty_strings
...
Cura update translations with new empty strings
5.3.0-beta.2
2023-02-23 14:23:38 +01:00
Jelle Spijker
466297d06e
Bumped up pyinstaller version
2023-02-23 13:24:30 +01:00
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
jelle Spijker
ed49a01fdc
Move requirements out of conan_data
...
(cherry picked from commit 89ee82fa8223536aedfc791963907cd8faa7e296)
2023-02-22 20:20:21 +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
64ecc2118d
Set the correct curaengine version for 5.3.0-beta.1
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
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
5.3.0-beta
2023-02-22 10:38:31 +01: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
c.lamboo
1f1353802a
Prefill material sync file name
...
CURA-10174
2023-02-20 17:41:07 +01:00
Casper Lamboo
04c5f42cfd
Merge pull request #14567 from Ultimaker/CURA-10289/PP-323-improved-support-settings
...
CURA-10289/PP-323 improve support settings and properly enable them
2023-02-15 16:33:01 +01:00
Rijk van Manen
c6c9047757
reduce support join distance
...
We changed the support join distance, so a smaller value is now better.
CURA-10289/PP-323
2023-02-15 16:21:09 +01:00
rijkvanmanen
482d5d38b7
Applied printer-linter format
2023-02-15 12:55:28 +00:00
Rijk van Manen
35ad0ccb0d
improve support settings and properly enable them
...
As a result of all the support improvements we have done in CURA-10220 we would like to update the support settings.
CURA-10289 / PP-323
2023-02-15 13:54:09 +01:00
Casper Lamboo
f8d33d839b
Merge pull request #14526 from Ultimaker/CURA-10183_gcode_reader_wont_load_files
...
[CURA-10183] Catch error when loading gcode with more extruders than the current machine
2023-02-10 16:21:48 +01:00
Joey de l'Arago
ba63109d84
Catch error when loading gcode with more extruders than the current machine.
...
CURA-10183
2023-02-09 16:47:49 +01:00
Joey de l'Arago
8d6ab7aa30
Merge pull request #14525 from Ultimaker/PP-71_53_avoid-small-layer-temperature-to-be-lower-then-minimum_value
...
PP-71 avoid small layer temperature to be lower than minimum value
2023-02-09 16:17:49 +01:00
rijkvanmanen
651d278377
Applied printer-linter format
2023-02-09 14:29:26 +01:00