Remco Burema
78f15d8fcb
Margins to main window for draggable component.
2019-04-25 08:43:36 +02:00
Remco Burema
37fddaee5c
Limit draggable component to the main window.
2019-04-25 08:43:36 +02:00
Remco Burema
28a14c0a3b
Make expandable component dragable.
2019-04-25 08:43:36 +02:00
Lipu Fei
f04b0c3fcc
Increase the size of network printer list
...
The local printer list utilizes the whole space, but the network printer
list is only use half of the space.
2019-04-25 08:18:41 +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
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
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
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
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
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
Remco Burema
5c28de05e1
Workaround for ListView-cache-bug in Qt. [CURA-6435]
2019-04-17 16:40:05 +02:00
Remco Burema
d72911df84
Merge branch 'master' into CURA-6435_new_style_add_machine
2019-04-17 14:00:45 +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
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
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
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
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
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
Lipu Fei
d9018220b5
Merge branch 'master' into CURA-6449_fix_non_host_printers
2019-04-15 11:37:02 +02:00
Ian Paschal
2f6a2b9ee5
Make pop up more visible
...
Contributes to CL-1298
2019-04-15 10:12:48 +02:00
Ghostkeeper
932fb75145
Add maximum deviation setting
...
This setting allows tweaking the deviation from the norm separately from the length of line segments.
Implements CURA-6458.
2019-04-12 18:40:22 +02:00
Diego Prado Gesto
d0aee9da3f
Merge branch 'master' into CURA-6447_fix_start_onboarding
2019-04-12 16:39:51 +02:00
Diego Prado Gesto
6169d1ad5c
Change a label
...
Contributes to CURA-6435.
2019-04-12 16:16:10 +02:00
Diego Prado Gesto
969b5f7081
Merge branch 'master' into CURA-6435_new_style_add_machine
2019-04-12 16:15:36 +02:00
Diego Prado Gesto
06a044b40f
Merge branch 'master' of github.com:Ultimaker/Cura
2019-04-12 16:10:15 +02:00
Diego Prado Gesto
82b7817fc6
Merge pull request #5616 from Ultimaker/CURA-6057_fix_onboarding
...
Latest commits to onboarding
2019-04-12 16:00:11 +02:00
Diego Prado Gesto
3bfe7df044
Fix the alignment of the MachineSelectorButton
...
Sometimes it was creating a button with width zero. Now it expands to the width of the container.
Also fixing a small issue with the buttons and the link not being correctly aligned to the vertical center.
Contributes to CURA-6057.
2019-04-12 15:45:10 +02:00
Diego Prado Gesto
1d9d10c909
Merge branch 'master' of github.com:Ultimaker/Cura
2019-04-12 13:54:45 +02:00
Lipu Fei
3794c8f75e
Remove ChangeLog plugin
...
CURA-6436
CURA-6447
2019-04-12 12:13:41 +02:00
Lipu Fei
9494173f43
Remove hack in WelcomePagesModel and add WhatsNewPagesModel
...
CURA-6447
2019-04-12 12:11:09 +02:00