Christopher Peredy
e515537152
EN4 Add materials generic ABS, ASA, PETG, TPU
...
Profiles are mostly copied from elegoo/base. Most hardcoded temperature
values were removed, so custom materials settings have an effect.
v0.6
2023-10-01 21:46:53 +02:00
Christopher Peredy
4aafc04505
EN4 Fix missing extruder error
v0.5.1
2023-10-01 12:45:14 +02:00
Christopher Peredy
aa9bdaa3cc
EN4 Add Neptune 4 Pro definition
...
It's basically a Neptune 4
v0.5
2023-10-01 00:15:45 +02:00
Christopher Peredy
2074bf4ef5
EN4 Remove obsolete extruder defintion
2023-10-01 00:14:48 +02:00
Christopher Peredy
ab3d44d7d4
EN4 Fix print one at a time
...
Removed `gantry_height` because it covers the entire build plate and
makes printing one at a time practically impossible. The user should
manually verify that the printing order is correct, so the external part
cooler does not nock of already printed models.
2023-09-30 21:02:19 +02:00
Christopher Peredy
7b6827e128
EN4 definition inherits elegoo_base
...
Pros:
- Less redundancy between elegoo_base and N4 definition
Cons:
- Changes in elegoo_base also effect N4
- I don't fully understand what presets get priority over others and
when they overwrite or just extend another preset. It works for now
but changes in Curas preset parsing/handling may break this
profile!
v0.4
2023-09-30 14:18:07 +02:00
Christopher Peredy
7bc22a0f9d
EN4 fine-tune profiles
v0.3
2023-09-29 14:53:52 +02:00
Christopher Peredy
952a704b73
EN4 tune visual profiles
2023-09-28 23:25:05 +02:00
Christopher Peredy
f8ea66604e
EN4 Improve print time estimation
2023-09-28 16:52:54 +02:00
Christopher Peredy
6d0e0f2cbc
Add support for ELEGOO Neptune 4
2023-09-27 01:15:58 +02:00
Jelle Spijker
e25f1b03a5
Update macos.yml
2023-09-23 19:33:00 +02:00
Jelle Spijker
f8425b039a
don't upload packages from self-hosted
2023-09-23 19:24:48 +02:00
Jelle Spijker
b1e5718e72
allow cmd to to fail
2023-09-23 19:15:38 +02:00
Jelle Spijker
dde9384c04
clean the slate
...
self-hosted runners are persistent since the the internal repo installs the private artifactory when run from there, the public repo tries to use that data, but from here we don't have access to the sources. This steps ensure that the private Artifactory is unknown in the public repo
2023-09-23 19:12: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
c.lamboo
d4449c680f
Find available port when starting backend plugin
...
CURA-11067
2023-09-20 11:24:28 +02:00
Saumya Jain
26e7995588
Merge pull request #16756 from Ultimaker/PP-350_Corrections-on-the-anycolor-profiles
...
Default temperature corrections on the any color profiles
2023-09-20 10:55:37 +02:00
MariMakes
d8131ee4c3
Applied printer-linter format
2023-09-20 08:53:53 +00:00
Mariska
eb8fc9696a
Merge pull request #15536 from dagoma3d/pro430_extra_generic_profiles
...
Pro430 have Steel and Brass nozzles, but this introduces Series nozzles.
This PR will introduce 6 nozzle sizes: Series 0.2, 0.4, 0.6, 0.8, 1.0 and 1.2
2023-09-20 10:52:51 +02:00
Saumya Jain
04cd94e5d2
Merge branch 'main' into PP-350_Corrections-on-the-anycolor-profiles
2023-09-20 10:40:49 +02:00
Jaime van Kessel
b56ad7de54
Merge pull request #16709 from Ultimaker/CURA-10972_fix_hang_serial
...
Fix possible hang at startup/add printer
2023-09-20 10:15:15 +02:00
Remco Burema
5e1e6e2902
Merge pull request #16765 from Ultimaker/CURA-11064-log-backend-plugin-stdout
...
Log backend plugin std out
2023-09-19 17:35:06 +02:00
Remco Burema
1e360e1ea0
Output on error-stream doesn't necessarily mean an error.
...
done as part of CURA-11064
2023-09-19 17:34:19 +02:00
Remco Burema
c9d50439bf
Manually revert accidentally committed changes.
...
Wasn't me!
2023-09-19 17:24:50 +02:00
c.lamboo
63942b72a8
Log backend plugin std out
...
CURA-11064
2023-09-19 17:07:46 +02:00
Saumya Jain
c17591d492
Merge branch 'main' into PP-350_Corrections-on-the-anycolor-profiles
2023-09-19 17:00:52 +02:00