Ghostkeeper
6b139a9dce
Merge branch 'deprecate_some_mm_funcs'
2019-04-16 16:29:14 +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
Lipu Fei
8e579d2d68
Update default extruder when applying remote config
...
CURA-6452
2019-04-15 13:25:24 +02:00
Ghostkeeper
fdc629de32
Make error message log which layer could not be found
2019-04-15 13:17:31 +02:00
Ian Paschal
2f6a2b9ee5
Make pop up more visible
...
Contributes to CL-1298
2019-04-15 10:12:48 +02:00
Lipu Fei
ba37812793
Correct some deprecations and remove duplicated code
2019-04-15 09:47:09 +02:00
Lipu Fei
5f7f7f944f
Remove use XYZ instead
2019-04-15 09:39:05 +02:00
Lipu Fei
77ffc16c33
Move type checking imports into type checking closure
2019-04-15 08:26:54 +02:00
Lipu Fei
e35c0cc363
Fix incorrect import in UFPReader
2019-04-15 08:14:54 +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
Remco Burema
d3310be846
Deprecate some MachineManagaer functions.
...
Note: You need the 'handle_log_once' branch in Uranium to prevent spamming the logs!
part of CURA-6457
2019-04-12 16:19:54 +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
Remco Burema
367a12557f
Filter placeholders-devices: but use parseBool instead. [CURA-6057]
2019-04-12 13:14:35 +02:00
Remco Burema
c5f4b30264
Don't show 'discovered' machines that are placeholders. [CURA-6057]
2019-04-12 13:01:39 +02:00
Simon Edwards
474aff2d4a
Merge pull request #5606 from Ultimaker/CL-1325_pass_output_device_to_cloud_check
...
CL-1325 Pass output device (or not) to cloud check method
2019-04-12 10:57:34 +02:00
Lipu Fei
4065a1204a
Fix string comparisons
2019-04-12 08:52:35 +02:00
Lipu Fei
32fcc79dd8
Fix _shouldResolve()
...
CURA-6456
2019-04-11 16:34:57 +02:00
Remco Burema
55dcf31e3c
Fix QML binding loop warnings for CustomConfiguration.
2019-04-11 16:24:51 +02:00
Remco Burema
db71a40acc
Handle undefined extruder-color on start in RecommendedSupportSelector.
2019-04-11 16:23:36 +02:00
Remco Burema
852e7bc8f6
Fit missing font in material-vendor text.
2019-04-11 14:46:27 +02:00
Diego Prado Gesto
13be1eb9aa
Add renderType to labels
...
Otherwise it becomes unreadable on macOS.
Contributes to CURA-6435.
2019-04-11 14:20:39 +02:00
Diego Prado Gesto
a428bf49f4
Use the 'busy' property of the ActionButton
...
Instead of creating a new BusyIndicator, use the existing one.
Contributes to CURA-6435.
2019-04-11 14:20:17 +02:00
Tim Kuipers
cc9aa1129a
Revert "JSON: new setting infill_randomize_start_location"
...
This reverts commit 89a74e8ae209f53e3b0876c3bef79bc19dc7c985.
Accidentally committed to master.
2019-04-11 14:07:52 +02:00
Tim Kuipers
89a74e8ae2
JSON: new setting infill_randomize_start_location
2019-04-11 13:59:43 +02:00
Jaime van Kessel
767ccad970
Merge branch 'master' of github.com:Ultimaker/Cura
2019-04-11 10:52:19 +02:00
Jaime van Kessel
c9a4f0c8b1
Fixed some minor qml issues with userOperations popup
2019-04-11 10:51:57 +02:00
Ian Paschal
17a5816b88
Fix typing
...
Contributes to CL-1325
2019-04-11 10:12:27 +02:00
Ian Paschal
61c38c5ec0
Pass output device (or not) to cloud check method
...
Contributes to CL-1325
2019-04-10 15:43:44 +02:00
Diego Prado Gesto
7d644c0d1a
Merge pull request #5594 from stecklars/anycubic-definition-fixes
...
Fix comments in anycubic printer definitions
2019-04-10 13:23:26 +02:00
Lipu Fei
70e97304d1
Fix add-by-ip page layout
...
CURA-6057
2019-04-10 10:33:11 +02:00
Lipu Fei
4bd3088b58
Fix ScrollableTextArea
...
CURA-6447
2019-04-10 09:50:39 +02:00