19469 Commits

Author SHA1 Message Date
Lipu Fei
3a195e9678 Fix crash when moving the support eraser
CURA-6480
2019-04-24 11:04:33 +02:00
Lipu Fei
1b9bf6f0b9 Add optional empty placeholder for CuraView
CURA-6469
2019-04-24 09:10:21 +02:00
Lipu Fei
3bec7cdf8b Add margins between label and content
CURA-6435
2019-04-24 08:28:32 +02:00
Lipu Fei
4876d5af00 Fix data saving before making a backup
CURA-6471
2019-04-24 08:21:11 +02:00
Ghostkeeper
ce9f3c9bcc
Set maximum feedrate to light speed
For many printers this maximum feedrate is unknown. The rationale for this commit is that if it's unknown we shouldn't limit the speed settings.
This does cause the time estimations to be out of whack if the speed is limited on one axis but not on another axis, such as if you home the build plate while homing the head as well (when the head is much faster than the build plate). Because now Cura doesn't assume that there is a limit on any axis any more. It just holds the print speeds.
Many printers override these settings so that they have a more realistic value. Previously the value of 500mm/s wasn't very realistic anyway, as most printers have somewhere in the area of 250mm/s in their firmware limits.

Fixes #5640.
2019-04-23 18:06:26 +02:00
Ian Paschal
213a8fa6f3 Don't use compatible machien families for pills
Contriutes to CL-1055
2019-04-23 14:40:03 +02:00
Ian Paschal
6f762c676e Set the printer type on printer configuration
No idea why we didn't already do this
Contributes to CL-1055
2019-04-23 14:38:07 +02:00
Remco Burema
5c0462c585
Merge pull request #4753 from DesktopMetal/feature_z_hop_extruder_switch
Feature: "Z Hop After Extruder Switch Height"
2019-04-23 12:01:34 +02:00
Lipu Fei
905889214a Fix typing 2019-04-23 10:31:13 +02:00
Lipu Fei
4423fc82b0 Fix typing 2019-04-23 09:39:46 +02:00
Lipu Fei
97def2f6b1 Handle requests ConnectionErrors in Backup plugin
CURA-6471
2019-04-23 09:07:19 +02:00
Vlad Gribinchuk
fec0272c5f Merge branch 'master' into feature_z_hop_extruder_switch 2019-04-22 10:45:57 +03:00
Jaime van Kessel
50ad4e4d4e Speed up the rendering of the solid view by caching support_angle property 2019-04-19 14:55:28 +02:00
Jaime van Kessel
9daa78a98f Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-19 13:58:58 +02:00
Jaime van Kessel
f86f4d184b Add a QML item that shows the FPS 2019-04-19 13:58:41 +02:00
Ghostkeeper
2444815db0
Merge branch 'new_values_max_resolution_deviation' 2019-04-19 09:53:29 +02:00
Diego Prado Gesto
a713cdc6bd Add new values for the resolution and deviation settings
According to the experts
2019-04-18 17:26:01 +02:00
Ian Paschal
e64e98078d
Merge pull request #5634 from Ultimaker/cloud-cluster-discovery-mvp
Add minimal support for discovering cloud printers outside of LAN
2019-04-18 15:55:33 +02:00
Lipu Fei
f5668df127 Add parent to models so QML dont take ownership 2019-04-18 15:54:23 +02:00
Vlad Gribinchuk
7d73921d63 Set "value" for retraction_hop_after_extruder_switch_height to ensure it copies the value of retraction_hop 2019-04-18 16:32:23 +03:00
Vlad Gribinchuk
a52939730f Put retraction_hop_after_extruder_switch_height into expert.cfg 2019-04-18 16:30:47 +03:00
Ghostkeeper
ba9c38a4a6
Revert "Give more verbose output if a test failed (or succeeded)"
This reverts commit 36cefcf0a313bc0db207539ff9b29d1aef03446a. Apparently it was already working correctly and I just wasn't looking properly.
2019-04-18 14:44:14 +02:00
ChrisTerBeke
3b0cfc270f Fix unit test for device name 2019-04-18 14:43:53 +02:00
ChrisTerBeke
76d0b5f198 Ensure printers length is larger than 0 before accessing index 2019-04-18 14:26:38 +02:00
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