34846 Commits

Author SHA1 Message Date
Saumya Jain
196a4cf0c0 Refactor profile name check method in linter
CURA-11153
2024-04-24 10:51:48 +02:00
Casper Lamboo
f86d63b513
Merge pull request #18946 from Ultimaker/CURA-11854_fix_intent_selection
Fix intent selection
2024-04-24 10:45:46 +02:00
Jaime van Kessel
600cd7669c
Use the activeIntent from intentmanager instead of active stack
Otherwise the behavior of the model changes depending on what stack you
have active. I think that this was caused by some code duplication where one
copy of the code was updated but not the other one. This bug was here for quite
some time, but strangely enough, it was never found...

CURA-11854
2024-04-24 10:34:33 +02:00
Saumya Jain
ceb5e7096e Add new linter for long profile names
CURA-11153
2024-04-24 10:32:29 +02:00
HellAholic
f98bdd09f7
Merge pull request #18940 from Ultimaker/F4_Monitor_page_image
Added missing Ultimaker Factor 4.png image
2024-04-23 16:07:13 +02:00
HellAholic
ea55d2190c Create Ultimaker Factor 4.png 2024-04-23 15:59:18 +02:00
Saumya Jain
3e1ee4b266 Updated shader for support seams
Added changes in shader to show the start of the support walls too along with the model walls

CURA-11227
2024-04-23 14:28:35 +02:00
Casper Lamboo
6d3636558e
Merge pull request #18936 from Ultimaker/CURA-11840_Update_Changelog_571
CURA-11840 update changelog 571
2024-04-22 14:56:50 +02:00
Casper Lamboo
112003db03
Merge pull request #18933 from Ultimaker/CURA-11851-warning-message-for-extruder2
Cura 11851 warning message for extruder2
2024-04-22 14:54:33 +02:00
Casper Lamboo
9f78b2a23c
Use definition.id to check if printer is factor 4 2024-04-22 14:53:22 +02:00
Saumya Jain
81a6988785
Merge branch '5.7' into CURA-11851-warning-message-for-extruder2 2024-04-22 14:47:21 +02:00
Saumya Jain
6542d9ff13 changes made regards to PR review
CURA-11851
2024-04-22 14:45:51 +02:00
MariMakes
58e374c739 Updated Changelog for Cura 5.7.1
With the updated changes
2024-04-22 14:45:10 +02:00
Jelle Spijker
8cbb620e62
pin cura-binary-version to 5.7.1 2024-04-22 14:28:57 +02:00
c.lamboo
a73dc80847 Merge branch 'refs/heads/5.7' into CURA-11851-warning-message-for-extruder2 2024-04-22 14:19:41 +02:00
Casper Lamboo
1ea197c472
Merge pull request #18931 from Ultimaker/factor-4-profiles
Factor 4 profiles
2024-04-22 14:18:15 +02:00
Saumya Jain
df25f5c173 Update core compatibility warning message
CURA-11851
2024-04-22 14:03:40 +02:00
Saumya Jain
21e4f99b9d Add core compatibility check for Factor4 machine
A new function has been added to the MachineManager class to check for core compatibility in the Factor4 machine. This function ensures the selected core is compatible for use with the Factor4 machine and if not, it displays a warning icon with an appropriate message.

CURA-11851
2024-04-22 14:00:56 +02:00
Paul Kuiper
913f979847 Adding Factor 4 platform and backplate.
PP-470
2024-04-22 13:10:04 +02:00
Saumya Jain
f9ddd875f6
Merge branch '5.7' into factor-4-profiles 2024-04-22 12:53:27 +02:00
pkuiper-ultimaker
8984c35c36 Applied printer-linter format 2024-04-22 10:51:30 +00:00
Paul Kuiper
5080309ed2
Removed redundant settings 2024-04-22 12:50:08 +02:00
Jelle Spijker
4b47a6df85
Pin versions
cura_binary_data still needs to be pinned
2024-04-22 12:45:49 +02:00
Paul Kuiper
87c15b0d35 Updating name translation tables for Factor 4.
PP-470
2024-04-22 10:55:01 +02:00
Paul Kuiper
67108e3e5d Profiles for the Factor 4
PP-470
2024-04-22 10:54:42 +02:00
Jelle Spijker
7beb3871c3
fix typo 2024-04-22 10:48:57 +02:00
Jelle Spijker
e7717021d0
loosen pinned versions 2024-04-22 10:30:56 +02:00
Jelle Spijker
f6ec9f55d6
bump version to 5.7.1 2024-04-22 10:25:47 +02:00
Saumya Jain
039b6ed2c2 Remove 'upper' from available formula functions
CURA-10901
2024-04-19 17:32:40 +02:00
Saumya Jain
72bf639bea Remove unnecessary formulas from linter
These formulas or modules are not used in definition files , so removing them

CURA-10901
2024-04-19 17:31:08 +02:00
Saumya Jain
1f2e690809 Extend list of formula names in linter
The list of formula names in the printer-linter's formula linter has been expanded. New entries include various mathematical functions (e.g., "max", "min", "sqrt"), string manipulation functions ("lower", "upper", "startswith"), and cryptographic/hash functions ("hashlib", "md5").
2024-04-19 17:02:58 +02:00
saumyaj3
c517311171 Applied printer-linter format 2024-04-19 14:56:51 +00:00
Saumya Jain
ee85383699 Add support z seam settings to expert.cfg and fdmprinter.def.json
This update includes two new settings in the expert visibility profile: 'support_z_seam_away_from_model' and 'support_z_seam_min_distance'. These allow users more control over the spatial relationship between the z seam of the support structure and the actual 3D model, ensuring a smoother post-printing process

CURA-11227
2024-04-19 16:55:24 +02:00
Saumya Jain
37c177fe04
Merge branch 'main' into CURA-10901-warn-if-formulas-are-NOK 2024-04-18 11:55:26 +02:00
Saumya Jain
fd388b5cb3 Modify Formulas class description and simplify return statement
CURA-10901
2024-04-18 11:53:38 +02:00
HellAholic
549d107ab1
Merge pull request #18804 from Ultimaker/CURA-11003-add-searchbar-for-offlineprinter
Cura 11003 add searchbar for offlineprinter
2024-04-17 15:27:32 +02:00
Erwan MATHIEU
3648aff5c2
Merge pull request #14778 from tastyratz/patch-1
Update InsertAtLayerChange.py
2024-04-12 16:24:59 +02:00
Saumya Jain
597a871807
Merge branch 'main' into CURA-11003-add-searchbar-for-offlineprinter 2024-04-12 12:32:25 +02:00
Saumya Jain
fd01684a23
Update resources/qml/WelcomePages/AddLocalPrinterScrollView.qml
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2024-04-12 12:31:57 +02:00
Saumya Jain
17372064c7
Update resources/qml/WelcomePages/AddLocalPrinterScrollView.qml
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2024-04-12 12:31:52 +02:00
Saumya Jain
a3911bdbfa PR comments
CURA-11003
2024-04-12 12:29:07 +02:00
Jaime van Kessel
7a5c773e90
Made printprocess reporting settings not settable per mesh 2024-04-12 11:08:35 +02:00
Erwan MATHIEU
1dc6289d89
Merge branch 'main' into patch-1 2024-04-12 10:44:46 +02:00
Saumya Jain
344221a083
Merge pull request #18828 from GregValiant/Monitor-Pre-Heat-default-values
Monitor Page Preheat values
2024-04-12 10:34:07 +02:00
Saumya Jain
74bf578691
Merge branch 'main' into Monitor-Pre-Heat-default-values 2024-04-12 10:21:54 +02:00
Erwan MATHIEU
4bd1c4c4e0
Merge branch 'main' into patch-1 2024-04-12 10:16:32 +02:00
Saumya Jain
c010b58dad
Merge branch 'main' into main 2024-04-11 13:45:00 +02:00
Saumya Jain
ebb97d4be5
Merge branch 'main' into CURA-10901-warn-if-formulas-are-NOK 2024-04-11 09:51:11 +02:00
Saumya Jain
3016820bee fixing printer linter PR post 2024-04-11 09:47:40 +02:00
Saumya Jain
b76ec32768
Merge branch 'main' into Cura_ankermake_august 2024-04-11 09:40:00 +02:00