7988 Commits

Author SHA1 Message Date
Lipu Fei
c196a4bf00 Fix stack file version number in VersionUpgrade26to27
CURA-3975
2017-07-06 10:42:26 +02:00
Lipu Fei
42858b4715 Add upgrade script for 2.6 to 2.7 to rename quality profiles
CURA-3975
2017-07-06 10:26:02 +02:00
Ghostkeeper
6cac15de7d
Use default parameter to obtain default colour
There is a built-in mechanism for this, so we don't need to do this ourselves.
2017-07-06 09:48:36 +02:00
Ghostkeeper
bb68f488db
Make material finding more robust
The .findContainer technique is obsolete since we now just have a field for this.

Hopefully contributes to issue #2053.
2017-07-06 09:41:28 +02:00
Jaime van Kessel
ef51897b71 Fixed removable drive error spam on Windows 2017-07-05 14:48:02 +02:00
Jaime van Kessel
289c9ed8ee Network printing now sees empty state as idle 2017-07-05 11:00:00 +02:00
Jaime van Kessel
3ee72a5393 Fixed sending wrong setting for bed adhesion
CURA-3858
2017-07-04 10:19:11 +02:00
Jaime van Kessel
1b6152b793 Send print times & extruders as string
CURA-3858
2017-07-04 09:44:09 +02:00
fieldOfView
5fec3d4f6d Replace mock borders with true borders 2017-07-03 16:04:18 +02:00
Mark
8a55469499 Revert "Add margins to buttons and progressBar so they align"
This reverts commit 8776cedd278ab0830f4f621d013e7ef75efbb9d1.
2017-07-03 14:49:26 +02:00
Mark
8776cedd27 Add margins to buttons and progressBar so they align
CURA-3856
2017-07-03 14:46:31 +02:00
Jaime van Kessel
a1413e8162 Added active mode to sliceinfo
CURA-3858
2017-07-03 13:18:23 +02:00
Jaime van Kessel
d69736ac34 Filter \n from transformation string
CURA-3858
2017-07-03 13:13:42 +02:00
Jaime van Kessel
1682348629 Send data to new server
CURA-3858
2017-07-03 13:10:17 +02:00
Jaime van Kessel
3abde17466 Updated list of settings to be sent.
CURA-3858
2017-07-03 12:57:50 +02:00
Jaime van Kessel
e98a6d76ba Added close button
CURA-3856
2017-06-30 15:40:51 +02:00
Jaime van Kessel
52954460a3 Added refresh option for plugin list.
This fixes the issue that if you don't have internet connection on first start of the browser, you'd need a reboot of cura to get the list.

CURA-3856
2017-06-30 15:30:22 +02:00
Jaime van Kessel
5d0908e8ce Added handling for timeout & network connection broken
CURA-3856
2017-06-30 15:19:53 +02:00
Jaime van Kessel
782dea040a Merge branch 'master' of github.com:Ultimaker/Cura 2017-06-30 13:51:17 +02:00
Jaime van Kessel
a8492b3a6f Added few more fields (brand & manufacturer) to brand & machine
CURA-3858
2017-06-30 13:33:39 +02:00
Ghostkeeper
71c146f437
Always send not-printed objects to slicer regardless of build volume
Objects that aren't printed, such as infill meshes, can simply be sent to the slicer regardless of whether they are inside or outside the build volume, because they don't generate g-code in their own volume. This way you can have a model that is partially outside the build volume that still does its anti-overhang task or whatever.

Contributes to issue CURA-3951.
2017-06-30 13:04:09 +02:00
Jaime van Kessel
9db00fa9c0 Also send if the user changed the machine definition
CURA-3858
2017-06-30 10:39:22 +02:00
Jaime van Kessel
d38eb7f4e4 Model data is now actually appended to data that's being sent
CURA-3858
2017-06-30 10:35:16 +02:00
Jaime van Kessel
5c9e3c1e4d Extruders are now correctly filled in slicdeInfo
CURA-3858
2017-06-30 10:30:33 +02:00
Jaime van Kessel
c77ff8ea8b Initial set of changed setup for sliceinfo
CURA-3858
2017-06-29 16:54:12 +02:00
Jaime van Kessel
0f00895a97 Code cleanup
CURA-3858
2017-06-29 14:57:19 +02:00
Jaime van Kessel
abae2cc28c Moved SliceInfoJob to it's own file
CURA-3858
2017-06-29 14:54:49 +02:00
Ghostkeeper
16564b3194
Merge branch 'master' of github.com:Ultimaker/Cura 2017-06-28 15:54:27 +02:00
Jaime van Kessel
e9d2434c41 Simplify text generaton for download button
CURA-3856
2017-06-28 15:35:13 +02:00
Ghostkeeper
cd4bffb380
Set author to Ultimaker B.V. instead of Ultimaker
To be consistent with the rest of the plug-ins and with the material files.

Contributes to issue CURA-3857.
2017-06-28 13:50:37 +02:00
Ghostkeeper
2a593e316b
Close camera upon disconnecting instead of relying on Uranium to do that
Uranium shouldn't know about no camera.
2017-06-28 11:51:12 +02:00
Jaime van Kessel
eda6394b34 Merge branch 'mb-fix-layer-view-line-widths' of https://github.com/smartavionics/Cura 2017-06-26 14:22:00 +02:00
Lipu Fei
fe5466872f Merge remote-tracking branch 'upstream/2.6' 2017-06-26 12:59:25 +02:00
Lipu Fei
dc6eef0bc6 Merge pull request #2015 from Ultimaker/fix_override_extruder_settings_with_global_2.6
fix: copy global settings into extruder msessage for SE (CURA-3930)
2017-06-26 12:57:39 +02:00
Lipu Fei
bc65cc1102 Fix code style
CURA-3930
2017-06-26 12:49:34 +02:00
Ghostkeeper
6088617453
Merge branch '2.6' 2017-06-26 10:34:58 +02:00
Ghostkeeper
35e0d1e607
Add entry for new materials in 2.6.1
Contributes to issue CURA-3960.
2017-06-26 09:24:44 +02:00
Mark Burton
6d6fec46b2 In geometry41core, take the line width/depth from the second vertex rather than the first.
This change fixes a problem where a sequence of lines that have different widths are displayed
with the widths shifted by 1, i.e. line 1 had the width of line 2 and so on.
2017-06-26 08:20:13 +01:00
Jaime van Kessel
78141cf330 Merge branch 'fix_layerview_small_windows' of https://github.com/fieldOfView/Cura 2017-06-23 15:11:57 +02:00
Jaime van Kessel
31dcb6f41f Decreased height of progress bar
CURA-3856
2017-06-23 14:41:23 +02:00
Jaime van Kessel
8a8123a021 Correctly set User-Agent header 2017-06-23 14:35:15 +02:00
Jaime van Kessel
32c699e4a1 Updated layout 2017-06-23 14:17:22 +02:00
Jaime van Kessel
37162683e5 Show result message after installing / upgrading plugin with the browser
CURA-3856
2017-06-23 13:51:13 +02:00
Jaime van Kessel
867dd04681 PluginBrowser strings are now translatable
CURA-3856
2017-06-23 13:43:08 +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
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
Jaime van Kessel
b2a21f0443 Uninstalled plugins are now correctly marked as such again
CURA-3856
2017-06-23 12:49:36 +02:00