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
Saumya Jain
a31f5c5246
Merge pull request #15943 from Ultimaker/PP-350_cleanup_print_temperature
...
PP-350 cleanup print temperature
2023-09-12 12:33:19 +02:00
Saumya Jain
0eae40bacd
Update cura.pot
2023-09-12 11:43:23 +02:00
saumya.jain
66318d63dc
Merge branch 'main' into PP-350_cleanup_print_temperature
2023-09-12 10:21:21 +02:00
Jelle Spijker
c526ef6fb7
Use lowercase cura_conan_version
...
Contributes to CURA-10988
2023-09-12 08:00:36 +02:00
Jelle Spijker
bbf480d4a3
Disabled MacOS ARM64
...
Runner is offline for maintenance.
Contributes to CURA-10988
2023-09-11 19:31:40 +02:00
Erwan MATHIEU
ba1d50fc0a
Merge remote-tracking branch 'origin/main' into CURA-10997_update_printjob_icon
2023-09-11 16:14:16 +02:00
Erwan MATHIEU
80a8d863d6
Merge remote-tracking branch 'origin/main' into CURA-10004_fix_crash_small_rotations
2023-09-11 15:56:32 +02:00
Jelle Spijker
570d6ae916
Merge branch 'main' into CURA-10953_introduce_any_color_material
2023-09-11 15:52:13 +02:00
Erwan MATHIEU
ab22611ecf
Remove convex hull computation when not required
...
ConvexHullDecorator is setup at node creation, so I can't see a way that this part of code is called. Moreover, it would add a decorator for a layer plan node, which actually leads to a crash.
CURA-10004
2023-09-11 15:44:07 +02:00
Jelle Spijker
86aaaf4677
Removed time-outs
...
They will cancel running jobs not idle waiting
Contributes to CURA-10475 and CURA-10591
2023-09-11 15:29:55 +02:00
saumya.jain
43fddcf012
Opening the value of setting only if they are not in missing packages
...
CURA-10915
2023-09-11 13:37:08 +02:00
Jelle Spijker
69bdcfa52f
Simplified All Installer workflow
...
No need to make exceptions in this workflow for different OSes
it's called the **All** Installer for a reason.
If people need a specific OS installer run the linux, macos or windows installer itself.
Added a time-out to the macos workflow if the self-hosted isn't online.
Moved the ARM64 jobs to the end and added an `always()` condition to the update of the release, such that the
GH hosted runners will at least update.
Add missing download for MacOS X64
Contributes to CURA-10475 and CURA-10591
2023-09-11 13:29:02 +02:00
Jelle Spijker
8126b9a6f6
Use testing package from Uranium and CuraEngine
...
Contributes to CURA-10475 and CURA-10591
2023-09-11 12:24:37 +02:00
Jelle Spijker
38133980fc
Merge branch 'main' into CURA-10475_engineplugin
...
# Conflicts:
# .github/workflows/installers.yml
2023-09-11 12:18:12 +02:00
Erwan MATHIEU
03d8c61a98
Merge remote-tracking branch 'origin/main' into CURA-10972_fix_hang_serial
2023-09-11 11:23:24 +02:00
Erwan MATHIEU
8f4dec2c9d
Fix possible hang at startup/add printer
...
Remove the ISP leaving part which is *probably* unnecessary 99.99% of the times but may cause a hang when some USB devices are connected.
CURA-10972
2023-09-11 10:31:04 +02:00
Jelle Spijker
312c2a5bb2
github.event.inputs are strings
...
Contributes to CURA-10998
2023-09-11 10:20:43 +02:00
Jelle Spijker
7a3d852d41
fixed syntax erros
...
Contributes to CURA-10998
2023-09-11 10:18:32 +02:00
Jelle Spijker
d1e4e018b9
fixed missing start of context
...
Contributes to CURA-10998
2023-09-11 10:13:54 +02:00
Jelle Spijker
4c8f8c8a00
fixed missing start of context
...
Contributes to CURA-10998
2023-09-11 10:12:48 +02:00
Jelle Spijker
c9bc1963e4
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:11:21 +02:00
Jelle Spijker
e586fca22e
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:08:33 +02:00
Jelle Spijker
965a30775d
Use github.event.inputs
...
Contributes to CURA-10998
2023-09-11 10:07:09 +02:00
Jelle Spijker
553ce41d01
Use default values for nightlies
...
Contributes to CURA-10998
2023-09-11 10:01:11 +02:00
Jelle Spijker
038a8358b1
Pin pyArcus, pySavitar and pynestd2d to released 5.3.0
...
Contributes CURA-10951 and CURA-10475
2023-09-11 08:23:43 +02:00
Remco Burema
9a768acfa4
Merge pull request #16607 from Ultimaker/CURA-10951_gh_build_curapackage
...
CURA-10951 build plugin as bundled plugin on the GH runners
2023-09-08 23:05:33 +02:00
Remco Burema
2de0a9711a
Require packages from main branches instead of from CURA-10915.
2023-09-08 22:52:41 +02:00
Remco Burema
fbd5569089
Merge remote-tracking branch 'origin/main' into CURA-10951_gh_build_curapackage
2023-09-08 18:39:27 +02:00
Jaime van Kessel
bcd9f9cbf9
Add all changed materials to version upgrade regex
...
CURA-10953
2023-09-08 13:02:32 +02:00
Jaime van Kessel
0141b750f5
Add version upgrader
...
CURA-10953
2023-09-08 11:04:13 +02:00