Jaime van Kessel
1f9d0c4fef
Merge branch 'main' of https://github.com/kixell/Cura
2024-08-05 13:52:22 +02:00
Jaime van Kessel
6b2ac389cf
Merge branch '5.8' of github.com:Ultimaker/Cura
2024-08-05 13:40:19 +02:00
Jaime van Kessel
4a5aecc1e4
Merge branch 'fix/3MFWriter' of https://github.com/nilsiism/Cura
2024-08-05 13:25:55 +02:00
Jaime van Kessel
9bc283fb2f
Merge pull request #19403 from Ultimaker/Fix_html_tag_order
...
Fix HTML tag order
2024-08-05 13:17:00 +02:00
Jaime van Kessel
7c98657bed
Merge pull request #18977 from Ultimaker/template_update_5.7
...
Update SlicingCrash.yaml
2024-08-05 13:16:15 +02:00
HellAholic
400266affb
Set conan package version 5.8.0
5.8.0-RC1
2024-08-01 08:02:55 +00:00
Jaime van Kessel
3707158b03
Merge branch '5.8' of github.com:Ultimaker/Cura
5.8.0
2024-08-01 09:14:23 +02:00
HellAholic
af10ac32a3
Merge pull request #19451 from Ultimaker/CURA-12050_add_force_depends_on_setting_to_method
...
CURA-12050 add force depends on setting to method
2024-07-31 14:57:10 +02:00
Remco Burema
dd9f19605e
Merge branch '5.8'
2024-07-31 14:55:44 +02:00
HellAholic
ad12851426
Applied printer-linter format
2024-07-31 09:34:34 +00:00
HellAholic
1ac563119e
Add raft_base_thickness dependency
...
For raft_interface_z_offset, raft_interface_line_spacing, and raft_interface_z_offset
2024-07-31 11:32:59 +02:00
HellAholic
4be2d22fa9
Applied printer-linter format
2024-07-31 08:07:45 +00:00
HellAholic
eb80d84da8
comma
2024-07-31 10:06:31 +02:00
HellAholic
1f1f9ee5e7
Apply PPM review
...
raft_base_line_spacing depends on raft_interface_extruder_nr
cool_fan_enabled depends on support_extruder_nr
raft_base_thickness not only depends on raft_interface_extruder_nr but also on support_extruder_nr
2024-07-31 09:58:25 +02:00
HellAholic
c3a74c07b9
Applied printer-linter format
2024-07-30 14:49:28 +00:00
HellAholic
dca373735e
Add other dependencies and update condition
2024-07-30 16:47:59 +02:00
HellAholic
0c09490d36
Applied printer-linter format
2024-07-30 12:28:20 +00:00
HellAholic
6ec660e974
Add removed value during linter to raft_interface_line_width
2024-07-30 14:26:35 +02:00
HellAholic
bec4278f9b
Revert "Add force depends on properties to metod"
...
This reverts commit 4e16dc081471adadd229709881d88b44ef9967b7.
Revert "Applied printer-linter format"
This reverts commit fb2f28a32123ecd53dcb162ccdf0c2cb6c66093a.
2024-07-30 14:21:22 +02:00
HellAholic
e2d1381ceb
Applied printer-linter format
2024-07-30 12:20:35 +00:00
HellAholic
3a76f7e0ac
Add force update to method base def
2024-07-30 14:17:18 +02:00
HellAholic
162f9e5f62
Revert "Move the changes to the method base definition"
...
This reverts commit 96b5833035be1a5b856aaf3d74458864f10fa39b.
2024-07-30 14:13:37 +02:00
HellAholic
96b5833035
Move the changes to the method base definition
2024-07-30 14:10:44 +02:00
nallath
fb2f28a321
Applied printer-linter format
2024-07-30 10:56:21 +00:00
Jaime van Kessel
4e16dc0814
Add force depends on properties to metod
...
CURA-12050
2024-07-30 12:54:45 +02:00
HellAholic
931aac2cb0
Merge pull request #19393 from Ultimaker/CURA-11958_fix_autoselect_mbot_format
...
[CURA-11958] fix auto-select `.makerbot` format
2024-07-26 16:15:32 +02:00
HellAholic
44ad932c0b
Merge pull request #19435 from Ultimaker/PP-506-zsem-to-user-defined-for-visual-intents
...
PP-506 z-seam to user defined for visual intents
2024-07-26 15:39:34 +02:00
Paul Kuiper
54a66b605d
Set z seam to User defined for the visual intents.
...
PP-506
2024-07-26 15:24:29 +02:00
HellAholic
80f219012e
Merge pull request #19396 from Ultimaker/CURA-11940_yes_is_true_for_cura
...
[CURA-11940] XmlMaterial: Don't 'translate' to yes when it's a cura-setting.
2024-07-26 11:20:40 +02:00
Jaime van Kessel
e02c8b8bc0
Merge pull request #19424 from Ultimaker/PP-504-Profile-correction-for-5.8-release
...
Profile corrections for final 5.8 release
2024-07-25 10:31:58 +02:00
Paul Kuiper
f4d9dcc840
Changed the support_interface_offset from '=support_offset' to 1 for self support of all Method materials. This value is 0 for the support materials (PVA, SR30, Rapid)
...
PP-504
2024-07-24 18:15:09 +02:00
Jaime van Kessel
8062d92d34
Merge branch '5.8' of github.com:Ultimaker/Cura
2024-07-24 16:16:59 +02:00
Paul Kuiper
3800c4b574
* Fix z distance Method PVA from 0.4 to 0 and interface line width from 0.25mm to 0.4mm
...
* Set seam position to sharpest corner + smart hiding (all Ultimaker machines, [not affecting Method machines, was already set to this])
* Enable Use support towers for Method supports materials and all Ultimaker materials, disable for Method model materials.
* Interface support horizontal expansion: 0mm for all Method support materials
PP-504
2024-07-24 11:50:36 +02:00
Remco Burema
a027307743
Revert "* Fix z distance Method PVA from 0.4 to 0 and interface line width from 0.25mm to 0.4mm"
...
This reverts commit bc95ae1009ef3297aea1a6685a39b75e9ba87a75.
2024-07-24 11:44:27 +02:00
Paul Kuiper
bc95ae1009
* Fix z distance Method PVA from 0.4 to 0 and interface line width from 0.25mm to 0.4mm
...
* Set seam position to sharpest corner + smart hiding (all Ultimaker machines, [not affecting Method machines, was already set to this])
* Enable Use support towers for Method supports materials and all Ultimaker materials, disable for Method model materials.
* Interface support horizontal expansion: 0mm for all Method support materials
PP-504
2024-07-24 11:37:35 +02:00
HellAholic
b48d3a773b
Merge pull request #19391 from Ultimaker/CURA-10914_allow_multiple_plugins_on_same_slot
...
CURA-10914 Order backend plugins by name
2024-07-24 11:23:34 +02:00
HellAholic
bf203bf9ce
Merge pull request #19357 from Ultimaker/lokalise-2024-07-10_14-23-26
...
Lokalise: Translations update
2024-07-23 12:52:03 +02:00
HellAholic
fbd50501c6
Update cura.pot
...
The bold tag should close before the paragraph tag.
2024-07-20 14:14:34 +02:00
Remco Burema
273f85c182
Defensive programming: Catch case where 'error_description' is missing in response.
2024-07-18 16:02:23 +02:00
Erwan MATHIEU
2e00ef9393
Merge branch '5.8' into CURA-11940_yes_is_true_for_cura
2024-07-18 11:49:55 +02:00
Erwan MATHIEU
c8e87b888d
Merge branch '5.8' into CURA-11958_fix_autoselect_mbot_format
2024-07-18 11:49:49 +02:00
Erwan MATHIEU
c16096c223
Merge pull request #19392 from Ultimaker/Add-instance0-to-gaggles
...
Add "instance0" entry to gaggles
2024-07-18 10:25:43 +02:00
Remco Burema
b1dcfcb79d
XmlMaterial: Don't 'translate' to yes when it's a cura-setting.
...
CURA-11940
2024-07-18 09:00:27 +02:00
Remco Burema
39d9ab7afb
Allow DigitalFactory bundled-plugin to autoselect format on save.
...
There was an earlier implementation of this, which was hacky, and didn't work anymore.
CURA-11958
2024-07-17 18:05:33 +02:00
c.lamboo
05a6bb7e45
Remove plugin code
...
oops
2024-07-17 12:08:04 +02:00
c.lamboo
6ebed84553
Add "instance0" entry to gaggles
2024-07-17 12:04:27 +02:00
Erwan MATHIEU
1c244f0a83
Merge pull request #19358 from Ultimaker/PP-502-Method-Corrections
...
[PP-502] Method profile corrections
5.8.0-beta.1-RC2
2024-07-16 10:04:28 +02:00
Erwan MATHIEU
50ec4d78ab
Merge branch '5.8' into PP-502-Method-Corrections
2024-07-16 10:04:16 +02:00
Remco Burema
285a241eb2
Drop-to-buildplate/3MF-reading: Simplify boolean parsing.
...
Avoid heavy methods like previously here for a number of reasons.
2024-07-16 09:20:00 +02:00
Paul Kuiper
1c7057bfb8
Change support roof distance from 0.25mm to 0.4mm for PVA
...
PP-502
2024-07-16 08:38:12 +02:00