Joey de l'Arago
d617566db4
Move show custom button next to setting section title.
...
CURA-9793
2022-11-30 15:36:15 +01:00
Joey de l'Arago
b356335f4f
Correct spelling mistake
...
CURA-9793
2022-11-30 15:10:19 +01:00
c.lamboo
8ce2af290c
Conditionally add ctrl+, hotkey to open settings
...
Only do this for mac, as it is not customary on other OSes
CURA-9939
2022-11-30 15:10:15 +01:00
Joey de l'Arago
dbf2ae4f60
Fix spacing vertical between Recommended sections and setting items.
...
CURA-9793
2022-11-30 15:09:05 +01:00
Joey de l'Arago
680a86c896
Add default height to combobox, not sure why this was never set before.
...
CURA-9793
2022-11-30 15:08:06 +01:00
Joey de l'Arago
0514c62b3e
Remove bad height assignment to dynamic layout
...
CURA-9793
2022-11-30 14:51:45 +01:00
Joey de l'Arago
75721f467b
Remove margins and padding and scale icon better.
...
CURA-9793
2022-11-30 14:41:19 +01:00
Remco Burema
c13deba1ea
Build correct states for safe profiles flow (except actual safe).
...
Re-use Discard Or Keep dialogue, but have different buttons. (Safe to New/Override instead of Keep/Discard.) The actual safa action is still the old one though (for either new button, it still goes to the old 'make a new profile' action). Besides that, some cosmetics have to be done to the texts as well still.
part of CURA-9347
2022-11-30 12:40:07 +01:00
Joey de l'Arago
dbf27a432f
Change confusing naming of section enable switch.
...
CURA-9793
2022-11-30 12:12:41 +01:00
Joey de l'Arago
4f8943412f
Remove unused anchors
...
CURA-9793
2022-11-30 12:10:50 +01:00
Joey de l'Arago
69af593d8c
Make Slider generic component in UM. Make Infill slider into generic SingleSettinSlider which will work for any setting now.
...
Change slider theme slighly.
CURA-9793
2022-11-30 11:45:27 +01:00
Remco Burema
79629e477d
Small stuff: Swap Icons. Tooltips. Remove reduntant entries.
...
part of CURA-9347
2022-11-29 23:39:24 +01:00
Remco Burema
40b7233125
Also add save/reset buttons to custom profile.
...
part of CURA-9347
2022-11-29 23:18:15 +01:00
Remco Burema
0ea2830108
Add the 'safe to profile' button itself.
...
Currently only works for creating a new profile from current changes (when on top of a built-in profile). Only does the compare (not the safe yet) in the other circumstance. Also already anticipate the next commits by being able to hide the text and icon (because this will be added to the custom mode view as well).
part of CURA-9347
2022-11-29 22:54:30 +01:00
Joey de l'Arago
7ba0281136
Move required settingPropertyProvider into InfillSlider.
...
Use new RecommendedSetting components for Strength section of recommended.
CURA-9793
2022-11-29 17:50:40 +01:00
Joey de l'Arago
f99f1a4528
Stop logging spam by checking before setting property.
...
CURA-9793
2022-11-29 17:49:26 +01:00
Joey de l'Arago
1224f076c3
Fix switch alignment
...
CURA-9793
2022-11-29 17:20:34 +01:00
Joey de l'Arago
c356b9d46f
Rename ExtruderSelectorBar -> SingleSettingExtruderSelectorBar to be inline with new single setting widgets.
...
Move common functionality into SingleSettingExtruderSelectorBar
Add adhesion settings
CURA-9793
2022-11-29 17:00:55 +01:00
Casper Lamboo
1672cd639f
Merge pull request #13914 from Ultimaker/CURA-9808_UltiMaker
...
CURA 9808 UltiMaker
2022-11-29 16:36:07 +01:00
Joey de l'Arago
c240833868
Add Support type settings
...
CURA-9793
2022-11-29 16:23:49 +01:00
Joey de l'Arago
788ab7da1b
Fix broken combobox
...
CURA-9793
2022-11-29 16:16:50 +01:00
Joey de l'Arago
b53c8aac54
Add single setting update ComboBox
...
CURA-9793
2022-11-29 16:16:50 +01:00
Casper Lamboo
f4edc3a5d6
Update translation string
...
Cura-9808
2022-11-29 15:28:13 +01:00
c.lamboo
b22fafadbe
Don't capitalise "M" in "Ultimaker Digital Library" and "Ultimaker Digital Factory"
...
because these are brand names.
CURA-9793
2022-11-29 15:26:51 +01:00
c.lamboo
0fc4773db3
Round possible fractional positional values
...
CURA-9793
2022-11-29 14:56:15 +01:00
c.lamboo
a470a6c333
Add indicator arrow to slider
...
CURA-9793
2022-11-29 14:37:45 +01:00
c.lamboo
f4e7829e0b
Remove infill icon changing density on change slider
...
Suggestion from @lorenzoromagnoli
CURA-9793
2022-11-29 13:12:11 +01:00
c.lamboo
261adf06e7
Place InfillSlider
in sperate file
...
CURA-9793
2022-11-29 10:32:47 +01:00
Joey de l'Arago
d9a2a3f5b7
cleanup
...
CURA-9793
2022-11-29 09:19:56 +01:00
Joey de l'Arago
5d5915e49e
Make support selector functional
...
CURA-9793
2022-11-29 09:19:56 +01:00
Joey de l'Arago
87ff294990
Remove redundant parameters. These will now be overriden by the parent.
...
CURA-9793
2022-11-29 09:19:56 +01:00
c.lamboo
84988a57e5
Update styling of infill slider
...
CURA-9793
2022-11-28 22:01:28 +01:00
Joey de l'Arago
631d6a15b0
Add extruder button bar that shows icons for each extruder in a horizontal row 💪
...
Make ExtruderButton more generic by moving functionality out.
Remove background color from ToolbarButton and add that background color to the Toolbar.qml.
Fix Toolbar border being created by overlapping rectangles instead of using border
Add scaling options for ToolBarButtons icon
CURA-9793
2022-11-28 15:55:55 +01:00
jspijker
f76f711790
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 14:11:21 +01:00
jspijker
68f6a0d146
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 13:31:35 +01:00
jspijker
73ee6d369e
Update disclaimer to mention UltiMaker
...
Contributes to CURA-9808
2022-11-28 13:26:52 +01:00
c.lamboo
be40920042
Fix cura crashing
...
`activeQualityDisplayNameMap` no longer returned a dict and could thus not be a pyqt property
Cura-9773
2022-11-28 13:14:47 +01:00
c.lamboo
8e8437eab0
Split of getStringParts
function
...
Spit into `getMainStringParts` and `getTailStringParts` so we can easily differentiate between the two in the front-end.
Cura-9773
2022-11-28 13:10:52 +01:00
Joey de l'Arago
30d886cfcd
Adjust setting first column width to match designs.
...
CURA-9793
2022-11-28 13:06:03 +01:00
Joey de l'Arago
4a59607d05
Switch to ColumnLayout
...
Update part of Support selector to new layout.
CURA-9793
2022-11-28 10:49:53 +01:00
jspijker
61623720ca
Update copyright using UltiMaker
...
Contributes to CURA-9808
2022-11-28 10:48:38 +01:00
jspijker
696c0f8547
Update company name to UltiMaker
...
Contributes to CURA-9808
2022-11-28 09:05:21 +01:00
jspijker
ebd91623d0
Change company name in about dialog to UltiMaker
...
Contributes to CURA-9808
2022-11-28 08:41:04 +01:00
Joey de l'Arago
ba958e1186
Changes by c.lamboo
2022-11-25 17:42:55 +01:00
Joey de l'Arago
eb13ac7f6b
Getting setting section sized properly
...
CURA-9793
2022-11-25 17:42:50 +01:00
c.lamboo
76564f7bc4
Add dash between main, and suffix part of quality display name
...
Cura-9773
2022-11-25 16:46:21 +01:00
c.lamboo
52ee149edc
Unify activeQualityDisplayNameMap
string creation
...
Generation quality display names in `CustomPrintSetup.qml` and `PrintSetupSelectorHeader.qml` were so similar that I decided to combine the logic.
Cura-9773
2022-11-25 16:09:55 +01:00
Joey de l'Arago
ac2e733ea6
Add Section Header and Section Setting item components.
...
Upgrade Adhesion to use new components
CURA-9793
2022-11-24 17:24:28 +01:00
Joey de l'Arago
a7dc1b24bc
Rename RecommendedInfillDensitySelector.qml since it will now be a more generic Strength selector
...
CURA-9793
2022-11-24 16:42:46 +01:00
Casper Lamboo
ee75fa02aa
Merge pull request #13848 from Ultimaker/CURA-9424_workspace_dialog_fixes
...
[CURA-9424] Workspace dialog fixes
2022-11-17 17:15:34 +01:00