19394 Commits

Author SHA1 Message Date
ChrisTerBeke
0028ec6746 Ensure all property values are of type bytes 2019-04-18 14:22:05 +02:00
ChrisTerBeke
5bb56e06a4 Merge branch 'master' into cloud-cluster-discovery-mvp 2019-04-18 13:55:56 +02:00
Jaime van Kessel
39072a1498 Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-18 09:29:36 +02:00
Jaime van Kessel
48f37d03a4 Add debug log for when we are refreshing the access token 2019-04-18 09:29:04 +02:00
Lipu Fei
35b6ece3cf
Merge pull request #5576 from Ultimaker/CURA-6435_new_style_add_machine
CURA-6435 New style add machine dialog
2019-04-18 08:41:47 +02:00
Lipu Fei
e3c1505612 Merge branch 'master' into CURA-6435_new_style_add_machine 2019-04-18 06:33:11 +00:00
Lipu Fei
98c4b7508f Fix typing 2019-04-18 06:32:52 +00:00
Lipu Fei
427cfdc4b2 Merge remote-tracking branch 'origin/master' into CURA-6435_new_style_add_machine 2019-04-18 07:53:13 +02:00
Lipu Fei
56cec02d44 Fix tests 2019-04-18 07:40:10 +02:00
ChrisTerBeke
3cbd8a94a9
Add minimal support for discovering cloud printers outside of LAN 2019-04-18 00:19:12 +02:00
Remco Burema
b5d4ef61f5 Add cancel-button and fix window-size (add printer). [CURA-6435] 2019-04-17 18:10:26 +02:00
Remco Burema
bcfb2c02e5 Fix dark-theme and arrow for add-printer-dialog. [CURA-6435] 2019-04-17 17:45:11 +02:00
Ghostkeeper
36cefcf0a3
Give more verbose output if a test failed (or succeeded)
We want to know what exactly failed.

Contributes to issue CURA-6188.
2019-04-17 17:10:25 +02:00
Remco Burema
5c28de05e1 Workaround for ListView-cache-bug in Qt. [CURA-6435] 2019-04-17 16:40:05 +02:00
Ghostkeeper
cd89f7345a
Merge branch 'WIP_gitlab_ci' 2019-04-17 16:30:32 +02:00
Jaime van Kessel
849e968edb Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-17 16:12:02 +02:00
Jaime van Kessel
d8f193870f Added more logging to the authorization service 2019-04-17 16:11:39 +02:00
Remco Burema
d72911df84 Merge branch 'master' into CURA-6435_new_style_add_machine 2019-04-17 14:00:45 +02:00
Lipu Fei
47f9741d9d Sort network printer names in list
CURA-6449
2019-04-17 13:35:40 +02:00
Remco Burema
4c214f5b2d
Merge pull request #5611 from Ultimaker/CURA-6449_fix_non_host_printers
CURA-6449 Disable printers that are not host of a group
2019-04-17 13:06:38 +02:00
Ghostkeeper
af42340e68
Slightly increase resolution by default
Most Marlin installations should be able to handle a bit more.

Contributes to issue CURA-6458.
2019-04-17 12:48:22 +02:00
Jaime van Kessel
ef92aad6bb Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6435_new_style_add_machine 2019-04-17 11:06:30 +02:00
Jaime van Kessel
f2044998ae
Merge pull request #5604 from Ultimaker/CURA-6447_fix_start_onboarding
CURA-6447 Fix start onboarding
2019-04-17 10:59:23 +02:00
Lipu Fei
44a0f00f0b Reuse welcome dialog item to show whats new upon start
CURA-6447
2019-04-17 09:58:07 +02:00
Lipu Fei
a49d00c60e Move some code into Component.onCompleted
CURA-6447
2019-04-17 09:42:42 +02:00
Lipu Fei
64cb86217e Remove non-existing icon
CURA-6447
2019-04-17 09:36:03 +02:00
Lipu Fei
46fa45768a Simplify shouldShowWelcomeDialog()
CURA-6447
2019-04-17 09:35:01 +02:00
Lipu Fei
ce5682aa74 Check type by ID in isUnknownMachineType()
CURA-6449
2019-04-17 09:32:34 +02:00
Lipu Fei
904a8ab26c Fix theming
CURA-6435
2019-04-17 09:18:08 +02:00
Lipu Fei
9b603d1f4b Use Cura.MachineNameValidator
CURA-6435
2019-04-17 08:31:27 +02:00
Lipu Fei
96e10ee00c Add max length to machine name textbox
CURA-6435
2019-04-17 08:25:32 +02:00
Ghostkeeper
6b139a9dce
Merge branch 'deprecate_some_mm_funcs' 2019-04-16 16:29:14 +02:00
Ghostkeeper
325e60d821
Correct renamed welcome check function
Contributes to issue CURA-6435.
2019-04-16 15:28:32 +02:00
Jaime van Kessel
acf7229d1d
Merge pull request #5620 from Ultimaker/add_maximum_deviation_setting
Add maximum deviation setting
2019-04-16 14:50:56 +02:00
Ghostkeeper
96abaf2376
Adjust warning values for maximum travel resolution
Due to the change in tactics to limit resolution by deviation, this can be increased quite a lot (as long as you don't increase deviation too much).
2019-04-16 14:02:13 +02:00
Ghostkeeper
3771040c04
Adjust warning values for maximum resolution
Due to the change in tactics to limit resolution by deviation, this can be increased quite a lot (as long as you don't increase deviation too much).
2019-04-16 14:02:05 +02:00
Diego Prado Gesto
eb3e343be5 Rename variable
Even if we could reuse the other, it make sense to call it 'deviation'

Contributes to CURA-6458.
2019-04-16 12:04:34 +02:00
Ghostkeeper
3b184a5a9a
Add maximum deviation to expert settings
Contributes to issue CURA-6458.
2019-04-16 11:36:59 +02:00
Ghostkeeper
6325a5f1c2
Change setting value defaults for maximum resolution to use deviation
All profiles that use maximum resolution should use maximum deviation instead, and halve it.

Contributes to issue CURA-6458.
2019-04-16 11:36:07 +02:00
Ghostkeeper
60777b72fc
Increase defaults for Maximum Resolution significantly
We want to limit it mostly to the Maximum Deviation now. So also don't increase the Maximum Deviation along this time.

Contributes to issue CURA-6458.
2019-04-16 11:27:29 +02:00
Jaime van Kessel
c2a00d6b53 Fix copy paste error
Simple fix that caused crash for getHasVariantBuildplates
2019-04-16 10:53:06 +02:00
Ghostkeeper
7b62eb9560
Make minimum wall flow also settable per extruder
It was settable per mesh but not per extruder, but we want it to be settable per extruder as well, causing all meshes printed with that extruder to use that setting value. That's how most of these settings work (like Outer Wall Speed and such).
There are some exceptions to this where a setting only makes sense if applied in per-object settings, such as Infill Mesh or support blockers, but this is not such a setting.

Fixes #5622.
2019-04-16 09:53:53 +02:00
Ghostkeeper
cea742218b
Revert "Hide travel jerk settings for RepRap flavour"
This reverts commit d5fa0b395e5185968c70147cf24cb421369fa2f0. It was made based on bad information; travel moves do properly use jerk in RepRap.
2019-04-16 09:42:32 +02:00
Jaime van Kessel
8267ef670a Greatly decrease amount of tickles to the backend for settingOverrideDecorator 2019-04-15 17:59:27 +02:00
Jaime van Kessel
abb13e8992 Prevend unneeded tickles of the backend for setting override decorators 2019-04-15 17:52:13 +02:00
Jaime van Kessel
1755ed64ea Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-15 17:47:26 +02:00
Jaime van Kessel
e8d2e070d8 Dont calculate bounding box for non printing meshes
Fixes #5603
2019-04-15 17:46:54 +02:00
Jaime van Kessel
42b1a0e028 Refactor some small bits of the setting override decorator
There was code duplication and a number of functions that should be private

contributes to #5603
2019-04-15 17:36:55 +02:00
Simon Edwards
f25dd78100
Merge pull request #5631 from Ultimaker/CL-1298_theme_change
Make pop up more visible
2019-04-15 15:26:35 +02:00
Ghostkeeper
d5fa0b395e
Hide travel jerk settings for RepRap flavour
The firmware doesn't support it there.
2019-04-15 14:09:14 +02:00