Jaime van Kessel
d404c7f9f4
Merge pull request #16865 from Ultimaker/CURA-11087_fix_missing_asc
...
Fix missing asc file in Linux build artifacts
2023-10-02 15:33:36 +02:00
Jelle Spijker
6106ade3af
Fix missing asc file in Linux build artifacts
...
The asc was created for the AppImage, but never uploaded as an
artifact.
Fixes CURA-11087
2023-10-02 09:49:04 +02:00
Remco Burema
5552b5ced3
Merge pull request #16826 from Ultimaker/CURA-11089_fix_crash_when_adding_some_printers
...
Fix crash when adding some printers
2023-09-27 14:07:45 +02:00
Erwan MATHIEU
3ebeb0a661
Set a brand to empty material to avoid later crash
...
CURA-11089
2023-09-26 13:59:45 +02:00
Erwan MATHIEU
96ccd50ce7
Merge pull request #16811 from Ultimaker/CURA-11065-fix-cura-recommended-mode-crashing
...
Fix cura recommended mode crashing
2023-09-26 12:47:46 +02:00
Casper Lamboo
9e03abbbce
Merge pull request #16813 from Ultimaker/CURA-11082-add-setting-to-group-outer-walls
...
Add setting to group outer walls
2023-09-26 12:04:48 +02:00
Mariska
07dc257d32
Update resources/definitions/fdmprinter.def.json
...
CURA-11082 - Updated description
2023-09-26 12:04:31 +02:00
casperlamboo
0960668b76
Applied printer-linter format
2023-09-26 08:45:03 +00:00
c.lamboo
8d36f0a9fe
Put group outer walls in experimental
...
CURA-11082
2023-09-26 10:43:30 +02:00
c.lamboo
383d1b44a7
Merge remote-tracking branch 'origin/CURA-11082-add-setting-to-group-outer-walls' into CURA-11082-add-setting-to-group-outer-walls
2023-09-25 15:07:15 +02:00
c.lamboo
288c1f7275
Add new setting to visibility
...
CURA-11082
2023-09-25 15:07:07 +02:00
casperlamboo
f448f3600d
Applied printer-linter format
2023-09-25 13:04:57 +00:00
c.lamboo
43694fde1c
Add setting to group outer walls
...
CURA-11082
2023-09-25 15:03:11 +02:00
c.lamboo
19c6c68b0a
Fix cura recommended mode crashing
...
CURA-11051
2023-09-25 13:38:03 +02:00
saumya.jain
e355c8f6e8
Fixing the help message
...
CURA-10228
2023-09-25 11:44:03 +02:00
Remco Burema
a278ad057f
Merge pull request #16784 from Ultimaker/CURA-11014_fix_missing_definitions
...
Only filter files in directories starting with .
2023-09-22 11:29:59 +02:00
jellespijker
658f270fe1
removed debugging statement
...
Contributes to CURA-11014
2023-09-22 01:30:00 +02:00
jellespijker
b401ecee02
Add MacOS directory naming linting
...
A new Linter subclass - 'Directory' has been created and integrated into the linting process to handle directory naming conventions, specifically for MacOS. MacOS has issues when signing and notarizing directories with '.' in their names. The new class will trigger an 'Error' level diagnostic if this convention is violated. The linter will become a required check with this update, as its new check configuration was added to '.printer-linter'. The version number in 'pyproject.toml' was also incremented to reflect these changes.
Contributes to CURA-11014
2023-09-22 01:29:22 +02:00
jellespijker
d5f4bffb8b
Revert "Only filter files in directories starting with ."
...
This reverts commit f806a61819592f6c80adb0ef83aa162253154a81.
2023-09-22 00:43:14 +02:00
jellespijker
0fe10b4ac2
Revert "MacOS App doesn't like dots"
...
This reverts commit d8b5b26a0a1825c014e05a1ea7eb35fd025f5364.
2023-09-22 00:43:14 +02:00
saumya.jain
75b8a18453
. in folder names changed to _
...
CURA-11014
2023-09-21 17:06:49 +02:00
Jelle Spijker
d8b5b26a0a
MacOS App doesn't like dots
...
Contributes to CURA-11014
2023-09-21 16:17:58 +02:00
Jelle Spijker
f806a61819
Only filter files in directories starting with .
...
Mac builds were missing some definitions, which happened because there was
a . in the directory. The reason why we filtered these in the first place
was because Apple doesn't notarize/sign an App correctly if the directory
starts with a . e.q.: .dylibs in scipy and shapely.
Made the filtering less aggressive
Contributes to CURA-11014
2023-09-21 15:54:01 +02:00
Jelle Spijker
e4cca7014b
Merge pull request #16780 from Ultimaker/PP-245-profile-tweaks
...
Bug fixes profiles
2023-09-21 13:59:36 +02:00
Paul Kuiper
c884b3fb0c
Restored old retract settings to prevent stringing. Bug fix: typo in formula Quick mode. Removed experimental tag from AA).4 0.3mm modes.
...
PP-245
2023-09-21 13:10:37 +02:00
Casper Lamboo
d26399871d
Merge pull request #16776 from Ultimaker/CURA-11038_bundled_plugin_executable_macos
...
CURA 11038 bundled plugin executable macos
2023-09-20 18:40:29 +02:00
Casper Lamboo
18be6e3c0b
Update conanfile.py
2023-09-20 18:38:58 +02:00
Jelle Spijker
2ad343dd92
Revert "Skip Finder-prettifying"
...
This reverts commit cc3eb54c1bf7bcb1815093494c5c6e23d7e2f77c.
2023-09-20 18:22:01 +02:00
Jelle Spijker
cc3eb54c1b
Skip Finder-prettifying
...
Contributes CURA-11038
2023-09-20 17:57:47 +02:00
Remco Burema
dfad341878
Fix illegal escape sequence in i18n.
2023-09-20 17:22:28 +02:00
Jelle Spijker
471490540d
Copy curaengine_gradual_flow_plugin
exec to correct deploy path
...
Contributes CURA-11038
2023-09-20 17:17:43 +02:00
Remco Burema
908032e12c
Update translation-template with bundled engine-plugin settings.
...
Will need to be handled more elegantly later. Put it here manually for now, so we can at least start the translation process.
2023-09-20 17:07:15 +02:00
Jelle Spijker
5a89a436d6
install bundled gradual plugin next to curaengine exec
...
Contributes CURA-11038
2023-09-20 17:00:19 +02:00
Casper Lamboo
4551cb3f5f
Merge pull request #16773 from Ultimaker/CURA-11064_plugin_specific_log_files
...
Cura 11064 plugin specific log files
2023-09-20 16:55:59 +02:00
jellespijker
3cf3cd9315
update translations
2023-09-20 14:03:57 +00:00
Jelle Spijker
c5b7475b60
Update translations
...
Contributes CURA-10994
2023-09-20 15:57:19 +02:00
jellespijker
4512548f06
update translations
2023-09-20 13:10:36 +00:00
j.spijker@ultimaker.com
58fabecaa8
Pin the specific stable versions
2023-09-20 14:59:04 +02:00
Casper Lamboo
ed43a9f4e1
Merge pull request #16653 from sustmi/czech-translations-v5.4
...
Czech translations for v5.4
2023-09-20 14:57:01 +02:00
Casper Lamboo
096a31e507
Merge branch '5.5' into czech-translations-v5.4
2023-09-20 14:55:48 +02:00
j.spijker@ultimaker.com
e9f316d5d9
Add logging and cleanup for backend plugins
...
This commit adds improved logging for backend plugins in Cura. Now,
each time a plugin is started, an info log is generated with the used
command.
All plugin output will also be logged to a separate file for easier
debugging. Additionally, a cleanup operation has been added to remove
existing plugin logs before generating a new one, to prevent the file
size from getting too large.
Contributes to CURA-11064
2023-09-20 14:45:04 +02:00
j.spijker@ultimaker.com
a9f2d879f7
"Add logging to backend plugin process"
...
This commit introduces logging to the backend plugin process in the Cura application. The output from the plugin process is now redirected to a log file, which is created in the application's data storage directory. This can be useful for debugging and troubleshooting purposes by providing more transparency about what's happening in the plugin process. A new dependency 'os' has been added to the 'BackendPlugin.py'. Also, the 'Resources' module has been imported from 'UM'. The changes mainly affect the way the 'subproccess.Popen' function is used - its 'stdout' and 'stderr' parameters were adjusted accordingly.
Contributes to CURA-11064
2023-09-20 14:37:35 +02:00
Remco Burema
7633ebf704
Start 5.5.x release branch.
2023-09-20 14:01:36 +02:00
Mariska
8ccca7fb9f
Merge pull request #16481 from goofoo3d/main
...
Update All GOOFOO printers with new nozzle sizes and quality profiles
2023-09-20 13:38:03 +02:00
MariMakes
f70f0d0f6b
Last few renames
...
Hopefully these are the last renames before merging
2023-09-20 13:30:45 +02:00
MariMakes
0a11739558
Missing renames
...
These files are renamed, back to how they are already in Cura, so it won't break configurations.
2023-09-20 13:27:57 +02:00
MariMakes
ad4753c3e2
Updated Naming for 0.40
...
These file names are already present in Cura, and will cause some broken configurations if they are renamed without a script
2023-09-20 13:21:55 +02:00
j.spijker@ultimaker.com
5cd233b1cf
revert logging
2023-09-20 13:18:22 +02:00
j.spijker@ultimaker.com
8c2f2209dd
Install full plugin for development
2023-09-20 12:48:57 +02:00
Jelle Spijker
aacffbc0d5
Merge pull request #16772 from Ultimaker/CURA-11067-backend-plugin-find-available-port
...
Find available port when starting backend plugin
2023-09-20 11:54:36 +02:00