Erwan MATHIEU
5ef569d8ce
Set only UM variants name as being translated
...
CURA-12255
Also applied some consistency between labels, so that they are more consistent and more printers get their variants name translated.
2024-11-06 10:55:43 +01:00
rburema
30f3d59b7a
Applied printer-linter format
2024-11-05 19:45:43 +00:00
Remco Burema
c89b708525
Make grid-translucency depend on if machine has texture on BP.
...
part of CURA-12188
2024-11-05 20:44:25 +01:00
Remco Burema
8bf6320ff0
Merge remote-tracking branch 'origin/5.9' into CURA-12188_build_plate_z_fighting
2024-11-05 14:30:33 +01:00
HellAholic
dcbd40ca7d
Set conan package version 5.9.0-beta.2
5.9.0-beta.2-RC2
5.9.0-beta.2-RC1
5.9.0-beta.2
2024-11-05 13:05:42 +00:00
HellAholic
85230c5a7d
Merge pull request #19858 from Ultimaker/CURA-12202_Changelog
...
Update Changelog for Second Beta
2024-11-05 14:04:27 +01:00
Mariska
aa5a4f47c7
Apply suggestions from code review
...
Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
2024-11-05 13:59:31 +01:00
MariMakes
71d4afcd5f
Update for second beta
...
Update for second beta
2024-11-05 12:09:15 +01:00
Erwan MATHIEU
5d79bc2be3
Remove double translations (wrong last conflict resolving)
...
CURA-12255
2024-11-04 12:45:39 +01:00
Erwan MATHIEU
0eaba299b1
Merge remote-tracking branch 'origin/5.9' into CURA-12255_string_fix_translation
2024-11-04 12:34:33 +01:00
Erwan MATHIEU
5f9828dbd8
Add variant names to source translation files
...
CURA-12255
2024-11-04 12:03:15 +01:00
Erwan MATHIEU
d957f64832
Merge pull request #19856 from Ultimaker/fix-scarf-seam-French-translation
...
Provide better French translation for scarf seam
2024-11-04 09:22:05 +01:00
Erwan MATHIEU
f809a159e5
Provide better French translation for scarf seam
2024-11-04 09:19:22 +01:00
HellAholic
f5efb60b71
Update to a better logic
...
Also allow for extraction for PO files
2024-11-01 17:33:29 +01:00
HellAholic
c036576116
Fix the missing translation connection
...
Text was assigned directly from the Machine manager without being passed to the catalog
2024-11-01 17:07:55 +01:00
HellAholic
a225097d94
add the variant with small s as well
...
Unclear where it's used and should be kept
2024-11-01 17:07:11 +01:00
HellAholic
47b4cc6dee
Replace s with S in Nozzle size
2024-11-01 15:54:49 +01:00
HellAholic
79a12494e4
Merge pull request #19819 from Ultimaker/eazao_profile_adjustment
...
Remove obsolete overrides
2024-11-01 10:45:58 +01:00
HellAholic
ef6be430f6
Merge pull request #19836 from Ultimaker/CURA-12220_exclude_clay_ceramic_eazao
...
Add exclude material rule for eazao_clay
2024-11-01 10:39:19 +01:00
HellAholic
54a521eed6
add preferred material eazao_clay to definitions
2024-11-01 10:32:13 +01:00
HellAholic
9c2a3b29a4
Merge pull request #19835 from Ultimaker/CURA-12235_acceleration-default-values
...
CURA-12235 acceleration default values
2024-10-31 17:30:30 +01:00
HellAholic
589d28c5cd
Merge branch '5.9' into CURA-12235_acceleration-default-values
2024-10-31 15:32:01 +01:00
Erwan MATHIEU
938fc3f039
Merge pull request #19798 from Ultimaker/CURA-12229_blacklist_binaries
...
Refactor binaries filtering and update dependencies
2024-10-31 13:12:22 +01:00
Remco Burema
86f12f62f7
Build: Some files may have already been removed.
...
Symlinks for example?
part of CURA-12229
2024-10-30 17:02:42 +01:00
HellAholic
341e6a6b62
Add exclude material rule for eazao_clay
2024-10-30 16:04:51 +01:00
Remco Burema
cd2e4220f0
Build: Don't remove dir with os.remove use rmdir instead.
...
part of CURA-12229
2024-10-30 15:49:02 +01:00
Remco Burema
2aed655c8b
Build: Really try to make sure unwanted binaries are gone.
...
part of CURA-12229
2024-10-30 15:07:00 +01:00
Erwan MATHIEU
d730f42f5f
Allow very high acceleration and deceleration
...
CURA-12235
2024-10-30 13:48:44 +01:00
Erwan MATHIEU
7c0b8d270a
Merge pull request #19831 from h1data/5.9
...
tweaks common terms for Japanese translation
2024-10-30 09:59:57 +01:00
Remco Burema
cf836c29cb
Build: Outright remove the unwanted binaries, just to be sure.
...
This is needed on Windows at the moment, which doesn't actually parse that file, but does execute the method.
part of CURA-12229
2024-10-30 08:45:58 +01:00
Erwan MATHIEU
db066acf26
Merge pull request #19826 from Patola/5.9
...
Updated pt_BR strings for Cura 5.9
2024-10-30 08:31:28 +01:00
h1data
35ca2d6dea
tweaks common terms for Japanese translation
2024-10-30 12:16:23 +09:00
Remco Burema
e0f0e9407b
Build: Filter didn't work because the filename was in a tuple.
...
part of CURA-12229
2024-10-29 16:14:19 +01:00
Remco Burema
2d9e7a347f
Build: Fix inverted filter condition for libraries.
...
Noticed that we _only_ kept the libraries we _didn't_ want, instead of the inverse :-p
part of CURA-12229
2024-10-29 13:49:24 +01:00
Remco Burema
52824c4872
Build: Make pseudo-code into something that should work for all OS's.
...
part of CURA-12229
2024-10-29 13:18:04 +01:00
Cláudio 'Patola' Sampaio
1ed7600a71
Updated pt_BR strings for Cura 5.9
2024-10-29 03:53:51 +01:00
HellAholic
057a6fdb40
Merge pull request #19806 from Ultimaker/back_to_front
...
Update MakerbotWriter.py
2024-10-28 16:07:48 +01:00
HellAholic
77b9fea100
Merge pull request #19807 from Ultimaker/remove_legacy_material_mapping
...
remove legacy material linkage
2024-10-28 16:05:56 +01:00
HellAholic
951dfb7cf6
additional corrections
...
UM nylon 175 doesn't exist in fdm_material
im-pla GUID has been updated on fdm_material
reference id for PETG is pet
ce6549e882/ultimaker_petg_175.xml.fdm_material (L10C9-L10C59)
2024-10-28 15:26:44 +01:00
Erwan MATHIEU
a2598eaf3e
Merge pull request #19817 from h1data/5.9
...
improve Japanese translation for 5.9
2024-10-28 10:07:04 +01:00
Erwan MATHIEU
74e027c8e1
Merge branch '5.9' into 5.9
2024-10-28 08:30:00 +01:00
HellAholic
aca2879a3e
retraction_combing_max_distance override with same value as fdmprinter
...
Remove obsolete override setting.
2024-10-27 18:13:10 +01:00
HellAholic
a18a250274
Remove obsolete override for cool_fan_enabled
...
Since the material has cool fan speed at 100. cool fan enabled set to false would make that setting redundant.
2024-10-27 18:04:35 +01:00
HellAholic
91237876f0
Remove obsolete overrides
2024-10-27 17:56:22 +01:00
h1data
e7d8acf260
improve Japanese translation for 5.9
2024-10-27 22:57:12 +09:00
HellAholic
1a0f401617
remove legacy material linkage
...
There are no PC, HIPS, TPU, PC, BVOH materials for makerbot series and the references used point to Generic 175 material GUIDs which is blocked for the makerbot/sketch series.
2024-10-25 15:08:51 +02:00
HellAholic
0311ca0ddc
Update MakerbotWriter.py
...
switch back and front bounds order to line up with the NP and makerbot documentation
2024-10-25 13:30:27 +02:00
Remco Burema
0473d789ba
Make the build-plate-grid render mostly opaque.
...
Some printers looked a bit weird with the previous value. Just completely remove the two altered lines if it's still not OK though.
part of CURA-12188
2024-10-24 11:27:07 +02:00
Remco Burema
a6a223bcc1
Prevent 'too small' starts from not rendering.
...
Not actually part of CURA-12188 but I was in the neighbourhood anyway.
2024-10-24 09:50:03 +02:00
Remco Burema
32369e39e3
Fix z-fighting between build-plate-grid and printer-model.
...
Since both of them where a different render type (solid versus transparent) the sorting didn't work. Make them both transparent. (Though no changes where made there, see also UM/Scene/Platform -- which is not to be confused with UM/Platform.)
should fix CURA-12188
2024-10-24 09:48:36 +02:00