Remco Burema
0a079d9794
Account for setting-function value that evaluates to another setting-function.
...
part of CURA-9859
2022-12-23 18:05:28 +01:00
Casper Lamboo
06f230dd39
Merge pull request #13852 from victornpb/support-custom-gcode-macro-on-filament-change-plugin
...
Support custom gcode macro on filament change plugin
2022-12-20 13:51:42 +01:00
Victor
51a6afb58f
Apply suggestions from code review
...
Co-authored-by: Casper Lamboo <casperlamboo@gmail.com>
2022-12-19 14:42:19 -03:00
Casper Lamboo
e558752ed0
Merge pull request #13972 from Ultimaker/CURA-9793_extend_recommended_print_settings
...
[CURA-9793] Extend recommended print settings
2022-12-12 14:38:46 +01:00
c.lamboo
ca290a32fb
Display "move to top" button in monitor page
...
CURA-9940
2022-12-09 14:05:03 +01:00
Joey de l'Arago
f034c115be
Rename slider theme items
...
CURA-9793
2022-12-05 15:11:48 +01:00
c.lamboo
e60b96ac9a
Fix selecting printer in monitor page
...
CURA-9940
2022-11-30 15:42:43 +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
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
7efbf6ed1e
Translate string
...
CURA-9793
2022-11-29 15:26:15 +01:00
jspijker
f76f711790
Update mentions to UltiMaker
...
Contributes to CURA-9808
2022-11-28 14:11:21 +01:00
Joey de l'Arago
ff65c1a670
Merge pull request #13886 from Ultimaker/9773-add_quality_type_to_ufp_files
...
Add quality type to ufp files
2022-11-28 13:19:09 +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
Joey de l'Arago
5ed572779d
remove redundant properties in settings
...
CURA-9773
2022-11-28 12:44:20 +01:00
Joey de l'Arago
8dcccd941b
Add dataclass for ActiveQuality. Move some logic out of MachineManager into ActiveQuality.
...
CURA-9793
2022-11-28 12:40:35 +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
c.lamboo
1ae8f2da62
Add quality display name with ufp files
...
Cura-9773
2022-11-25 16:12:44 +01:00
c.lamboo
e8f6786e97
Revert "Add quality type to ufp files"
...
This reverts commit 7e84082aff26195d82b8d3c9239dee863949c099.
2022-11-24 22:56:35 +01:00
Remco Burema
6dc0a24311
Cache and genericize ID to Product table.
...
part of CURA-9931
2022-11-24 15:33:39 +01:00
c.lamboo
7e84082aff
Add quality type to ufp files
...
Cura-9773
2022-11-24 13:55:31 +01:00
victornpb
337ce4caa1
shortened label
2022-11-19 04:06:26 -03:00
victornpb
4459ecb5d7
Added "enable" checkbox consistent with changeAtZ.py. So you don't have to reconfigure it every time
2022-11-19 03:56:20 -03:00
victornpb
ac16659829
support custom gcode macro before and after filament change
2022-11-19 03:53:53 -03:00
victornpb
1160127409
added UI fields
2022-11-19 03:49:15 -03:00
Joey de l'Arago
f60463a237
Add left padding
...
CURA-9424
2022-11-18 11:33:00 +01:00
Joey de l'Arago
1d1800e440
Remove print statements
...
CURA-9424
2022-11-17 17:03:05 +01:00
Joey de l'Arago
dd510a5dfc
Cleanup
...
CURA-9424
2022-11-17 16:58:16 +01:00
Joey de l'Arago
d286f50fe9
Check for translated string
...
CURA-9424
2022-11-17 16:39:59 +01:00
Joey de l'Arago
4d2f6b9655
Previously there would always be one item in the updateableMachinesModel ("Create new"). This was moved to a button instead of being part of the model.
...
This fixes new machines being incorrectly created when a machine already exists.
CURA-9424
2022-11-17 16:21:57 +01:00
Joey de l'Arago
da71983891
Make combobox font and padding customizable.
...
Style WorkspaceDialog comboboxes similar to MachineSelector
CURA-9424
2022-11-17 14:41:14 +01:00
Joey de l'Arago
70f7f68a51
Color icons in workspace dialog so they are themed correctly in dark mode.
...
Don't show name when defaulting to create new printer.
CURA-9424
2022-11-17 13:01:20 +01:00
Joey de l'Arago
156004cb17
Move logic for deciding the initially selected printer that was inside WorkspaceDialog.qml before into WorkspaceDialog.py.
...
A block of code is run after dialog.show() and most of the dialog assignment. This is because dialog.show() resets the _result dictionary, we want to update the values in _result afterwards.
CURA-9424
2022-11-16 16:11:19 +01:00
c.lamboo
dc65e801d0
Set machine isAbractMachine
in workspace dialog initialisation
2022-11-15 15:35:16 +01:00
Joey de l'Arago
a30fbf5a8f
Disable connection status icon for drop down in WorkspaceDialog. It is not possible to display the correct status for LAN printers without making them the active printer anyway.
...
CURA-9424
2022-11-15 15:10:44 +01:00
Joey de l'Arago
28862c89e5
Show online badge and printer icon when initially loading machine selector
...
CURA-9424
2022-11-15 15:03:23 +01:00
Joey de l'Arago
cd07647b24
Change misleading variable names
...
CURA-9424
2022-11-15 14:57:39 +01:00
Joey de l'Arago
dd0411f171
isOnline was incorrectly being used instead of isNetworked. This caused offline printers not to show an Icon.
...
Fixed
CURA-9424
2022-11-15 14:56:25 +01:00
Joey de l'Arago
7254c8ac78
Merge remote-tracking branch 'origin/CURA-9424_update_loading_projects_design' into CURA-9424_update_loading_projects_design
2022-11-15 14:14:11 +01:00
Joey de l'Arago
e4ad9cb48c
Move base hovered logic out of ComboBox.qml since base is undefined in most places the component is used.
...
CURA-9424
2022-11-15 14:08:47 +01:00
Joey de l'Arago
cac9d67352
Apply suggestions from code review
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-11-15 13:49:55 +01:00
Joey de l'Arago
7f9c183072
Remove redundant assignments
...
CURA-9424
2022-11-14 13:35:03 +01:00
Joey de l'Arago
959c42d96a
The printer to override was not being set initially, causing file loading to fail when not selecting a printer in the MachineSelector.
...
Fix is to set it on initialization from the WorkspaceReader
CURA-9424
2022-11-14 13:34:46 +01:00
Joey de l'Arago
d6cab972c6
Fix call to incorrect function after revert.
...
CURA-9424
2022-11-14 12:57:38 +01:00
Joey de l'Arago
e947959ca9
Merge branch 'main' into CURA-9424_update_loading_projects_design
2022-11-14 12:56:47 +01:00
Joey de l'Arago
62274c4dac
Revert Some of "Fix show/hide button in WorkSpaceDialog printer selector"
...
This reverts commit 0c79ec73
2022-11-11 17:04:39 +01:00
Joey de l'Arago
44d9df57e4
Update drop down to show correct printer icons in header
...
CURA-9424
2022-11-11 16:34:22 +01:00
Joey de l'Arago
1d34cd01c1
Removed unused UpdatableMachinesModel.py
...
CURA-9424
2022-11-11 16:34:08 +01:00
Joey de l'Arago
ebbefb5439
Merge pull request #13718 from discip/patch-2
...
minor fixes + layer_no instead of height
2022-11-11 11:17:22 +01:00
Joey de l'Arago
c59f5a5c00
Add tooltip in WorkspaceDialog over the printer selection drop down.
...
CURA-9424
2022-11-10 14:48:38 +01:00