36316 Commits

Author SHA1 Message Date
HellAholic
ae821e6e99 add result to pyqtslot and indicate the return value type 2024-09-16 14:28:33 +02:00
HellAholic
7ebad9c107
Merge branch 'main' into CURA-12138-Export_for_support_option 2024-09-16 13:05:29 +02:00
HellAholic
f736ead4c8
Merge pull request #19619 from Ultimaker/CURA-12093_conditional-start-end-gcode
CURA-12093 Add ability to write condition Start/End gcode parts
2024-09-16 09:13:12 +02:00
HellAholic
0bd9ec7bfd
Merge pull request #19643 from Ultimaker/CURA-12139-Remove_troubleshooting_link
Cura 12139 remove troubleshooting link
2024-09-13 11:06:50 +02:00
HellAholic
b91051e594 fix indent 2024-09-12 14:58:06 +02:00
HellAholic
1e3fbc4ef2 add @pyqtslot 2024-09-12 12:25:30 +02:00
HellAholic
552686cdb7 add the menu item under help 2024-09-12 11:37:23 +02:00
HellAholic
3c1e26d535 define action in qml and add alias 2024-09-12 11:37:06 +02:00
HellAholic
170b25749c add timestamp to curaAction 2024-09-12 11:36:46 +02:00
HellAholic
a0c111c6f5 Remove from menu 2024-09-12 11:03:07 +02:00
HellAholic
78394faf65 Remove from actions 2024-09-12 11:02:59 +02:00
Theodor Hansson
6113ceef03
Merge branch 'Ultimaker:main' into zyyx_profile_addition 2024-09-10 20:52:54 +02:00
Erwan MATHIEU
3945465e50 Fix stupid deprecated GitHb actions
CURA-12093
2024-09-10 18:21:24 +02:00
Erwan MATHIEU
b514f5928b Add failures cases to start/end gcode unit test
CURA-12093
2024-09-10 18:16:24 +02:00
Theodor Hansson
5b8cf6db1f lower vref for zyyx+ 2024-09-10 18:14:00 +02:00
Theodor Hansson
8eb4ccd968 update zyyx+ and pro definitions 2024-09-10 17:58:48 +02:00
Theodor Hansson
713b4fb57a removed accidental temp files 2024-09-10 17:54:59 +02:00
theodorhansson
579ab39412 Applied printer-linter format 2024-09-10 15:54:42 +00:00
Theodor Hansson
6f260fc474 updarte zyyx pro start gcode 2024-09-10 17:53:50 +02:00
theodorhansson
89dfd0690a Applied printer-linter format 2024-09-10 14:52:59 +00:00
Theodor Hansson
069dffc183 replace zyyx pla/abs with generic 2024-09-10 16:52:09 +02:00
theodorhansson
746eb613c4 Applied printer-linter format 2024-09-10 14:34:12 +00:00
Theodor Hansson
bda5123e7b merge error 2024-09-10 16:33:25 +02:00
Theodor Hansson
5536133b81 Merge branch 'zyyx_profile_addition' of https://github.com/theodorhansson/Cura into zyyx_profile_addition 2024-09-10 16:28:49 +02:00
Theodor Hansson
8ce584d65d fixed draft typo 2024-09-10 16:28:18 +02:00
theodorhansson
24b0681fb0 Applied printer-linter format 2024-09-10 14:26:17 +00:00
Theodor Hansson
25b44e28be update and add zyyx qualities 2024-09-10 16:25:23 +02:00
theodorhansson
6eb383013d Applied printer-linter format 2024-09-10 14:14:46 +00:00
Theodor Hansson
3acc9ebf48 moved ZYYX+ quality folder location 2024-09-10 16:13:53 +02:00
theodorhansson
ba935f33ef Applied printer-linter format 2024-09-10 14:03:51 +00:00
Theodor Hansson
2ed1c88bd3 ZYYX+ disallow cf-filament 2024-09-10 16:03:04 +02:00
Theodor Hansson
22b337f329 Update ZYYX+ Homing 2024-09-10 16:02:39 +02:00
Remco Burema
34e941df6f Merge remote-tracking branch 'origin/main' into CURA-11761_container_stack_cache 2024-09-10 14:05:24 +02:00
Erwan MATHIEU
d74e0487cd Apply suggestion to remove unnecessary extra arguments
CURA-12093
2024-09-10 12:50:55 +02:00
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