36003 Commits

Author SHA1 Message Date
Erwan MATHIEU
4fedf332a0 Raise exceptions on critical errors 2024-11-13 16:22:18 +01:00
HellAholic
0a62e777ee
Merge pull request #19902 from Ultimaker/PP-539-Fix-UM2-normal-mode
Fix layer height (0.1mm iso 0.15mm) for the normal mode of the Ultimaker 2
2024-11-13 16:16:58 +01:00
Erwan MATHIEU
85644b621e Remove debug print 2024-11-13 13:33:15 +01:00
Erwan MATHIEU
1e9eeb8ac5 Change cura_resources package type 2024-11-13 13:27:21 +01:00
HellAholic
c204993e97
Merge branch '5.9' into revert_sparse_infill_strategy 2024-11-13 12:22:17 +01:00
Paul Kuiper
22e0ada1b5 Fix layer height (0.1mm iso 0.15mm) for the normal mode of the UM2 machine.
PP-539
2024-11-13 10:44:57 +01:00
Erwan MATHIEU
b78143546c Add more debug printed information 2024-11-13 10:25:04 +01:00
Remco Burema
1c6e14eb7d Attempt to fix 'FileNotFoundError' (defensive coding).
hopefully fixes sentry#CURA-3JS
2024-11-13 09:49:10 +01:00
Remco Burema
f0a7205267 Fix 'OverflowError' (defensive coding).
should fix sentry#CURA-1EB
2024-11-13 09:49:01 +01:00
Remco Burema
b660885a58 Fix 'AttributeError' (defensive coding).
should fix sentry#CURA-1D2
2024-11-13 09:48:45 +01:00
Erwan MATHIEU
440b51c189 Add debug information to try and fix build 2024-11-13 09:20:21 +01:00
c.lamboo
7507ebad6a Fix for url-schemes with quotes
Last quote would not be matched due to the optional last quote in the regex, resulting in an `.stl"` extension

CURA-12282
2024-11-12 23:09:23 +01:00
Remco Burema
f4980450f2 Force extruder position to stick during retrieval of property.
Otherwise other parts of the stack(s) could have another value for limit-to-extruder, depending on if the user updates the chosen extruder (for example for support) quickly enough that we're in the middle of the operation. (Locking would probably more complicated, since we not only need a recurrent lock, but a lock on a few but not all classes based on a method call....)

CURA-12223
2024-11-12 22:47:07 +01:00
c.lamboo
38b496102f Make url schemes more robust against alternate formats
CURA-12282
2024-11-12 21:33:01 +01:00
wawanbreton
e026cd8c13 Set conan package version 5.9.0 5.9.0-RC1 2024-11-12 16:40:51 +00:00
HellAholic
c3ccfceabd
Merge pull request #19893 from Ultimaker/CURA-12253_make-close-button-on-the-messages-bigger
CURA-12253 make close button on the messages bigger
2024-11-12 16:53:04 +01:00
Erwan MATHIEU
9a1e384f9a Fix deploy step 2024-11-12 15:45:57 +01:00
HellAholic
3064184456
Merge pull request #19867 from Ultimaker/CURA-12262_flatten_slice_info
[CURA-12262] Changed endpoint and (pre-)flatten/massage data
2024-11-12 11:21:20 +01:00
HellAholic
181203a5cb
Merge branch '5.9' into CURA-12262_flatten_slice_info 2024-11-12 10:52:06 +01:00
Erwan MATHIEU
0991c3c01d Loop back to the beginning when ending simulation playback
CURA-12192
2024-11-11 16:14:32 +01:00
Erwan MATHIEU
7306aed7f7 Make the message close button bigger
CURA-12253
2024-11-11 15:21:10 +01:00
HellAholic
d59e65fb1d
Merge pull request #19875 from Ultimaker/CURA-12270_this-is-confusing
CURA-12270 rename setting to avoid confusions
2024-11-08 13:24:51 +01:00
HellAholic
2c42766b6b
Merge pull request #19799 from Ultimaker/CURA-12188_build_plate_z_fighting
[CURA-12188] Fix build plate z-fighting
2024-11-08 11:26:34 +01:00
Erwan MATHIEU
f8fb33928d Rename Outer Wall Acceleration to avoid doubles
CURA-12270
2024-11-08 10:18:25 +01:00
HellAholic
32833df4cf
Merge pull request #19846 from Ultimaker/CURA-12255_string_fix_translation
Cura 12255 string fix translation
2024-11-07 11:35:46 +01:00
Remco Burema
08f310b300 (SliceInfo) Do timestamp server-side.
part of CURA-12262
2024-11-07 11:02:46 +01:00
Erwan MATHIEU
94b8728962 Merge remote-tracking branch 'origin/5.9' 2024-11-07 09:44:40 +01:00
Remco Burema
48bfed0643 Changed endpoint and (pre-)flatten/massage data to be more inline with db.
Move calculations out of server, into Cura.

CURA-12262
2024-11-06 17:43:14 +01:00
Erwan MATHIEU
8632f7917b Adjust Sketch Sprint mesh and image
CURA-12188
Now we have a different rendering for textured build plates, we can really make something nice.
2024-11-06 11:48:24 +01:00
Erwan MATHIEU
ececa1fbeb
Merge branch '5.9' into CURA-12255_string_fix_translation 2024-11-06 10:57:39 +01:00
Erwan MATHIEU
5ef569d8ce Set only UM variants name as being translated
CURA-12255
Also applied some consistency between labels, so that they are more consistent and more printers get their variants name translated.
2024-11-06 10:55:43 +01:00
rburema
30f3d59b7a Applied printer-linter format 2024-11-05 19:45:43 +00:00
Remco Burema
c89b708525 Make grid-translucency depend on if machine has texture on BP.
part of CURA-12188
2024-11-05 20:44:25 +01:00
Remco Burema
8bf6320ff0 Merge remote-tracking branch 'origin/5.9' into CURA-12188_build_plate_z_fighting 2024-11-05 14:30:33 +01:00
HellAholic
dcbd40ca7d Set conan package version 5.9.0-beta.2 5.9.0-beta.2-RC2 5.9.0-beta.2-RC1 5.9.0-beta.2 2024-11-05 13:05:42 +00:00
HellAholic
85230c5a7d
Merge pull request #19858 from Ultimaker/CURA-12202_Changelog
Update Changelog for Second Beta
2024-11-05 14:04:27 +01:00
Mariska
aa5a4f47c7
Apply suggestions from code review
Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
2024-11-05 13:59:31 +01:00
MariMakes
71d4afcd5f Update for second beta
Update for second beta
2024-11-05 12:09:15 +01:00
Erwan MATHIEU
5d79bc2be3 Remove double translations (wrong last conflict resolving)
CURA-12255
2024-11-04 12:45:39 +01:00
Erwan MATHIEU
0eaba299b1 Merge remote-tracking branch 'origin/5.9' into CURA-12255_string_fix_translation 2024-11-04 12:34:33 +01:00
Erwan MATHIEU
5f9828dbd8 Add variant names to source translation files
CURA-12255
2024-11-04 12:03:15 +01:00
Erwan MATHIEU
d957f64832
Merge pull request #19856 from Ultimaker/fix-scarf-seam-French-translation
Provide better French translation for scarf seam
2024-11-04 09:22:05 +01:00
Erwan MATHIEU
f809a159e5 Provide better French translation for scarf seam 2024-11-04 09:19:22 +01:00
HellAholic
f5efb60b71 Update to a better logic
Also allow for extraction for PO files
2024-11-01 17:33:29 +01:00
HellAholic
c036576116 Fix the missing translation connection
Text was assigned directly from the Machine manager without being passed to the catalog
2024-11-01 17:07:55 +01:00
HellAholic
a225097d94 add the variant with small s as well
Unclear where it's used and should be kept
2024-11-01 17:07:11 +01:00
HellAholic
47b4cc6dee Replace s with S in Nozzle size 2024-11-01 15:54:49 +01:00
HellAholic
79a12494e4
Merge pull request #19819 from Ultimaker/eazao_profile_adjustment
Remove obsolete overrides
2024-11-01 10:45:58 +01:00
HellAholic
ef6be430f6
Merge pull request #19836 from Ultimaker/CURA-12220_exclude_clay_ceramic_eazao
Add exclude material rule for eazao_clay
2024-11-01 10:39:19 +01:00
HellAholic
54a521eed6 add preferred material eazao_clay to definitions 2024-11-01 10:32:13 +01:00