Ed Ropple
46d76edc20
renamed .json to .def.json
2022-11-02 18:16:20 -04:00
jspijker
6deb1d8968
Merge branch 'main' into boyscout_translations_conan_package
2022-11-02 22:11:32 +01:00
jelle spijker
b75e047348
Use ref.base_name for pr
2022-11-02 22:01:19 +01:00
jelle spijker
fc26413347
Check against str for conf_info bash path
2022-11-02 21:16:18 +01:00
Joey de l'Arago
c987ef5315
Adjust warning label margins
...
CURA-9424
2022-11-02 18:30:46 +01:00
Joey de l'Arago
8bb6083481
Create custom component for rows in WorkplaceDialog.
...
CURA-9424
2022-11-02 18:25:05 +01:00
Joey de l'Arago
b1e559ff1a
Add padding below section titles
...
CURA-9424
2022-11-02 18:09:49 +01:00
Joey de l'Arago
7171249d3f
Adjust margins on dialog to match designs
...
CURA-9424
2022-11-02 15:33:47 +01:00
Joey de l'Arago
dbba1c4110
patch checking for base parent component of Combobox to check if it exists first. This should be refactored out some time.
...
CURA-9424
2022-11-02 15:14:33 +01:00
c.lamboo
4381a97c85
Elide button text when text becomes too wide
...
contributes to CURA-8689
2022-11-02 14:58:25 +01:00
Joey de l'Arago
1764c338a0
fix visibility check
...
CURA-9424
2022-11-02 14:23:36 +01:00
Joey de l'Arago
25ecb0e621
Make types specific
...
Remove unused imports
CURA-9424
2022-11-02 14:21:37 +01:00
Joey de l'Arago
3a07d14b4b
remove comboboxheight
...
CURA-9424
2022-11-02 14:19:35 +01:00
Joey de l'Arago
cde07b9fe4
move signal function to bottom of file
...
CURA-9424
2022-11-02 14:18:47 +01:00
Joey de l'Arago
d12b59ec0f
Refactor workspace sections into separate qml file.
...
Refactor an existing hack to force trigger the onIndexChanged functions of the comboboxes.
CURA-9424
2022-11-02 14:17:05 +01:00
c.lamboo
2487cf17dd
Merge remote-tracking branch 'origin/feature/_CURA-8689_Make_it_easier_to_add_your_first_printer_via_cloud' into feature/_CURA-8689_Make_it_easier_to_add_your_first_printer_via_cloud
2022-11-02 14:15:51 +01:00
c.lamboo
975775b7a0
Add various dark-mode welcome-page assets
...
contributes to CURA-8689
2022-11-02 14:15:37 +01:00
jelle spijker
1dfac6bb71
Apply screenScaleFactor to image size
...
Contributes to CURA-8689
2022-11-02 14:00:35 +01:00
c.lamboo
1ebc0b487e
Add various assets welcome-page assets
...
contributes to CURA-8689
2022-11-02 13:54:00 +01:00
Ed Ropple
d653736325
fixed bed dimensions of Sovol SV01 and SV02
2022-11-02 01:14:09 -04:00
Ed Ropple
dbcf6afd20
added definition and variants or Creality CR-10 Smart
2022-11-02 01:11:10 -04:00
Joey de l'Arago
f72c980c20
Add icons to the left of titles
...
Align title text with values in table
CURA-9424
2022-11-01 18:19:50 +01:00
Joey de l'Arago
b01ff2f57e
Add open with above printer drop down.
...
CURA-9424
2022-11-01 17:10:59 +01:00
Joey de l'Arago
41fd36a038
Adjust margins
...
CURA-9424
2022-11-01 17:10:24 +01:00
c.lamboo
056221cda6
Remove "Add cloud printer" button in onboarding-add printer flow
...
From figma design
contributes to CURA-8689
2022-11-01 17:00:40 +01:00
c.lamboo
846102be4e
Update campaign links in onboarding-add printer flow
...
contributes to CURA-8689
2022-11-01 16:59:25 +01:00
Joey de l'Arago
fa317a9e14
Use unique id for WorkspaceDialog
...
CURA-9424
2022-11-01 16:31:24 +01:00
Joey de l'Arago
afd3d92c5e
Use wide button spacing
...
CURA-9424
2022-11-01 16:28:23 +01:00
Joey de l'Arago
25a0355cfe
Update dialog size
...
CURA-9424
2022-11-01 16:20:09 +01:00
c.lamboo
5cb67ab8c4
Add new pages in add-printer flow
...
Pages added
- Page to select Ultimaker or third party printer
- Page with information how to add Ultimaker printer(s)
contributes to CURA-8689
2022-11-01 16:11:34 +01:00
MariMakes
24c12fd3eb
Added Triage status label
...
An attempt to improve responsiveness on feature requests.
2022-11-01 13:23:08 +01:00
NilsRo
e3121bef8e
Merge remote-tracking branch 'upstream/main'
2022-10-31 23:15:55 +01:00
Remco Burema
f75cb7a48b
Merge pull request #11678 from Ultimaker/brim_per_material_optimized_order
...
Brim overhaul: New features and bug fixes
2022-10-30 17:59:36 +01:00
Remco Burema
45fb71e966
Engine should know to (not) offset the nozzles w.r.t. disallowed areas.
...
part of CURA-9066
2022-10-30 17:07:21 +01:00
Remco Burema
24bb1e96fa
Fix unlinked brim settings behaviour.
...
Some brim settings seemed to behave as if they where linked, when in fact for any extruder set to -1 the 'default extruder' was set by some hacky code that supposedly fixes a 'dissallowed area' issue, very likely also related to the skirt/brim settings. Since dissalowed area for skirt/brim will not be a thing anymore, at least in the front-end, due to CURA-9066 (the 'parent' jira ticket that was blocked by this bug); it was sinplest just to remove the hack altogether. (Otherwise we'd have to make an artificial distinction between -1 and None as it relates to 'Not Set/Used' versus 'Not Overridden', only to then force it back to -1 in situations that call for it -- like communicating to the engine.)
CURA-9553
2022-10-30 11:09:12 +01:00
Jaime van Kessel
e8b99c8eed
Merge pull request #13680 from Ultimaker/Update-splash-screen
...
Updated splashscreen
2022-10-28 12:31:31 +02:00
Lorenzo Romagnoli
9a1eca50e4
Updated splashscreen
...
Updated splash screen logo with new logo with capital M
2022-10-28 12:02:55 +02:00
Joey de l'Arago
f8ede7527e
Merge pull request #13671 from Ultimaker/CURA-9808-update-ulti-maker-logo
...
Update logo.svg
2022-10-28 10:45:52 +02:00
Lorenzo Romagnoli
6e6b5cbbc4
Update logo.svg
2022-10-27 12:22:31 +02:00
Alex
79af58ef7e
build: harden notify_on_print_profile_change.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-10-26 16:36:55 +03:00
Jaime van Kessel
f7d854ac3a
Merge pull request #13651 from Ultimaker/PP-251_create_annealing_intent
...
Create a resolve function on the "support_enable" setting
2022-10-26 11:40:58 +02:00
Jaime van Kessel
5c18a37f60
Merge branch 'main' of github.com:Ultimaker/Cura into PP-251_create_annealing_intent
2022-10-26 11:28:58 +02:00
Luke Harrison
225fed0519
More tweaks because I am bored and it has not been merged yet.
2022-10-25 22:18:34 +02:00
Remco Burema
ab51bd699e
Merge branch 'main' into brim_per_material_optimized_order
2022-10-25 17:31:13 +02:00
Christian Kvasny
53e163011e
Update vzbot_base.def.json
...
Adjusted some default values
2022-10-25 11:34:17 +02:00
Jelle Spijker
f1936dc37c
Ensure that gettext bin can be found
2022-10-25 02:41:35 +02:00
just-trey
8f0b116df4
changed max speed warning
2022-10-24 10:46:46 -04:00
Luke Harrison
09f620e6ce
Dial back iniital layer speed
2022-10-24 14:12:49 +02:00
Luke Harrison
50e22a122a
More small tweaks
2022-10-24 13:18:27 +02:00
Luke Harrison
00e7a20d32
Small settings tweaks. Here's hoping for a 5.2.2 merge
2022-10-24 12:41:57 +02:00