j.delarago
bf784dbba0
show star on hover
...
CURA-8979
2022-03-15 15:03:49 +01:00
j.delarago
59b7d20f75
Update ReadOnlyTextArea import
...
Update ReadOnlyTextArea style (It's not really read only 🤔 )
CURA-8979
2022-03-15 14:50:02 +01:00
Jaime van Kessel
5fe6f0d1ac
Merge branch 'CURA-9007_burger_menu' of github.com:Ultimaker/Cura into CURA-9007_burger_menu
2022-03-15 14:45:04 +01:00
Jaime van Kessel
7148ca5d06
Fix poup rescaling the burgermenu weirdly
...
CURA-9007
2022-03-15 14:42:53 +01:00
j.delarago
495462182c
Move background circle into background
...
Change burger icon color to correct color for dark+light mode
CURA-9005
2022-03-15 14:08:28 +01:00
Rijk van Manen
bf131f539e
remove all wall_thickness statements
...
All print profiles are following the global rules, no print profile specific exceptions. PP-115
2022-03-15 13:48:41 +01:00
Jaime van Kessel
1ef797a744
Merge branch 'CURA-9039_combobox_open_out_of_window' of github.com:Ultimaker/Cura
2022-03-15 13:24:25 +01:00
Jaime van Kessel
f9814520f7
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-8979_Materials_Preference_Page
2022-03-15 11:07:44 +01:00
Jaime van Kessel
97124bf5a9
Fix various QML warnings
...
CURA-8979
2022-03-15 10:32:44 +01:00
Jaime van Kessel
f760ca146d
Fix sizing of materialBrandSelection
...
This also cleans up some stuff from the theme. Huzzah
CURA-8979
2022-03-15 10:25:56 +01:00
Jaime van Kessel
93405bdb93
Add identation for the materials preferences page
...
CURA-8979
2022-03-15 10:19:34 +01:00
Rijk van Manen
1bf6243b69
For 0.25 profile increase wall line count to 3
...
With this equation the wall thickness better matches the thickness we had before CURA5.0. PP-115
2022-03-15 09:45:20 +01:00
Rijk van Manen
943e126cb4
set wall thickness to two lines by default
...
With this equation the wall line count is two by default and exactly matches the wall thickness that will be printed. PP-115
2022-03-15 09:44:05 +01:00
j.delarago
067cdda401
Add missing UM import
...
CURA-9005
2022-03-15 09:05:38 +01:00
j.delarago
b04fabb27a
Remove focus from SettingItems when scrolling.
...
This fixes the issue where you can scroll combobox dropdowns out of the settingView.
CURA-9039
2022-03-14 17:33:48 +01:00
j.delarago
8a182b1f3f
Workaround for windows not giving dialogs the correct width.
...
CURA-8921
2022-03-14 16:41:53 +01:00
j.delarago
ff824b718c
Replace burger buttons with generic BurgerButton.qml component.
...
Move comment onto newline (Comments on the same line as component names break text folding)
Update burger menu margins in SettingView to match design
CURA-9007
2022-03-14 16:14:57 +01:00
j.delarago
0b82e9ef31
Remove focus from TextField when incrementing/decrementing using buttons.
...
This fixes the issue where the value that was in the textfield before typing would be incremented instead, if the textField had active focus.
CURA-8890
2022-03-14 14:29:11 +01:00
j.delarago
0ba4dbacc4
Make combobox_wide much wider and swap out existing uses of combobox_wide for combobox.
...
CURA-8890
2022-03-14 13:13:30 +01:00
Jaime van Kessel
c6326eff64
Ensure that "update profile" button in preferences has correct enabled state
...
CURA-9023
2022-03-14 11:56:45 +01:00
Jaime van Kessel
0084001e2f
Remove . from button string
...
CURA-9023
2022-03-14 11:47:19 +01:00
Jaime van Kessel
97732336e3
Increase width of dropdown boxes in general page
...
CURA-8990
2022-03-14 11:42:50 +01:00
Jaime van Kessel
ea03236f03
Remove unneeded font assignment
...
The default font is, you guessed it, already default.
2022-03-14 11:40:05 +01:00
Jaime van Kessel
790c2c23c1
Display profile name correctly in dropdown
...
CURA-9040
2022-03-14 11:38:31 +01:00
p.kuiper
a88cb2bb48
I accidently deleted the files while testing the profile changes and committed without them. Restored the files.
...
Relates to PP-126
2022-03-14 11:22:30 +01:00
p.kuiper
6f36998feb
Moved the horizontal layer expansion correction (corrects for the bulging of the extruded beads) from the engineering intent profiles to the default profiles for all ultimaker machines (ultimaker.def.json). This will improve the dimensional accuracy of the default, visual and draft intents.
...
Relates to PP-126
2022-03-14 10:53:03 +01:00
Ghostkeeper
cfeb5101e7
Reset Max Skin Angle for Expansion to 90
...
It has been found that the 20 degree leads to overhangs that this printer doesn't handle well.
Fixes #11553 .
2022-03-14 02:37:14 +01:00
geeetech3d
843f00f6ff
add Mizar_S Profile
2022-03-12 09:46:29 +08:00
casper
5136838f56
Update materials list in materials preference page
...
Main improvement of this commit is that the reusable category button
component is used as the collapsable header component for the material
brands/types.
CURA-8979
2022-03-11 16:42:11 +01:00
casper
b2f13cc6c9
Update Category Button
...
Put content of category button in a `RowLayout` so individual content
Components can easily be removed by hiding said component while keeping
margins and spacings work as intended.
Additionaly make the icon property optional
CURA-8979
2022-03-11 16:40:32 +01:00
casper
e2c9e0a461
Elide text in materials slot
...
CURA-8979
2022-03-11 16:29:37 +01:00
Jaime van Kessel
22f9b2a0ec
Increase the indentation margin for settings
...
CURA-8921
2022-03-11 15:38:34 +01:00
casper
359cb673bc
Merge branch 'master' into CURA-8979_Materials_Preference_Page
2022-03-11 14:02:33 +01:00
Casper Lamboo
50bf87a41d
Merge pull request #11622 from Ultimaker/CURA-9005_restyle_print_setting_category
...
[CURA-9005] Restyle print setting category
2022-03-11 14:01:15 +01:00
casper
2f8f56d762
Merge branch 'master' into CURA-8979_Materials_Preference_Page
...
# Conflicts:
# resources/qml/Preferences/ProfilesPage.qml
2022-03-11 13:57:30 +01:00
Casper Lamboo
60f7b2dccb
Merge branch 'master' into CURA-9005_restyle_print_setting_category
2022-03-11 13:43:33 +01:00
casper
c6b8abd53e
Update materials slot
...
CURA-8979
2022-03-11 13:22:45 +01:00
casper
1b976693dc
Remove dangling comment
...
CURA-9005
2022-03-11 13:13:25 +01:00
casper
5701f42d63
Move CategoryButton
to cura repo
...
CURA-9005
2022-03-11 13:11:36 +01:00
Ghostkeeper
25e914b1cb
Fix checkbox for automatic plug-in update checking
...
The checkbox was still there in the preferences page, but it didn't work at all, for two reasons:
- The preference entry didn't exist. This was causing warnings in the log (which is why I saw it).
- It wasn't checking the preference before making that API call. Could make a bunch of people pretty angry.
2022-03-11 10:25:31 +01:00
Ghostkeeper
d778b539c2
Parse up to 16 extruders
...
CuraEngine supports up to 16, so we should allow at least that.
2022-03-11 10:13:44 +01:00
Casper Lamboo
addc5e36a7
Apply suggestions from code review
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-03-11 09:59:20 +01:00
casper
2dd440cc0c
Fix print settings tab in materials view
...
CURA-8979
2022-03-10 22:13:32 +01:00
Mehmet Sutaş
43cc971835
Update rigid3d_base.def.json
2022-03-10 20:07:22 +03:00
Mehmet Sutaş
1e55652bd6
Update rigid3d_base.def.json
2022-03-10 18:39:08 +03:00
Mehmet Sutaş
3ef3c3c9ec
Merge branch 'Rigid3D' of https://github.com/mehmetsutas/Cura into Rigid3D
2022-03-10 18:10:49 +03:00
Mehmet Sutaş
b4157b24c9
Zero3 Definitions
2022-03-10 18:10:45 +03:00
Mehmet Sutaş
2f30c8724c
Merge branch 'Ultimaker:master' into Rigid3D
2022-03-10 18:09:16 +03:00
Rijk van Manen
a9264cd41c
set maximum value in stead of maximum value warning PP-129
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-03-10 15:59:23 +01:00
Rijk van Manen
e2ea2ee3f5
increase filter distance
...
Adding and splitting of lines results in print artefacts and additional travel moves. Avoiding these by sacrificing some additional line width change is better. The linewidth can never very more then 75% - 150%, so this long filter distance cannot cause huge line width changes. PP-129
2022-03-10 14:46:54 +01:00