Lipu Fei
2438effe0a
Use 0.5 as max warning value for prime tower purge volume
...
CURA-3094
Purging more than 0.5mm^3 of material can be way too much, so we use
0.5mm^3 as the maximum warning value for the prime tower purge volume.
2017-06-23 13:34:19 +02:00
Lipu Fei
eb254b085a
Use "Prime Tower Purge Volume" for setting label
...
CURA-3094
2017-06-23 13:34:09 +02:00
Jaime van Kessel
f5a43b48c2
Merge branch 'master' of github.com:Ultimaker/Cura
2017-06-23 13:32:46 +02:00
Jaime van Kessel
83b3dcbb2f
Freshly installed plugins can't be downloaded again anymore
...
CURA-3856
2017-06-23 13:32:19 +02:00
Lipu Fei
f3a9267fa6
Revert "Make LayerView work with "Purge" line type"
...
CURA-3094
2017-06-23 13:32:18 +02:00
Ghostkeeper
4b6f9be4ed
Correct names
...
The old names are what the materials team uses internally, and sorta old names too.
Contributes to issue CURA-3960.
2017-06-23 13:05:58 +02:00
Mark
4c8015f17f
Remove beta from changelog
2017-06-23 13:04:37 +02:00
Jaime van Kessel
68663b2789
Plugin browser now shows difference between new & upgradable plugins
...
CURA-3856
2017-06-23 13:03:30 +02:00
Mark
68b4d8d499
Remove beta from changelog
2017-06-23 13:01:38 +02:00
Ghostkeeper
fa394a0171
Remove Not-Supported profiles for CPE+ and PC
...
They are now supported. This breaks the stacks of people who had these profiles active when they upgraded from 2.6.0 to 2.6.1, which causes them to get a screen of which printer they want to add, and they lose their current settings. But we decided that this use case is too slim to make an entire version upgrade for this patch-version release.
Contributes to issue CURA-3960.
2017-06-23 12:58:33 +02:00
Jaime van Kessel
b2a21f0443
Uninstalled plugins are now correctly marked as such again
...
CURA-3856
2017-06-23 12:49:36 +02:00
Ghostkeeper
71197e9101
Optimise new profiles
...
This removes all settings that are equal to the defaults. Some settings are 'common' between all profiles of the same material. I've let those settings bubble up to the material profiles but that change is then obviously only apparent in the fdm_materials repository.
Contributes to issue CURA-3960.
2017-06-23 12:45:40 +02:00
Jaime van Kessel
a4e353c830
Download buttons are now disabled when another plugin is being downloaded
...
CURA-3856
2017-06-23 12:42:39 +02:00
Jaime van Kessel
051ce5e9f4
Disabled download button on pluginbrowser for plugins that are already installed
...
CURA-3856
2017-06-23 11:51:00 +02:00
Jaime van Kessel
d815c2afcf
Added download progress bar to plugin browser
...
CURA-3856
2017-06-23 11:48:13 +02:00
Jaime van Kessel
e6a3577e9d
Plugin browser now also uses version to check if plugin is already installed
...
CURA-3856
2017-06-23 11:25:53 +02:00
Jaime van Kessel
e3dffd6610
Plugin browser can now download & install plugins
2017-06-23 11:18:10 +02:00
Ghostkeeper
5f6894c523
Add PP profiles for UM2+
...
These new profiles are directly copied from what the material team provides. They should now be optimised.
Contributes to issue CURA-3960.
2017-06-23 11:14:21 +02:00
Ghostkeeper
a8f2f6560f
Add PP profiles
...
These are copied from the materials team and should now be optimised.
Contributes to issue CURA-3960.
2017-06-23 11:07:25 +02:00
Ghostkeeper
8ffc3eabdb
Add 0.8mm profiles for CPE+ and PC
...
These are copied directly from the materials team and should now be optimised.
Contributes to issue CURA-3960.
2017-06-23 11:06:46 +02:00
Ghostkeeper
85bcc56a64
Update TPU profiles
...
These profiles are improved by the materials team. This is directly copied from them and should now be optimised for our use.
Contributes to issue CURA-3960.
2017-06-23 11:05:33 +02:00
Jaime van Kessel
217eecccb9
Merge branch 'master' of github.com:Ultimaker/Cura
2017-06-23 09:57:34 +02:00
Jaime van Kessel
3049fb4da2
Made setting warning colors for dark theme a bit darker.
2017-06-23 09:57:07 +02:00
Ghostkeeper
13c9519a7c
Fix deprecated decorator
...
Contributes to issue CURA-2822.
2017-06-23 09:42:08 +02:00
Lipu Fei
b958e30fe6
Add machine_disallowed_areas and turn off nozzle offsetting for disallowed areas calculation
...
CURA-3663
We don't need to calculate the disallowed areas for certain machines
because they have taken into account the nozzle offsets. This commit
does the following:
- Add machine_disallowed_areas
- Add a flag in definition so that disallowed areas calculation with
nozzle offsets becomes optional in Cura.
Update documentation for no offsetting for nozzles
Contributes to issue CURA-3663.
2017-06-23 08:33:03 +02:00
Tim Kuipers
67a4ec2a9e
dark layer view
2017-06-22 18:56:55 +02:00
Jaime van Kessel
9e275cd41c
Merge branch 'feature_dark_theme' of https://github.com/fieldOfView/Cura
2017-06-22 18:44:16 +02:00
fieldOfView
b324e90ba5
Show hover state on active focus
2017-06-22 18:33:30 +02:00
Ghostkeeper
bc219a06fe
Add MaterialsModel to make material list update upon metadata change
...
This new model inherits from InstanceContainersModel. The only change is that it updates when the metadata of a material container changes. This is needed to make the list of materials update when the material diameter changes.
Contributes to issue CURA-2822.
2017-06-22 18:17:16 +02:00
Ghostkeeper
0e23930bfe
Fix checking whether the old material diameter was the same
...
Getting the old material diameter wasn't working properly.
Contributes to issue CURA-2822.
2017-06-22 18:17:16 +02:00
Ghostkeeper
1d048f39db
Fix getting old material diameter
...
This diameter works. I still don't know why the properties/diameter one didn't work, but this is good too since they are now equal.
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
7ea1d4cc5a
Add getContainerProperty function
...
The opposite of setContainerProperty.
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
f041473465
Fix applying material diameter undo
...
Somehow it seems to get the wrong value there though. Debugging that next...
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
c192d37daa
Fix connecting undo action to undo button
...
Also hiding the message afterwards. Apparently that's not done automatically.
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
b37fa6f718
Implement warning message when you change material diameter
...
The undo functionality currently gives an error though. Investigating...
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
121bf5897d
Deprecate _updateMaterialContainer
...
There are better alternatives nowadays.
Discovered during CURA-2822.
2017-06-22 18:17:15 +02:00
Ghostkeeper
fc96dfec4e
Expose approximateMaterialDiameter of the definition
...
This way we can request that from QML.
Contributes to issue CURA-2822.
2017-06-22 18:17:15 +02:00
fieldOfView
8a887915ac
Add tab navigation to sidebar
2017-06-22 18:07:34 +02:00
Jaime van Kessel
503aa00137
Added rough dialog for the PluginBrowser
...
CURA-3856
2017-06-22 17:55:45 +02:00
Jaime van Kessel
d1e1265215
Merge branch 'master' of github.com:Ultimaker/Cura
2017-06-22 17:26:31 +02:00
Jaime van Kessel
8f1608bc3b
Added model to PluginBrowser
...
We need the model to display items in the popup view.
CURA-3856
2017-06-22 17:25:48 +02:00
Jaime van Kessel
b9241e8070
PluginBrowser now retrieves list of plugins from the server
...
CURA-3856
2017-06-22 16:13:33 +02:00
fieldOfView
48efcdf6e4
Use a PointingRectangle for the LayerView pane
2017-06-22 14:59:15 +02:00
Tim Kuipers
fad78c20b5
fix: copy global settings into extruder msessage for SE (CURA-3930)
2017-06-22 14:40:12 +02:00
Jaime van Kessel
b9e863a953
Added PluginBrowser stub
...
CURA-3856
2017-06-22 14:39:46 +02:00
fieldOfView
29e152582f
Make layerview panel hug the bottom of small windows
...
Fixes https://github.com/Ultimaker/Cura/issues/2013
2017-06-22 14:30:26 +02:00
Lipu Fei
293c1690c6
Change to use machine_nozzle_id
...
CURA-3872
We cannot assume that all nozzles will have IDs like "<type> <size>"
such as "AA 0.4", so we should use a complete string as the nozzle IDs.
2017-06-22 14:00:04 +02:00
Lipu Fei
46b6e5b0a1
Add machine_nozzle_type and set them in UM3 and UM3XL variants
...
CURA-3872
We add a new setting "machine_nozzle_type" to give the engine
information about the nozzle type, such as "AA" and "BB". This is
applicable to UM3 and UM3XL.
2017-06-22 14:00:04 +02:00
Lipu Fei
6be76ec806
Fix code style
...
CURA-3872
2017-06-22 14:00:04 +02:00
Lipu Fei
81323e555a
Make LayerView work with "Purge" line type
...
CURA-3094
In CuraEngine, we created a new line type called "Purge" to make Prime
Tower Purge work. This commit makes the LayerView plugin to handle
"Purge" lines correctly.
2017-06-22 11:39:49 +02:00