32026 Commits

Author SHA1 Message Date
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 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
5.3.0-beta
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
Hao Xu
d315376492
Update resources/definitions/snapmaker2_dual.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-20 21:45:06 -08:00
Hao Xu
b91e319062
Update resources/definitions/snapmaker2_dual.def.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-20 21:45:00 -08:00
highpower
c23aa5ca22 add Snapmaker 2.0 Dual Extruder Definitions 2023-02-20 20:49:28 -08:00
c.lamboo
1f1353802a Prefill material sync file name
CURA-10174
2023-02-20 17:41:07 +01:00
Cláudio 'Patola' Sampaio
656d336b03 Updated strings for pt_BR 2023-02-17 17:42:13 +01:00
jspijker
3680bdb02a Pin Conan version to 1.56 2023-02-17 10:16:22 +01:00
Jelle Spijker
d20b37b96c
Merge pull request #14581 from Ultimaker/fix_printer_linter
Prevent execution of spurious clean-up step, which then crashes.
2023-02-16 21:58:32 +01:00
Miroslav Sustek
f1b3389cf2 Czech translations for v5.3 2023-02-16 20:35:52 +01:00
Remco Burema
a1c01193da Move check so we can see if we even need python/pip.
Otherwise those if checks placed in the last commit won't even do anything if there _is_ a change in the printer definitions.
2023-02-16 14:50:31 +01:00
Remco Burema
04016373ae Prevent execution of spurious clean-up step, which then crashes.
The clean-up step for setting up Python and pip assumes that you do at least something with those programs -- and so that cache folders have been made, that need to be cleaned up. If nothing happens, the clean-up step then crashes on the non-existant cache folder.
2023-02-16 12:53:18 +01:00
Jelle Spijker
0eb11031f9
Merge pull request #14570 from Ultimaker/CURA-10290_postmodern_linux_workaround
[CURA-10290] workaround for conflicting packages on 'linux-modern'
2023-02-15 21:48:26 +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
Remco Burema
8292c2a46c Work-around for conflicting packages on linux-modern.
Packages conflict. The same commit worked fine the previous day, so it's likely not our fault. We should probably inform maintainers, but until then, try to work around the problem without a blanket ignore of all 'overwrite' type errors. The only clear thing is that this all has to do with 'odbc', which is database related. We use that to cache certain things on startup, so likely we actually need it.

part of CURA-10290
2023-02-15 16:16:02 +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
Jelle Spijker
43ee207ba8
Merge pull request #14506 from catapulta/fix_hash
Add hash for PyQt6-NetworkAuth-Qt6
2023-02-14 22:14:35 +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
d0c0b0584a Add removed translations back
CURA-10183
2023-02-09 17:49:54 +01:00
Joey de l'Arago
1133e76e66 Add sign in wall
CURA-10183
2023-02-09 17:41:08 +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
Rijk van Manen
0735748dee cool_min_temperature can now follow default
PP-71
2023-02-09 14:29:16 +01:00
Jelle Spijker
07e8bae15f
Merge pull request #14524 from Ultimaker/5.3
5.3
2023-02-09 14:28:35 +01:00
Rijk van Manen
9088ab23f4 cleanup initial print temperatures
In the initial PR for PP-71 I only cleaned up material_final_print_temperatures, but now the material_initial_print_temperatures are also coming into play, so I cleaned those as well. From research for PP-123 I know this is a safe change. Due to this cleanup the cool_min_temperature can now always follow the ultimaker default settings.
2023-02-09 14:28:11 +01:00