Commit graph

34169 commits

Author SHA1 Message Date
Saumya Jain
c17591d492
Merge branch 'main' into PP-350_Corrections-on-the-anycolor-profiles 2023-09-19 17:00:52 +02:00
Casper Lamboo
22885d3327
Merge pull request #16712 from Ultimaker/CURA-10004_fix_crash_small_rotations
Remove convex hull computation when not required
2023-09-19 16:18:43 +02:00
Pelochus
4f9ff73302
Fix spanish translation for lightning infill
Substituted "iluminación" (lighting) for "rayos" (lightning)
2023-09-19 11:36:23 +02:00
Paul Kuiper
69dc72dda3 Bug fix. Wrong decimal separator for cooldown and heatup speeds in any color profiles. 2023-09-19 11:31:26 +02:00
Paul Kuiper
194103948e Corrected Generic ABS 0.3mm mode from 245C to 252C to align with the Any color modes. Updated the PETG 0.3mm print temperatures for the AA0.4 nozzle from 240C to 245C.
PP-350
2023-09-19 11:09:44 +02:00
Paul Kuiper
50e3364326 Default temperature corrections on the any color profiles
PP-350
2023-09-19 09:43:39 +02:00
saumya.jain
5709980383 Merge branch 'main' of https://github.com/Ultimaker/Cura 2023-09-19 09:26:23 +02:00
Saumya Jain
47b4320512
Merge branch 'main' into CURA-10004_fix_crash_small_rotations 2023-09-18 15:52:12 +02:00
Erwan MATHIEU
9334447972 Do not compute a convex hull for layer data nodes
CURA-10004
2023-09-18 15:16:04 +02:00
Erwan MATHIEU
e4a6b8dd91 Revert "Remove convex hull computation when not required"
This reverts commit ab22611ecf.
2023-09-18 14:57:55 +02:00
Jelle Spijker
d2b7f31e29
Fix correct uses for ARM64 MacOS
CURA-10982
2023-09-18 14:02:12 +02:00
Jelle Spijker
c5873754d7
Reenabled ARM64 MacOS
CURA-10982
2023-09-18 13:42:57 +02:00
saumya.jain
9c6afd3702 Merge remote-tracking branch 'origin/main' 2023-09-15 16:49:16 +02:00
saumyaj3
6002b0aa9d Applied printer-linter format 2023-09-15 14:22:37 +00:00
Saumya Jain
3976aa64ad
Merge pull request #15101 from eMotion-Tech/main
Update our machine DUAL600 & IDEX420
2023-09-15 16:21:28 +02:00
Saumya Jain
ada29f3b85
Merge branch 'main' into main 2023-09-15 16:13:05 +02:00
saumya.jain
91b594b74a Merge branch 'main' of https://github.com/eMotion-Tech/Cura 2023-09-15 15:34:12 +02:00
Jaime van Kessel
6ae423361f
Merge branch 'CURA-8728_using-tab-in-per-model' of github.com:Ultimaker/Cura 2023-09-15 13:41:47 +02:00
Jaime van Kessel
fbefe42db3
Get abstract color property from metadata not from properties
Otherwise all the abstract profiles are visible

CURA-10953
2023-09-15 13:13:23 +02:00
Erwan MATHIEU
40602591d8
Merge pull request #16711 from Ultimaker/CURA-10915_open_projects_anyway
Opening the value of setting only if they are not in missing packages
2023-09-15 11:47:12 +02:00
saumya.jain
bfdfbbdbbd minor fixes
CURA-8728
2023-09-15 11:27:02 +02:00
saumya.jain
f3829c3ebe comments fix and clean code
CURA-18869
2023-09-15 10:56:48 +02:00
GregValiant
c2a541f5e1 Update DisplayInfoOnLCD.py
Changed "name" variable to "file_name" to avoid any conficts.
2023-09-14 22:16:28 -04:00
saumya.jain
c95481f6e7 tab button in per model setting
CURA-18869
2023-09-14 16:26:00 +02:00
Erwan MATHIEU
863f6fd43b
Merge branch 'main' into CURA-10915_open_projects_anyway 2023-09-13 16:21:25 +02:00
Remco Burema
75fac58198
Merge pull request #16722 from Ultimaker/CURA-11031_only_start_services_when_required
CURA 11031 only start services when required
2023-09-13 16:05:57 +02:00
Remco Burema
62074ca004 Fix now that Gradual Flow plugin PR CURA-11031 has been merged to main. 2023-09-13 15:25:22 +02:00
Jelle Spijker
043fb3fde7
Merge branch 'main' into CURA-11031_only_start_services_when_required 2023-09-13 11:18:41 +02:00
Jelle Spijker
70873ff2df
Fix UT Materials brand is a required property 2023-09-13 11:18:16 +02:00
Erwan MATHIEU
b2f3ff4c3a
Merge pull request #16666 from Ultimaker/CURA-10997_update_printjob_icon
Printjob icon
2023-09-13 10:33:27 +02:00
Jelle Spijker
9b51c6b0fb
Merge branch 'main' into CURA-11031_only_start_services_when_required 2023-09-13 10:24:12 +02:00
Jelle Spijker
c6067ef997
Fix UT for unknown properties not defined in fdmprinter
We allow for that behaviour in general, and even use it ourself for plugins

Fixes CURA-11034
2023-09-13 10:20:13 +02:00
Saumya Jain
9ba4081e5e
Merge branch 'main' into CURA-10997_update_printjob_icon 2023-09-13 10:15:15 +02:00
saumya.jain
d14c8c56c1 icon removed added in depricated icon
CURA-10997
2023-09-13 10:14:55 +02:00
Jelle Spijker
8a21a0a5cb
Use gradual_flow from CURA-11031 branch
Contributes to CURA-11031
2023-09-13 07:55:26 +02:00
Jelle Spijker
45510d04ed
Added ability for backend plugins to determine their usability
Modified BackendPlugin.py and StartSliceJob.py to allow plugins to decide when they should be used. The 'usePlugin'
method was added to enable a plugin to return a boolean indicating if it should be used or not, e.q.: start up and
connect to the services.

Contributes to CURA-11031
2023-09-13 07:22:07 +02:00
jellespijker
3555073ee4 run each time at 5:15 CET
Contribute to CURA-10866
2023-09-12 23:22:38 +02:00
jellespijker
9705de7175 run each hour as a test
Contribute to CURA-10866
2023-09-12 23:11:22 +02:00
jellespijker
933dfb526b only update nightlies when requested
Contribute to CURA-10866
2023-09-12 23:07:19 +02:00
jellespijker
87d0550109 fill in default ,values when run from cron
Contribute to CURA-10866
2023-09-12 22:59:12 +02:00
jellespijker
1d4e5f5c30 fill in default ,values when run from cron
Contribute to CURA-10866
2023-09-12 22:57:02 +02:00
Jelle Spijker
b75e8fd516
Merge pull request #16694 from Ultimaker/CURA-10953_introduce_any_color_material
Introduce any color material
2023-09-12 17:20:38 +02:00
Jelle Spijker
d0b91cb297
Update translations
Contributes to CURA-10953
2023-09-12 17:12:19 +02:00
Jelle Spijker
1a12e9f553
Update translations
Contributes to CURA-10953
2023-09-12 17:10:21 +02:00
Jelle Spijker
66ebdae825
Use the correct plugin name
Contributes to CURA-10953
2023-09-12 17:09:16 +02:00
Jelle Spijker
6ecb1c6b79
Applied code-review comments
Contributes to CURA-10988
2023-09-12 16:46:54 +02:00
Remco Burema
bd24852442
Merge pull request #16686 from Ultimaker/CURA-10906_import-all-as-model
name fixed for correct property handling
2023-09-12 16:32:23 +02:00
Jelle Spijker
5693577f60
Merge branch 'main' into CURA-10953_introduce_any_color_material 2023-09-12 15:13:31 +02:00
Saumya Jain
28d3e1995b
Merge branch 'main' into main 2023-09-12 13:17:35 +02:00
Erwan MATHIEU
7abd4ca5d7 Merge remote-tracking branch 'origin/main' into optimized-prime-tower 2023-09-12 13:00:53 +02:00