35982 Commits

Author SHA1 Message Date
Erwan MATHIEU
101a637bbb
Apply typo fix suggestion
Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
2024-09-10 12:44:50 +02:00
Frederic Meeuwissen
12e681e6ac Fix resolve logic for adhesion_type
Pick the most "sticky" option of all the enabled extruders for `adhesion_type`
2024-09-09 11:53:39 +02:00
Erwan MATHIEU
f3ae342f34
Merge branch 'main' into CURA-12093_conditional-start-end-gcode 2024-09-06 12:21:47 +02:00
Erwan MATHIEU
48ddaa8861 Add a comment so that we don't forget to update the doc
CURA-12093
2024-09-06 12:20:46 +02:00
Erwan MATHIEU
370c8e49c3 Add a link to the documentation to write start/end GCode
CURA-12093
2024-09-06 12:20:27 +02:00
Erwan MATHIEU
5bff7067b0 Remove the tooltip over the G-Code area
CURA-12093

In this context, the tooltip is quite useless, and causes some issues because it sometimes appears when you don't want to. Moreover, the next commit will add a link to a detailed documentation.
2024-09-06 12:19:58 +02:00
THeijmans
41bbf5a951 PP-519 Update printhead size for Factor 4 2024-09-06 10:41:19 +02:00
HellAholic
6cf55cd743
Merge pull request #19615 from Ultimaker/CURA-12076_permissions_after_login
[CURA-12076] Directly update permissions after login.
2024-09-05 16:12:37 +02:00
Erwan MATHIEU
ac8176d91e
Merge branch 'main' into CURA-11761_container_stack_cache 2024-09-05 11:35:17 +02:00
Erwan MATHIEU
89b05108b0
Merge branch 'main' into CURA-12093_conditional-start-end-gcode 2024-09-05 11:33:18 +02:00
Erwan MATHIEU
ccffbea8c9 Add ability to write condition Start/End gcode parts
CURA-12093
2024-09-05 11:03:58 +02:00
GregValiant
ffc21403a1 Update TimeLapse.py
Update TimeLapse.py

Update to include a pause before the image is snapped.
2024-09-04 22:01:48 -04:00
Remco Burema
5169db2353 Directly update permissions after login.
Otherwise you have to wait until the access token refreshes, and are in a weird state in between that time where you _are_ logged in, and we even have the subscription-level, but the permission-list are empty. Now you just have to wait until the permissions return from the server after login, which shouldn't be a problem unless our users are speedrunners.

fixes internal ticket CURA-12076
2024-09-04 15:28:06 +02:00
Christian Kunis
c9ca5254fa
Merge branch 'main' into voron-nozzles 2024-09-04 06:42:34 -04:00
Remco Burema
d0252554c4 Make extra sure cache is emptied when objects get altered.
See the (new) cachePerInstance decorator in UM/Decorators, and the accompanying CachedMemberFunction handler-class.

part of CURA-11761
2024-09-03 18:23:41 +02:00
theodorhansson
679481de6d Applied printer-linter format 2024-09-03 13:49:37 +00:00
Theodor Hansson
30a338efd7 removed "experimental" from 1.2 nozzle 2024-09-03 15:48:51 +02:00
Theodor Hansson
5fba3cd161 Merge remote-tracking branch 'origin/main' into zyyx_profile_addition 2024-09-03 15:40:40 +02:00
HellAholic
acb55637b0
Merge pull request #19598 from Ultimaker/CURA-12072-Add_variants_for_creality_crm4_definition
nozzle variants based on creality_base
2024-09-02 16:41:59 +02:00
Erwan MATHIEU
b1d8f90da1
Merge branch 'main' into CURA-12072-Add_variants_for_creality_crm4_definition 2024-09-02 16:11:24 +02:00
David Fries
6e3e3e6742 Use raw strings for regular expressions with invalid escape sequences
If "T(\d*)" was "T(\n*)" it would search for newlines.  There isn't
any such \d escape character.

It should be "T(\\d*)" or r"T(\d*)" going with the latter, to be
easier to read and be consistent with other Cura usage.

Start python with -Wd or for python 3.12 will raise a SyntaxWarning.
2024-08-31 12:11:59 -05:00
David Fries
38695d9572 Fix RecommendedSupportSelector.qml assign undefined to int
share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:60:17:
Unable to assign [undefined] to int

If undefined use Widgets/SingleSettingComboBox.qml
default of Cura.ExtruderManager.activeExtruderIndex
2024-08-31 12:11:59 -05:00
David Fries
2749de9a67 Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments
"share/cura/resources/qml/Menus/RecentFilesMenu.qml:39:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."

This was passing the Instantiator index, which is a Number to menu.removeItem
which is expecting an object.  Add the missing index argument.  I
found Qt 5.7 had two arguments so it has been there for some time.
2024-08-31 12:11:56 -05:00
HellAholic
11f1608b6c
Merge pull request #18750 from T9Air/main
Ender 3 V3 SE Update
2024-08-30 11:37:04 +02:00
HellAholic
aff3872893 Applied printer-linter format 2024-08-30 09:19:22 +00:00
HellAholic
7db3af745e
Merge branch 'main' into main 2024-08-30 11:18:25 +02:00
HellAholic
84359a2438 nozzle variants based on creality_base 2024-08-30 11:02:30 +02:00
h1data
0b11f5475f
Merge branch 'main' into ja-i18n-improve 2024-08-30 08:57:07 +09:00
HellAholic
63ff551754
5.8.1 changelog 5.8.1 5.8.1-RC2 2024-08-28 17:34:17 +02:00
HellAholic
bcd74aac3a Revert "TPU removal of 0.2mm"
Requires upgrade script
2024-08-28 17:08:57 +02:00
HellAholic
c7a286b33a Set conan package version 5.8.1 5.8.1-RC1 2024-08-28 13:16:33 +00:00
HellAholic
dc2a6cb8bf TPU changes 2024-08-28 14:58:08 +02:00
THeijmans
8e05bb49e1 PP-514 Improve PVA printing quality and reliability on Factor 4 2024-08-28 13:52:36 +02:00
HellAholic
c80c964dcf
Merge pull request #19584 from Ultimaker/Fix5.8MaterialExport
[CURA-12119] Fix Cura 5.8 Material Export
2024-08-28 13:40:32 +02:00
Frederic Meeuwissen
4064dddacc Only convert to yes/no if value is a boolean 2024-08-28 13:39:35 +02:00
Christian Kunis
a7e5477e1f Restore TPU print speed to the default voron speeds. 2024-08-26 08:00:04 -04:00
Frederic Meeuwissen
a18da5c9bd Only convert to yes/no if value is a boolean 2024-08-26 13:12:03 +02:00
Erwan MATHIEU
2692b47405 Merge remote-tracking branch 'origin/CURA-12081_scarf-seam' into CURA-12081_scarf-seam 2024-08-26 08:04:43 +02:00
Erwan MATHIEU
a8df8a7103 Merge remote-tracking branch 'origin/main' into CURA-12081_scarf-seam 2024-08-26 08:04:03 +02:00
Erwan MATHIEU
e626284a88
Merge branch 'main' into CURA-12081_scarf-seam 2024-08-23 14:16:18 +02:00
Erwan MATHIEU
d92a9b4861 Add setting for seam acceleration/deceleration
CURA-12080
2024-08-23 13:58:56 +02:00
THeijmans
0bf6bba43c PP-514 Improve PVA printing quality and reliability on Factor 4 2024-08-23 13:24:50 +02:00
Frederic Meeuwissen
c11c97dde0 Fix naming of the 0.3mm layer height profiles 2024-08-23 13:03:49 +02:00
HellAholic
f8aa923ce0
Merge pull request #19555 from Ultimaker/CURA-12024-add_settable_globally_property
add settable_globally property
2024-08-23 12:21:29 +02:00
Frederic Meeuwissen
07fc8b8c5b Change GradualFlow plugin setting names 2024-08-23 12:05:45 +02:00
THeijmans
b709f4d90f Remove the bad print profile that started this whole ticket 2024-08-23 12:02:27 +02:00
THeijmans
e89e578ed9 Applied printer-linter format 2024-08-23 12:01:58 +02:00
THeijmans
1186303b15 PP-512 Fix bad print quality for TPU AA08 on Factor 4 2024-08-23 12:01:57 +02:00
Erwan MATHIEU
9daca45846
Merge branch 'main' into CURA-12024-add_settable_globally_property 2024-08-22 10:28:26 +02:00
Erwan MATHIEU
758ff91655 Add setting for scarf seam split definition
CURA-12081
2024-08-22 09:24:51 +02:00