Arjen Hiemstra
17ff92bdc9
Add support for import/export to the Materials page
...
Contributes to CURA-341
2016-07-07 01:43:44 +02:00
Arjen Hiemstra
aba60b0105
Remove "Rename" button from Materials page and make the other ones work
...
Since the name is generated from the metadata
Contributes to CURA-341
2016-07-05 16:48:43 +02:00
fieldOfView
6933430185
Flow MachineActions on the manage Printes page.
...
CURA-1385
2016-07-04 12:47:16 +02:00
Arjen Hiemstra
7008e047f6
Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing
...
* 'master' of github.com:ultimaker/Cura: (76 commits)
Added UMO upgrade selection
Added stubs for UMO upgrade selection
Machine action labels are now translatable
Code style CURA-1676
Using the correct placeholder
SplashScreen: Using system-default fontfamily
USBPrinting: Let's "Print via USB"
BQ Hephestos2 - Preheating temperature fix When starting a print with the "custom" GCode by BQ, the printer resets the nozzle temperature to 210°C when printing via SD card (no matter what you set on Cura) and only preheats the nozzle to 180°C when printing via USB. So currently the printer begins to print via USB at 180°C and reaches the correct temperature eg.g while printing the brim.
Fix warning about missing color in theme
Automatically show the Print Monitor when starting a print
Fix USBPrinterOutputDevice to work with the Print Monitor
Properly prevent warning when no printer is connected.
ZOffset decorator is now correctly copied
Force focus instead of requesting it.
Fix two "critical errors" on startup
Minor check machine action GUI improvements
Prevent warning when no printer is connected.
Fix empty material/quality profiles when switching variants
Disable monitor buttons when there is no job running
Move message stack "above" the viewport overlay
...
2016-07-04 11:45:59 +02:00
Arjen Hiemstra
df3275a10a
Update Machine and Profile pages with the changes made to ManagementPage
...
Since all the individual properties are removed and we now just need to
handle the buttons ourself.
Contributes to CURA-342
2016-07-04 11:43:27 +02:00
Arjen Hiemstra
eb48a4e768
Set the new metadata when editing a material
...
Contributes to CURA-342
2016-06-30 17:32:43 +02:00
Arjen Hiemstra
419326132f
Use ContainerPropertyProvider to provide properties for the materials page
...
Contributes to CURA-342
2016-06-30 01:54:58 +02:00
Arjen Hiemstra
3798a6e26a
Update MaterialsPage with the new way of handling buttons
...
Contributes to CURA-342
2016-06-30 01:54:25 +02:00
Arjen Hiemstra
f7e4b91569
Update styling of Material management page
...
Contributes to CURA-342
2016-06-28 17:44:19 +02:00
Arjen Hiemstra
47079dc2dd
Start enabling some material management things
2016-06-28 17:43:52 +02:00
Arjen Hiemstra
68a8bcb009
Fix width of materials properties tab
2016-06-27 13:33:38 +02:00
Arjen Hiemstra
b2ef607cb6
Fix the material setting list to use a simple placeholder
...
Contributes to CURA-342
2016-06-23 17:34:35 +02:00
Arjen Hiemstra
1cb836aea5
Add a ReadOnlySpinBox control that provides a spinBox with a readOnly property
...
Contributes to CURA-342
2016-06-23 17:33:55 +02:00
Arjen Hiemstra
f71ddc4b9f
Start implementing view and edit support in the materials page
...
Contributes to CURA-342
2016-06-23 17:31:50 +02:00
Jaime van Kessel
85942583b1
Merge branch 'master' of github.com:Ultimaker/Cura
2016-06-23 16:39:09 +02:00
Jaime van Kessel
0b02a5f12b
Machine actions are now when selected (instead of active) machine change
...
CURA-1385
2016-06-23 16:38:04 +02:00
fieldOfView
0faecf9b34
Rearrange MachineActions on Machines page
...
CURA-1385
2016-06-23 14:15:39 +02:00
Jaime van Kessel
d5b07d29de
Actions are now reset before every run
...
CURA-1385
2016-06-22 14:39:41 +02:00
Jaime van Kessel
65751d7400
Added completed signal to machine action, so model can notify display that it is completed
...
CURA-1385
2016-06-21 16:19:44 +02:00
Jaime van Kessel
181d16aad8
Running machine actions outside of first run is now possible
...
CURA-1385
2016-06-21 14:34:53 +02:00
Jaime van Kessel
924af37dff
Fleshing out of bedleveling action
...
CURA-1385
2016-06-21 13:30:36 +02:00
Jaime van Kessel
8237047907
Actions are now added as buttons to machinePages
...
CURA-1385
2016-06-20 13:46:05 +02:00
Simon Edwards
175b5429b4
Refactor the profile and Cura specific import/export code, put the cura stuff in Cura itself.
...
Contributes to CURA-1667 Profile import/export
2016-06-14 11:44:38 +02:00
fieldOfView
24e165b964
Remove error on ProfilesPage
...
CURA-1585
2016-06-14 10:41:06 +02:00
fieldOfView
aeccfe3509
Rearrange preferences
...
Merges general & view into a single page
Introduces sections on general page
Cleans up code
2016-06-12 15:25:39 +02:00
fieldOfView
7d2a7bd157
Abbreviate headers
...
CURA-1668
2016-06-09 21:40:07 +02:00
fieldOfView
0d7a7d9299
Update wording to make storing/updating/discarding current settings more clear
...
CURA-970
2016-06-09 19:18:46 +02:00
fieldOfView
d34d398e96
Change the implementation of creating a profile from the current settings
...
The newly created profile now combines the settings of the active quality profile and the current settings
CURA-970, CURA-1585
2016-06-09 18:40:42 +02:00
fieldOfView
0952dd0327
Removed warnings about undefined properties
...
CURA-1278
2016-06-09 16:01:08 +02:00
Simon Edwards
c03588c6e5
Profile export now goes via the plugin system, and does the same filename checks as before.
...
Contributed to CURA-1667 Profile import/export
2016-06-09 14:14:48 +02:00
fieldOfView
8f4f67d552
Show "Protected profiles" / "Custom profiles" section on profiles page
...
CURA-855
2016-06-09 13:41:33 +02:00
fieldOfView
cd803bc36e
Determine readonly state from location in filesystem instead of a metadata property
...
CURA-1684
2016-06-09 13:16:23 +02:00
fieldOfView
5da3665832
Fix duplicating the first item on the Profiles page
...
CURA-1585
2016-06-09 11:22:33 +02:00
fieldOfView
ecfd7e5993
Move InstanceContainersModel has_settings into metadata to clean up the model
...
CURA-1668
2016-06-09 08:21:18 +02:00
fieldOfView
e702fef44b
Add header to profile settings table
2016-06-08 22:07:57 +02:00
fieldOfView
ca308c5b05
Add notice if a profile has no settings, and if the current settings are "empty"
...
CURA-1668, CURA-696
2016-06-08 17:50:54 +02:00
fieldOfView
07b51d0ca8
Strike out profile value if it is overridden by the current setting
...
CURA-1668
2016-06-08 17:04:04 +02:00
fieldOfView
da467b9b28
Only shown the current settings column when the currently active quality profile is selected
...
CURA-1668
2016-06-08 16:45:20 +02:00
fieldOfView
485ae53660
Show quality profile and user profile settings side-by-side on Profiles manager
...
Introduces ContainerSettingsModel, which can combine the settings of instances from multiple containers into one model.
Towards CURA-1668
2016-06-08 16:35:10 +02:00
Simon Edwards
44d9fefd5d
Profile export from the Profiles window.
...
Contributed to CURA-1667 Profile import/export
2016-06-07 16:13:12 +02:00
fieldOfView
ce388c4b23
Show settings in profile as a sorted list with section headers
...
CURA-1585
2016-06-07 11:18:09 +02:00
fieldOfView
05643eca11
Fix renaming profiles from the Profiles page
...
CURA-1585
2016-06-07 08:11:53 +02:00
fieldOfView
35706734e6
Show settings on Profile page
...
CURA-1585
2016-06-06 23:13:25 +02:00
fieldOfView
a2db4740b9
Fix removing custom (quality) profiles
...
CURA-1585
2016-06-06 15:09:21 +02:00
fieldOfView
3752a6bbef
Show rename profile dialog after creating a profile from the profiles dropdown
...
CURA-1585
2016-06-06 13:02:20 +02:00
fieldOfView
22857bf3e1
Disable export profile button when no profile is selected
...
CURA-1585
2016-06-06 12:14:10 +02:00
Arjen Hiemstra
b33ce573c1
Also filter materials and profiles preference pages by machine etc. when desired
...
Contriubtes to CURA-1612
2016-06-04 19:22:42 +02:00
Jaime van Kessel
490a8724e5
Fixed duplication of profiles
...
CURA-1427
2016-06-03 16:29:46 +02:00
Jaime van Kessel
fdbd6d7c5f
Updating profile now also works in profile page
...
CURA-1585
2016-06-03 15:29:41 +02:00
Jaime van Kessel
01999f7ddd
Custom profiles can now be renamed
2016-06-03 15:00:09 +02:00