35818 Commits

Author SHA1 Message Date
HellAholic
13ba3da8a0
Merge pull request #19899 from Ultimaker/CURA-12223_fix_extruder_stack_overflow
[CURA-12223] Force extruder position to stick during retrieval of property.
5.9.0-RC2
2024-11-15 12:51:16 +01:00
Erwan MATHIEU
806fedef61 An other desperate attempt to get the proper env 2024-11-15 12:15:41 +01:00
HellAholic
f60090d005
Merge pull request #19898 from Ultimaker/CURA-12282-url-schemes-df
Make urls schemes more robust against changes
2024-11-15 12:08:53 +01:00
Erwan MATHIEU
ebe701899d Use Python virtual env to get dependencies 2024-11-15 12:06:53 +01:00
Andreea Scorojitu
671247c7cb
Merge pull request #19907 from Ultimaker/CURA-12292_Seam-Corner-Preference-should-not-be-visible-for-User-Specified-or-Shortest
Display corner preference only with sharpest corner
2024-11-15 12:04:02 +01:00
Erwan MATHIEU
35e52efcfa Change environment to gater Python dependencies 2024-11-15 11:55:43 +01:00
Erwan MATHIEU
0e363202ed Remove specific PYTHONPATH 2024-11-15 11:39:01 +01:00
Erwan MATHIEU
cd48c7cb9d Add debug information for python dependencies generation 2024-11-15 11:33:42 +01:00
Erwan MATHIEU
f50676a18c Fix pyinstaller file generation in some cases 2024-11-14 15:46:54 +01:00
HellAholic
a5a0aad564
Merge pull request #19900 from Ultimaker/fix_crashlog_errors
Fix various issues reported via crash-logs.
2024-11-14 15:38:04 +01:00
Erwan MATHIEU
3910ab0b78 Do not include enterprise resources if not needed 2024-11-14 15:04:39 +01:00
HellAholic
e13bf9f7eb
Merge pull request #19908 from Ultimaker/CURA-12301_Warning-for-scarf-seam-length
Add warning limit for scarf seam suspicious length
2024-11-14 14:57:37 +01:00
Erwan MATHIEU
85cd142266 Add explicit errors on missing package information 2024-11-14 14:55:28 +01:00
Erwan MATHIEU
8bd69ecc3d Store versions script in deploy folder 2024-11-14 14:29:07 +01:00
Erwan MATHIEU
4adcff48a2 Merge remote-tracking branch 'refs/remotes/origin/CURA-11622_conan_v2' into CURA-11622_conan_v2 2024-11-14 13:59:40 +01:00
Erwan MATHIEU
bec1ff1243 Fix pyinstaller resources deployment 2024-11-14 13:59:27 +01:00
HellAholic
56e1088dc4
Merge pull request #19748 from Ultimaker/revert_sparse_infill_strategy
Revert the strategy for skin support above sparse infill
2024-11-14 10:09:04 +01:00
Erwan MATHIEU
55e91cdb48 Add warning limit for scarf seam suspicious length
CURA-12301
2024-11-14 10:03:16 +01:00
Erwan MATHIEU
079fd09217 Display corner preference only with sharpest corner
CURA-12292
2024-11-14 09:56:20 +01:00
Remco Burema
f02481cd1c Start moving installer code to Conan-v2 for Windows too.
CURA-11622
2024-11-13 16:39:57 +01:00
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