Remco Burema
9a33a70914
Added settings for a different number of walls in top/bottom.
...
first pass of CURA-12446 -- will need to change things in subsequent commits most likely.
2025-04-30 09:28:06 +02:00
HellAholic
a90b7fb59b
Merge pull request #20467 from Ultimaker/CURA-12156_dont_zip_downloadable_plugins
...
[CURA-12156] Don't zip re-downloadable plugins.
2025-04-28 13:55:45 +02:00
HellAholic
8bc9f1cbfa
Merge pull request #20446 from Ultimaker/CURA-12502_unfolderize_win_startmenu
...
[CURA-12502] Unfolderize Windows Start-Menu
2025-04-23 11:30:26 +02:00
Remco Burema
2db896e80f
win/pacakging -- Start menu-macro is only needed for when in folder?
...
Also it fails now since it seems like this macro _expects_ a folder to be set.
CURA-12502
2025-04-22 10:24:06 +02:00
Remco Burema
f45cbeb5f4
Remove spurious (and maybe erroneous?) empty line.
...
CURA-12502
2025-04-16 13:18:40 +02:00
Remco Burema
2b748a98fe
Merge branch 'main' into CURA-12502_unfolderize_win_startmenu
2025-04-16 08:31:20 +02:00
Remco Burema
14bf34d96a
Adjust code to review comments.
...
- Use delete-on-close instead.
- Prevent infinite loops.
part of CURA-12156
2025-04-15 21:08:33 +02:00
Erwan MATHIEU
a5e1bee334
Merge remote-tracking branch 'origin/5.10'
2025-04-14 08:51:58 +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
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
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
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
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
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
MariMakes
7cfcf09ec0
Update Changelog for stable
...
Update changelog for stable release
2025-03-21 19:14:39 +01:00
HellAholic
ec130064d7
Merge pull request #20427 from Ultimaker/PP-601-Method-temperatures
...
PP-601 Method Temperatures
2025-03-21 16:31:55 +01:00
HellAholic
0d851b91bb
Merge pull request #20426 from Ultimaker/CURA-12495_revert-Method-High-Speed-printing
...
CURA-12495 revert method high speed printing
2025-03-21 16:00:22 +01:00
HellAholic
cb577833db
Merge pull request #20417 from Ultimaker/PP-599-Extrusion-issues-with-Nylon-CF-Slide-on-CCplus04-S8
...
PP-599 slower unretracts to reduce extrusion issues
2025-03-21 15:58:00 +01:00
Erwan MATHIEU
6596edb941
Fix ugly translation
...
CURA-11911
Trust me, this really means nothing in this context :D
2025-03-21 15:27:22 +01:00
Erwan MATHIEU
c71148321a
Translate settings values in recommended screen
...
CURA-11911
For settings inside the screen, they are translated through the SettingDefinitionModel, but we don't use one here, so we have to translate it explicitely
2025-03-21 15:26:43 +01:00