36406 Commits

Author SHA1 Message Date
Erwan MATHIEU
a5e1bee334 Merge remote-tracking branch 'origin/5.10' 2025-04-14 08:51:58 +02:00
Erwan MATHIEU
9f4324fe92 Fine-tune multi color printing, and allow prime tower
CURA-12074
When prime tower is enabled, use it as a flush so that we don't have to use the usual flushing sequence of the printer, which is much slower
2025-04-14 08:33:16 +02:00
Mariska
5113dca671
Merge pull request #20455 from Ultimaker/CURA-12486_use-single-instance-needs-restart-desc
Indicates that changing option requires a restart
2025-04-10 12:51:22 +02:00
Erwan MATHIEU
ce5ce649c9
Merge pull request #20480 from Ultimaker/PP-602-New-S-line-configurations
[PP-602] New configurations for the S line printers
2025-04-09 15:53:53 +02:00
Erwan MATHIEU
5f67a3d2e3
Merge branch '5.10' into PP-602-New-S-line-configurations 2025-04-09 15:53:42 +02:00
Erwan MATHIEU
363e97426f
Merge pull request #20496 from Ultimaker/PP-607-Improve-S8-CPE-and-PC-profiles
[PP-607] Improve CPE and PC surface quality
2025-04-09 15:53:04 +02:00
Erwan MATHIEU
0db457b9f0
Merge branch '5.10' into PP-607-Improve-S8-CPE-and-PC-profiles 2025-04-09 15:52:42 +02:00
Erwan MATHIEU
fc1404139c Set A1 mini proper nozzle name
CURA-12074
2025-04-09 15:37:16 +02:00
wawanbreton
6601dcebd2 Apply printer-linter format 2025-04-09 13:35:11 +00:00
Erwan MATHIEU
b0460cee25 Set A1 mini proper name
CURA-12074
2025-04-09 15:33:29 +02:00
Erwan MATHIEU
7789c86c52 Improved A1 mini multi-color printing
CURA-12074
2025-04-09 15:32:29 +02:00
Paul Kuiper
3990fd5d2a Remove the BB0.8 for the S6 machine (for now).
PP-602
2025-04-09 14:10:38 +02:00
Paul Kuiper
a39033bc1f Capital M in the Ultimaker name of the S7 and S8 to be consistent with machines names released after the merger.
PP-602
2025-04-09 14:05:37 +02:00
Remco Burema
7007d6f9b9
Merge pull request #20481 from Ultimaker/PP-606-Improve-PVA-support
[PP-606] Improve PVA support for S8
2025-04-09 13:08:32 +02:00
wawanbreton
931dc13432 Apply printer-linter format 2025-04-09 10:05:05 +00:00
Erwan MATHIEU
014ed05e73 Basically working A1 mini (multi-color)
CURA-12074
2025-04-09 12:03:27 +02:00
Paul Kuiper
1b80649e21 Corrected review comment of Erwan.
PP-602
2025-04-09 11:32:19 +02:00
Paul Kuiper
93d9c084d7 Add new configuration files for AA+ and CC+ 0.6 nozzles
PP-602
2025-04-08 15:44:20 +02:00
Paul Kuiper
e76e843274 PC: Prevent holes in outside wall of PC prints due to air capture during unretracts:
- reduce retract length, inner wall before outer wall, inner wall speed equal to outer wall.
We also lowered the flow rate to 95% for PC because we noticed that it was over extruding.

CPE: CPE is VERY fragile to printer over itself or bumps. Lower all speeds to 40mm/s, goto 'lines' infill type to prevent crossing over lines, 3 walls to prevent issues with infill to reach the outer wall.

PP-607
2025-04-08 14:32:15 +02:00
Paul Kuiper
90848b90e4 Improve PVA support for S8
PP-602
2025-04-04 12:11:37 +02:00
Paul Kuiper
0ec825b1ac New configurations for the S line printers.
PP-602
2025-04-04 12:02:58 +02:00
Erwan MATHIEU
db72527b6b Basically working A1 mini (single color)
CURA-12074
2025-04-04 11:07:32 +02:00
Erwan MATHIEU
36422bb949 Merge remote-tracking branch 'origin/main' into CURA-12074_introduce-bambu-printers 2025-04-04 09:41:23 +02:00
Erwan MATHIEU
f31daee257 Rename brand (without final S) and add A1 mini
CURA-12074
2025-04-03 11:53:42 +02:00
Casper Lamboo
d04360c1c3
Merge pull request #20411 from Ultimaker/CURA-12485_fix_name_confusion
[CURA-12485] This name wasn't the same as in the complete settings list.
2025-04-02 17:08:56 +02:00
Remco Burema
1fb89e0e7d Restore Backups: Correctly handle requests to redownload plugins.
- Fix: Need to fill the package's API version into the (template) URL, instead of using latest.
- Fix: Loop was closing over the package ID, which caused the recieving function to always only get the last handled package ID instead of the one it needed to handle.

part of CURA-12156
2025-04-02 13:19:01 +02:00
Remco Burema
43d9e1d522 Restore Backups: Fix handling the (re)downloaded tempfile.
Was opening the tempfile for handling when it was still open for writing. Also the wrong net-reply got used (reply instead of msg).

part of CURA-12156
2025-04-02 13:15:35 +02:00
Remco Burema
1f4f432d49 Restore Backups: Fix reading which packages need to be reinstalled.
Also save the version, so we can get the correct url when redownloading the package (see next commits).

part of CURA-12156
2025-04-02 13:13:25 +02:00
Remco Burema
6458c17de5 Save 'pluginless' bakcup correctly.
- Fix: Save the tempfile to the archive under the 'original' name (it is a rewrite of) instead of saving it to the archive under it's own name, which skipped the original file completely in a sense (the info was there, but as a tempfile).
- Fix: Also make sure the correct folders where ignored, as reinstall paths where the complete path, not the basename.

part of CURA-12156
2025-04-02 13:09:21 +02:00
Remco Burema
c857dab0f7 Logging (mostly on errors).
CURA-12156
2025-04-01 16:47:17 +02:00
Erwan MATHIEU
86edf25403 Fix initial bed leveling position
CURA-12074
2025-04-01 15:35:30 +02:00
wawanbreton
e1e86f393d Apply printer-linter format 2025-04-01 13:13:53 +00:00
Erwan MATHIEU
1e00176cac Add basic definition for BambuLab X1
CURA-12074
2025-04-01 15:12:14 +02:00
Remco Burema
35ff3e40e6 Merge branch 'main' into CURA-12156_dont_zip_downloadable_plugins 2025-04-01 15:10:39 +02:00
Remco Burema
b295ca7d04 Workaround for process-events during multiple http requests.
Would not work otherwise, but that should have been true in the old situation then as well?

CURA-12156
2025-04-01 15:10:27 +02:00
Erwan MATHIEU
0fd7766db3 Fix color-switching code which only worked until 27/03 2025-03-28 14:14:27 +01:00
Remco Burema
a50fa29a0f Merge remote-tracking branch 'origin/main' into CURA-12156_dont_zip_downloadable_plugins 2025-03-27 14:17:59 +01:00
Erwan MATHIEU
460df87d1d Indicates that changing option requires a restart
CURA-12486
Also move the note at the bottom of the page, because now labels from different categories use it, and this is where people should look for it.
2025-03-27 10:47:18 +01:00
Remco Burema
fbb15db9e9
Merge pull request #20414 from Ultimaker/CURA-12469_colors_for_dev_builds
[CURA-12469] Have developer/tester/etc. builds be distinct per biweekly day.
2025-03-27 07:47:35 +01:00
Remco Burema
c33a322093 Also remove website link.
Would otherwise be hanging loose in the start-menu somehwere.

done as part of CURA-12502
2025-03-26 08:57:43 +01:00
HellAholic
fa1ead3064 Merge remote-tracking branch 'origin/5.10' 2025-03-25 11:00:26 +01:00
Remco Burema
fa8e4b26cf Delete test-colors path in any case + small refactors.
Less indents and more logging.

part of CURA-12469
2025-03-25 08:46:12 +01:00
HellAholic
6251a816f0
Merge pull request #20431 from Ultimaker/CURA-12481_ChangelogUpdate
CURA-12481 changelog update
5.10.0 5.10.0-RC3
2025-03-24 10:47:49 +01:00
HellAholic
1f62c1f944
Merge pull request #20430 from Ultimaker/CURA-11911_recommended-view-translations
CURA-11911 Recommended view translations
2025-03-24 10:14:29 +01:00
HellAholic
6186bf53ba
Merge pull request #20437 from Patola/5.10
Updated pt_BR strings for Cura
2025-03-24 10:11:28 +01:00
HellAholic
efd681b28e update the changelog 2025-03-24 09:45:50 +01:00
HellAholic
9a378d771f Update interlocking
Clarity
2025-03-24 09:20:16 +01:00
HellAholic
3e305372f3
Merge branch '5.10' into CURA-11911_recommended-view-translations 2025-03-24 09:00:10 +01:00
Cláudio 'Patola' Sampaio
d23e2b915e Updated pt_BR strings for Cura 2025-03-23 23:58:30 +01:00
HellAholic
fd13ee10e3 Optional changes - Add padding to the textArea
Adds 15 padding to the right side of the what's new text items (text will not go under scrollbar)

Adds 15 padding to left and right of the changelog
2025-03-21 23:01:16 +01:00