Commit graph

32380 commits

Author SHA1 Message Date
Jelle Spijker
1792f80ac8
Sanitize the string before write
Contribute to CURA-10376
2023-04-03 13:12:23 +02:00
Jelle Spijker
95962b2914
Set fuzz_match_key
Contribute to CURA-10376
2023-04-03 12:42:04 +02:00
Jelle Spijker
f190b0395d
Added script to fix a tmx file with existing po files
Contribute to CURA-10376
2023-04-03 10:54:45 +02:00
Jelle Spijker
37a446a4ff
Update conan-recipe-version.yml 2023-03-31 08:17:49 +02:00
Jelle Spijker
28d6e993df
Bump up setting version to 22 2023-03-31 07:24:43 +02:00
Jelle Spijker
5680ea8ee8
Merge pull request #15092 from Ultimaker/5.3
5.3
2023-03-30 15:07:45 +00:00
Jelle Spijker
980de97162 Set FileMode ExistingFile in the open file dialog 2023-03-30 15:05:25 +02:00
Remco Burema
c3ca642a78
Merge pull request #15057 from Ultimaker/CURA-10317_other_inconsitent_material_profiles_in_internal_builds
Cura 10317 other inconsistent material profiles in internal builds
2023-03-29 20:54:21 +02:00
Jelle Spijker
b7498e81a9
set version to 5.4.0-alpha when None 2023-03-29 08:00:50 +02:00
Thomas Rahm
52173cd732 Fixed Typo 2023-03-29 07:14:26 +02:00
Thomas Rahm
536c95555e Suggested profile changes: Ensure minimum support area is 0 for tree support to avoid 'No trees generated' bug report. Removed extra z heightfor Tree support as this should no longer be required with the new implementation 2023-03-29 06:50:30 +02:00
Thomas Rahm
2e2f6f82ea More Tree Support realated changes to fdmprinter.def.json 2023-03-29 06:39:57 +02:00
Remco Burema
066b07160c Defensive programming for unit-test result publising.
Make it slightly more robust, since there have been problems with this in the past aparently (see github.com/ations/runner/1722). Manual rewrite of earlier pull-request Cura/pull/13497

Co-authored-by: 0r31 <orel@dagoma.fr>
2023-03-28 16:31:00 +02:00
Jelle Spijker
87fb723fdd
Merge pull request #15067 from Ultimaker/CURA-10394_remove_wireprinting
[CURA-10394] Remove wire-printing options
2023-03-28 13:49:37 +00:00
rburema
4091800340 update translations 2023-03-28 11:58:00 +00:00
Remco Burema
5b209161ac Remove wireprinting options.
Wireprinting wasn't actively maintained, and almost an entire different min-engine. It's also rarely used, and presumed broken. Remove it, so it doesn't have to be maintained or clog up other maintanance and/or refactor tasks.

frontend part of CURA-10394
2023-03-28 13:50:20 +02:00
Jelle Spijker
230182d85c
Merge remote-tracking branch 'origin/main' into CURA-10317_other_inconsitent_material_profiles_in_internal_builds 2023-03-28 11:27:57 +02:00
Jelle Spijker
551036352d
Copy private data and materials from new location
Contributes to CURA-10317
2023-03-28 11:26:46 +02:00
Jelle Spijker
734d72dcc8
Modernize copy during deploy
Contributes to CURA-10317
2023-03-28 10:51:48 +02:00
Jaime van Kessel
e2d248b0c9
Merge pull request #15007 from Ultimaker/CURA-10451_fix_pause_at_um
[CURA-10451] Pause at height was not working for UM printers.
2023-03-28 10:25:05 +02:00
Jelle Spijker
30e671a94c
Merge pull request #15066 from Ultimaker/CURA-10032
Make smart brim settable per extruder
2023-03-28 09:33:52 +02:00
Jelle Spijker
2d5be9a88a
copy cura from the package folder
Contributes to CURA-10317
2023-03-27 13:44:26 +02:00
Jelle Spijker
d9bc5e0ad6
Fix missing jinja templates
Contributes to CURA-10317
2023-03-27 13:15:21 +02:00
Jelle Spijker
51b81a9fd8
don't use format
The install command at the private repo, can't
seem to override it from the commandline then

Contributes to CURA-10317
2023-03-27 12:37:40 +02:00
Jelle Spijker
d2644df7b6
Make it work with the export_sources method
Contributes to CURA-10317
2023-03-27 11:54:10 +02:00
Jelle Spijker
1f4956de1b
Make it work with the export_sources method
Contributes to CURA-10317
2023-03-27 11:46:39 +02:00
Jelle Spijker
c2721abf87
use copy_deps for copying curaengine
conf doesn't work as expected in Conan<2.0

Contributes to CURA-10317
2023-03-27 11:24:24 +02:00
Jelle Spijker
374a42dea9
Merge branch 'main' into CURA-10317_other_inconsitent_material_profiles_in_internal_builds 2023-03-27 11:05:21 +02:00
Jelle Spijker
20492a1ae9
Add private Cura Artifactory
Contributes to CURA-10317
2023-03-27 11:04:42 +02:00
jellespijker
3d88c3c105 Applied printer-linter format 2023-03-27 08:58:42 +00:00
Jelle Spijker
b88576bd25
Merge branch 'main' into CURA-10317_other_inconsitent_material_profiles_in_internal_builds 2023-03-27 10:56:13 +02:00
casperlamboo
06482c1937
Applied printer-linter format
(cherry picked from commit 5037d2f642)
2023-03-27 09:21:25 +02:00
c.lamboo
7e8229a976
Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374

(cherry picked from commit 2181bbceb3)
2023-03-27 09:21:25 +02:00
Remco Burema
a5fbb21fa7 Disable hold-steppers option completely for Griffin-flavour.
Users could still set the option first, _then_ switch to Griffin, giving the same problems before the default was switched to false (since the setting is disabled for Griffin flavour anyway).

part of CURA-10451
2023-03-24 20:12:35 +01:00
Leandro Heck
e612341f7f Add back the original image. Something was complaining about it. 2023-03-24 14:41:53 -03:00
Leandro Heck
9f9e218ef4 Add extra icons and fix their paths 2023-03-24 14:31:03 -03:00
fieldOfView
8560a9b57c Stop postprocessing plugin creating unnecessary script folders
The idea is to only create scripts in the configuration folder, not in all plugins that register their own resource folder.
2023-03-24 15:14:48 +01:00
Remco Burema
3fa555bd58 Users where not shown some errors from cloud.
CURA-10442 and CURA-10443
2023-03-24 14:31:49 +01:00
Leandro Heck
f5b53f8065 Add icon svg 2023-03-23 22:54:01 -03:00
casperlamboo
5037d2f642 Applied printer-linter format 2023-03-23 15:23:42 +00:00
c.lamboo
2181bbceb3 Fix gcode flavors in profiles
For some printer definitions the `machine_gcode_flavor` was entered incorrectly (the display name was used rather than the flavor-key). Previously in combo boxes the flavour would default to the first key (which is "marlin"). Due to recent changes we will not default anymore to the first option, but instead show nothing. By changing the flavor to the correct key the flavors will show up correctly again.

CURA-10374
2023-03-23 16:22:22 +01:00
Remco Burema
47ef9d623e Pause at height was not working for UM printers.
Hold-stepper-motor (and maybe beep) options, newly introduced previously, _and on by default_ (even though it was clear they where not meant for Griffin flavour GCode -- because at least the hold-motor option was not even visible for Griffin) where causing UltiMaker printers with prints that had the pause-at-height script enabled to fail.

should fix internal ticket CURA-10451
2023-03-23 16:21:59 +01:00
Remco Burema
af9083d56e Add openssf scorecard to readme.
Can't do the fancy badge, don't think shields.io has this owner.
2023-03-23 13:04:06 +01:00
Jelle Spijker
b0f20b8b91
Use the curaengine from the CURA-10415 branch
Contributes to CURA-10415
2023-03-23 12:09:57 +01:00
jellespijker
62ade08d97 update translations 2023-03-23 11:04:28 +00:00
Jelle Spijker
8a36e07274
Copied relevant setting_visibilities from xmas branch
Since the xmas branch was based on 5.2 and that branch
contained some magic to facilitate the S7 release with
a lot of definition/profile changes. It is best to manually
copy the relevant setting.

Contributes to CURA-10415
2023-03-23 11:59:42 +01:00
Jelle Spijker
f8d3e914bc
Copied relevant settings from xmas branch
Since the xmas branch was based on 5.2 and that branch
contained some magic to facilitate the S7 release with
a lot of definition/profile changes. It is best to manually
copy the relevant setting.

Contributes to CURA-10415

Contributes to CURA-10415
2023-03-23 11:55:35 +01:00
Remco Burema
ca8532a5ec Begin adding security-badge with OSSF workflow. 2023-03-23 11:53:28 +01:00
c.lamboo
f5b7176da5 Make smart brim settable per extruder
CURA-10032
2023-03-22 18:32:09 +01:00
jellespijker
c72e8ece7d Applied printer-linter format 2023-03-22 10:53:34 +00:00