jelle Spijker
f730959f78
fixed discard or keep combobox on Mac
...
Use the new controls ComboBox
2021-08-30 16:15:02 +02:00
Konstantinos Karmas
8de5e1e5b9
Account for the width of the arrow in the Extruders row
...
Although the ExpandablePopup already sets the anchors of the `headerItem` to account for the arrow icon on the right side, the ConfigurationMenu's extruder row was ignoring it, thus making the elided text of the last extruder to overlap with the arrow icon a bit.
This commit fixes that by explicitly accounting for the width of the arrow in the extruders row.
**Note:** if the Cura window gets resized way too much, the extruder icons will still overlap with the arrow, since there is no space to fit everything.
CURA-8496
2021-08-26 13:31:27 +02:00
Jelle Spijker
392cca431f
Merge pull request #10331 from Ultimaker/CURA-8380_Align_link_style_among_OS_in_whats_new
...
CURA-8380: Align link style among os in whats new
2021-08-25 13:16:50 +02:00
Jelle Spijker
50c11e5fdf
Merge pull request #10330 from Ultimaker/CURA-8496_Fix_long_material_names_overlappint_with_icon
...
CURA-8496: Fix showing only the material type after resizing Cura's window
2021-08-25 11:57:54 +02:00
fieldOfView
82912ef20c
Add alias for previously existing "star" icon
2021-08-24 16:34:28 +02:00
Konstantinos Karmas
d24d520db0
Change background of Premium plugins and materials
...
Or else the link "Search materials" in the materials tab was very hard to see.
CURA-8380
2021-08-24 13:32:25 +02:00
Konstantinos Karmas
01b0d78f7b
Use custom style for the links in the what's new textArea
...
A style had to be prepended in the text to make sure that it adheres to the style we want instead of using the OS-based link style.
Note: For some reason QML ignores all other link-style tags (such as `a:hover`, `a:focus` etc) apart from `a:link`, so we can only change the style for the normal link and NOT for when it is clicked or hovered.
CURA-8380
2021-08-24 13:31:39 +02:00
Konstantinos Karmas
2718d6a69a
Change the ColumnLayout to Column in the ConfigurationMenu
...
When the labels were getting truncated and invisible after reducing the width of Cura's window, their visibility wasn't being restored back and, as a result, the `materialTypeLabel` was the only one that was remaining visible, even if there was enough space for the full `materialBrandColorTypeLabel`.
Changing the ColumnLayout to a Column, where the width is inherited from the parent, fixes that issue.
CURA-8496
2021-08-24 10:35:33 +02:00
Jaime van Kessel
52525038e3
Merge branch 'CURA-8496_Fix_long_material_names_overlappint_with_icon' of github.com:Ultimaker/Cura into 4.11
2021-08-23 11:00:29 +02:00
Jaime van Kessel
b887398da6
Remove unneeded width from labels
...
CURA-8496
2021-08-23 10:56:43 +02:00
Ghostkeeper
e27ec57b04
Fix spelling
2021-08-20 17:37:38 +02:00
Ghostkeeper
3eba7cd454
Slightly shorten AnyCubic i3 Mega S/Pro name
...
This was causing some files to be just over the limit of file length when given the default printer name on some operating systems. Some file systems, especially encrypted ones, have strict limitations for the maximum length of a file name. With percent-encoding and the extension and postfix we add to these file names, this could go over the limit in file name length for some operating systems.
Easy fix is to slightly shorten the name, at least to remove those brackets.
Done as a 5 minute fix.
2021-08-20 14:48:40 +02:00
Konstantinos Karmas
0bcea3f4cd
Fix long material names overlapping with extruder icons
...
Both the `preferredWidth` AND the `width` need to be set for the labels to be properly elided if there is no more room in the ColumnLayout. In addition, the ColumnLayout that contains the variants and material names needs to be visible only if width>0, otherwise when the width is negative, for some reason the `materialTypeLabel` appears again.
CURA-8496
2021-08-20 09:49:21 +02:00
Ghostkeeper
fcadba944a
Merge branch '4.11' into CURA-8491_sdk_upgrade_770
2021-08-19 09:17:17 +02:00
fvrmr
7493233e3f
Update 4.html
...
Fixed a typo's
2021-08-18 17:27:16 +02:00
fvrmr
1d00f959c4
Update whats new pages
...
Updated the links in the whats new pages
2021-08-18 17:18:07 +02:00
Remco Burema
898abc92a8
Update SDK 7.6 -> 7.7 because of API changes in 4.11
...
CURA-8491
2021-08-18 16:56:29 +02:00
fvrmr
57c6efd427
Merge branch '4.11' of https://github.com/Ultimaker/Cura into 4.11
2021-08-18 12:08:14 +02:00
fvrmr
da92033666
Update change log + whats new pages
...
Update change log 4.11 beta
Update whats new pages + img
Links in whats new pages still needs to be updated
2021-08-18 12:08:09 +02:00
Konstantinos Karmas
bbb1f0f0f3
Fix wrong icon mapping
...
The deprecated icon "pencil" was being mapped to the new icon "Pencil" which is actually called "Pen".
This commit also replaces tabs with spaces in the deprecated_icons.json.
Fixes CURA-8488
2021-08-17 15:32:21 +02:00
Ghostkeeper
33edc4a8c9
Fix display of unlinking button
...
It was not being displayed with Qt 5.15 due to the following error:
MaterialsView.qml:34:5: Unable to assign QStringList to QString
This is correct. And it should not just concatenate all of these material names; it should add a comma between them for human-readable display in the text label above the button.
Fixes #10235 .
2021-08-17 13:34:43 +02:00
Konstantinos Karmas
e0e4a3f2c0
Add shadow behind the what's new pages
...
As discussed during the eCCB.
2021-08-16 17:00:30 +02:00
Jaime van Kessel
3dec4e228b
Use leftpadding instead of binding anchors outside of siblings
2021-08-12 15:48:58 +02:00
Jaime van Kessel
79ccccb1a1
Fix qml warning spam
2021-08-12 15:27:39 +02:00
Konstantinos Karmas
d36435db5f
Update po files for 4.11 translations
...
CURA-8472
2021-08-11 11:12:25 +02:00
Konstantinos Karmas
df5dad3066
Update pot files for 4.11 translations
...
CURA-8472
2021-08-11 11:05:20 +02:00
Jaime van Kessel
8b2904ee3b
Merge branch 'CURA-8441_campaign_links' of github.com:Ultimaker/Cura
2021-08-09 14:09:27 +02:00
Konstantinos Karmas
332475562b
Change account signup link
...
CURA-8441
2021-08-09 13:00:03 +02:00
Konstantinos Karmas
b37716de58
Add missing campaign tags
...
CURA-8441
2021-08-09 12:59:29 +02:00
goofoo3d
d709b86c16
add goofoo,renkforce printf ( #8959 )
...
* add goofoo,renkforce printf
* 优化PVA打印的配置
* 修正双喷打印不能重叠的问题
* 修改配置信息
* 添加机型配置
* 新增 goofoo 2-1混色脚本,优化机型配置.
* 优化goofoo 2-1混色脚本
* 调整了机型配置
* 添加不同口径喷嘴
* 添加喷嘴口径
* 修改机器名称不对的问题
* modify setting_version = 16 to setting_version = 17
* modify renkforce & goofoo's files setting_version = 16 to 17
* modify pva support_pattern & e-one size
* modify pva support pattern to grid
Co-authored-by: laiqiqi <laiqiqi886@163.com>
2021-08-06 15:14:24 +02:00
Jaime van Kessel
57e66a5796
Add campaign links
...
CURA-8441
2021-08-05 15:42:23 +02:00
Ghostkeeper
b78651e45f
Add monotonic settings to advanced and expert visibility
...
Contributes to issue CURA-7928.
2021-08-05 14:10:52 +02:00
Konstantinos Karmas
c3f26d4daa
Move layer.enabled inside the child item in ExtruderIcon
...
When it was in the outer item, it was causing the label to disappear when then extruder icon was getting disabled. Moving it inside the child item which has the opacity change seems to fix that issue.
CURA-8417
2021-08-05 09:52:03 +02:00
Konstantinos Karmas
b86e6ddfe6
Merge pull request #10189 from Ultimaker/CURA-7689_beta_release_notifications
...
Allow update checking for BETA and stable releases
2021-08-04 15:59:08 +02:00
Jaime van Kessel
0bc3ebbd46
Merge pull request #10222 from Ultimaker/CURA-7928_monotonic_order
...
Monotonic ordering of skin, top surface and ironing
2021-08-04 15:38:35 +02:00
Ghostkeeper
4c35259c72
Allow monotonic skin if initial layer pattern is not concentric
...
Contributes to issue CURA-7928.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-08-04 15:19:00 +02:00
Remco Burema
b0515974a2
Merge remote-tracking branch 'origin/master' into CURA-8439_Replace_coloured_warning_icons
2021-08-04 11:17:28 +02:00
Jaime van Kessel
8c537fc4e6
Move update related preferences to their own category
...
CURA-7689
2021-08-03 13:09:19 +02:00
Jaime van Kessel
be59e701f2
Add seperate preference for plugin notifications check
...
CURA-7689
2021-08-03 13:07:11 +02:00
Konstantinos Karmas
b006d9111f
Merge branch 'master' into CURA-7689_beta_release_notifications
2021-08-02 16:04:00 +02:00
Ghostkeeper
f5eb2ec74f
Ultimaker 2+ Connect doesn't support the exported material format
...
So we can't get people to export their materials. Hide the button.
2021-07-30 12:31:14 +02:00
Konstantinos Karmas
90d7005bc2
Merge pull request #10187 from SecKit/create_seckit_printers
...
Add SecKit SK-Tank and SK-Go printer definitions.
2021-07-30 11:44:13 +02:00
Victor Sanchez Martinez
d6d0db2f50
Added Kingroon K3P and K3PS definitions ( #9972 )
...
* Added Kingroon KP3/KP3S printers
* Stock max_feedrate and max_acceleration
Fixed max_feedrate and max_acceleration to match stock firmware
* Update to Cura 4.10
* Delete kingroon_kp3s_v3.stl
* Delete kingroon_kp3s_v2.stl
* Delete kingroon_kp3s_v1.stl
* Delete kingroon_kp3.stl
* New meshes for KP3 and KP3S
* Delete kingroon_kp3s_v3.def.json
* Delete kingroon_kp3s_v2.def.json
* Delete kingroon_kp3s_v1.def.json
* Unified KP3S definitions
* Delete kingroon_kp3s_v3_0.2.inst.cfg
* Delete kingroon_kp3s_v3_0.3.inst.cfg
* Delete kingroon_kp3s_v3_0.4.inst.cfg
* Delete kingroon_kp3s_v3_0.5.inst.cfg
* Delete kingroon_kp3s_v3_0.6.inst.cfg
* Delete kingroon_kp3s_v3_0.8.inst.cfg
* Delete kingroon_kp3s_v3_1.0.inst.cfg
* Delete kingroon_kp3s_v2_1.0.inst.cfg
* Delete kingroon_kp3s_v2_0.8.inst.cfg
* Delete kingroon_kp3s_v2_0.6.inst.cfg
* Delete kingroon_kp3s_v2_0.5.inst.cfg
* Delete kingroon_kp3s_v2_0.4.inst.cfg
* Delete kingroon_kp3s_v2_0.3.inst.cfg
* Delete kingroon_kp3s_v2_0.2.inst.cfg
* Delete kingroon_kp3s_v1_1.0.inst.cfg
* Delete kingroon_kp3s_v1_0.8.inst.cfg
* Delete kingroon_kp3s_v1_0.6.inst.cfg
* Delete kingroon_kp3s_v1_0.5.inst.cfg
* Delete kingroon_kp3s_v1_0.4.inst.cfg
* Delete kingroon_kp3s_v1_0.3.inst.cfg
* Delete kingroon_kp3s_v1_0.2.inst.cfg
* Updated Variants
* KP3S buildplate fix
Fixed a misaligned part
* Simplified meshes
Simplified meshes to improve performance
* Delete kingroon_base_0.2.inst.cfg
* Delete kingroon_base_0.3.inst.cfg
* Delete kingroon_base_0.4.inst.cfg
* Delete kingroon_base_0.6.inst.cfg
* Delete kingroon_base_0.8.inst.cfg
* Delete kingroon_base_1.0.inst.cfg
* Added/deleted excluded materials
Deleted non-1.75mm materials and added missing ones.
2021-07-30 10:41:57 +02:00
Ghostkeeper
0cdd9dd175
Add setting for monotonic top surface skin
...
You can set it separately, but it defaults to be the same as the rest of the top surface.
Contributes to issue CURA-7928.
2021-07-29 16:16:05 +02:00
Ghostkeeper
b63ccfd718
Add setting to apply monotonic ordering to ironing as well
...
Contributes to issue CURA-7928.
2021-07-29 15:45:23 +02:00
Jaime van Kessel
84b1aa39b7
Update the update_url's for firmware updates
...
CURA-7689
2021-07-29 15:21:46 +02:00
Konstantinos Karmas
83fe65b8eb
Use the StatusIcon qml component for the warning icons
...
CURA-8349
2021-07-28 18:17:54 +02:00
Konstantinos Karmas
d41d68e6fa
Replace warning icon in the unable to slice message
...
With the new warning icon that has a solid background, similar to the warning icon used in the messages.
CURA-8439
2021-07-28 16:57:15 +02:00
Konstantinos Karmas
01c4a0f72d
Change warning icon background to the CircleSolid.svg
...
CURA-8439
2021-07-28 16:55:36 +02:00
Ghostkeeper
b7661659ae
Add setting for monotonic skin order
...
Just a simple boolean setting for the skin now. Top surface and ironing will follow later.
Contributes to issue CURA-7928.
2021-07-28 16:46:17 +02:00