Commit graph

12854 commits

Author SHA1 Message Date
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 d5fa0b395e. 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
Mark Burton
67d9db4162 Added bridge_sparse_infill_max_density to specify max density of sparse infill.
A skin that is over sparse infill is considered to be unsupported for bridging purposes.
2019-04-12 19:14:14 +01: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
Робокинетика
d5bf2a73f4
The correct author is specified 2019-04-12 12:43:59 +03:00
Робокинетика
724661b600
Fixed some flaws 2019-04-11 21:17:15 +03:00
Робокинетика
ba1459d575
Fixed some flaws 2019-04-11 21:15:12 +03: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
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
Diego Prado Gesto
aabcd71b72 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:17:10 +02:00
Tim Kuipers
7ccf1cd617 Revert "Revert "JSON: new setting infill_randomize_start_location""
This reverts commit cc9aa1129a.

Reintroduce the feature which I reverted on master (because I accidentally pushed to master).
2019-04-11 14:08:49 +02:00
Tim Kuipers
cc9aa1129a Revert "JSON: new setting infill_randomize_start_location"
This reverts commit 89a74e8ae2.

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
Diego Prado Gesto
96301842f2 Merge branch 'master' into CURA-6435_new_style_add_machine 2019-04-11 12:47:19 +02:00
Diego Prado Gesto
a32488895b Add renderType to labels
Otherwise it becomes unreadable on macOS.

Contributes to CURA-6435.
2019-04-11 12:08:18 +02:00
Lipu Fei
588dd6cd78 Disable printers that are not host of a group
CURA-6449

 - Group printers into hosts and non-hosts and of unknown type.
 - Show available/connectable printers first in the list.
 - Show sections for connectable and non-connectable printers.
2019-04-11 11:33:01 +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
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
0665076018 Fix merge conflicts 2019-04-10 10:42:51 +02:00
Lipu Fei
0d437e7e96 Merge remote-tracking branch 'origin/master' into CURA-6447_fix_start_onboarding 2019-04-10 10:40:42 +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
Lipu Fei
9a33a301ab Merge remote-tracking branch 'origin/master' into CURA-6447_fix_start_onboarding 2019-04-10 09:08:05 +02:00
Lipu Fei
0e49d3dc12
Merge branch 'master' into CURA-6435_new_style_add_machine 2019-04-10 09:06:55 +02:00
Lipu Fei
b692787def Fix how onboarding flow is shown
CURA-6447
2019-04-10 07:16:09 +02:00
Jaime van Kessel
c2b901ae47 Merge branch 'CURA-6057_fix_onboarding' of github.com:Ultimaker/Cura 2019-04-09 16:34:36 +02:00
Lipu Fei
61ee2ec85c Simplify code
CURA-6447
2019-04-09 11:45:30 +02:00
Lipu Fei
f94344263b Fix merge conflicts 2019-04-09 11:33:07 +02:00
Lipu Fei
738886b4fb Merge remote-tracking branch 'origin/CURA-6057_fix_onboarding' into CURA-6447_fix_start_onboarding 2019-04-09 11:31:42 +02:00
Diego Prado Gesto
74fe1c5aa8 Set the alignWhenCentered to false
so the radio button is perfectly centered instead of shifted

Contributes to CURA-6057.
2019-04-09 11:14:52 +02:00
Jaime van Kessel
87c4c03283 Fix incorrect tag in start g-code
Fixes #5591
2019-04-09 10:47:55 +02:00
Jaime van Kessel
f5ef6aed8d Make textfield use states
CURA-6435
2019-04-08 17:10:36 +02:00
Diego Prado Gesto
bf47bfc4ea Merge branch 'master' of github.com:Ultimaker/Cura 2019-04-08 16:26:43 +02:00