25054 Commits

Author SHA1 Message Date
Jaime van Kessel
037b5d5b44
Ensure that the skirt_brim_line_width is selected from right extruder
This fixes CURA-7835 and Fixes #8716
2020-12-18 11:31:55 +01:00
Eryone
b6ba0eac35 DelDelete the space tab
Deleted the space tab
2020-12-17 18:16:07 +08:00
Eryone
df41490940 Improved the setting 2020-12-17 18:06:20 +08:00
Jaime van Kessel
49effbcd80
Disable survey button 2020-12-17 10:22:29 +01:00
Kostas Karmas
430550452f Add a new file menu option when there are multiple file providers
CURA-7868
2020-12-15 18:31:15 +01:00
Konstantinos Karmas
f2b1be4c64
Merge pull request #8949 from mobilegmYT/patch-1
Fix "checkout" to "check out"
2020-12-15 09:14:37 +01:00
RPI News
35e3665a78
Update README.md 2020-12-14 21:27:18 -07:00
Remco Burema
5e7eb2fc93
No need for leading 0 in load-image num-fields.
fixes #8906
2020-12-11 17:18:23 +01:00
Eryone
42ef3fea31
Update the setting version "15" to "16" 2020-12-10 21:38:28 +08:00
Eryone
894ec4232e
Update the setting version "15" to "16" 2020-12-10 21:38:03 +08:00
Eryone
ba309f3cac
Update the setting version "15" to "16" 2020-12-10 21:37:36 +08:00
Eryone
008fc3ffd1
Delete the space tab 2020-12-10 21:10:16 +08:00
Eryone
af5200afd3
Update eryone_er20.def.json
Delete the space tab
2020-12-10 20:59:29 +08:00
Eryone
04418853e6 2020-12-10 20:56:25 +08:00
Eryone
2dce2118f5 Added the eryone_er20 3d printer 2020-12-10 20:25:00 +08:00
Ghostkeeper
b49d5ab9e9
Merge branch 'workaround_kde_qqc2_crash' of https://github.com/StefanBruens/Cura into StefanBruens-workaround_kde_qqc2_crash 2020-12-09 12:33:30 +01:00
Ghostkeeper
d53568c5db
Fix linear-scaling height map thickness
Previously it was using this 'peak_height' which is the total height of the model in scale_vector.y. However it was then multiplying the height map with that scale vector and adding the base height again a second time. So the scaling part was too thick and included the base height, and the total height of the mesh was also too big.
I also reduced an unnecessary re-calculation of the height_from_base parameter. And as a result we don't need the peak_height variable at all any more.

Fixes #8902.
2020-12-09 12:16:56 +01:00
StefanBruens
b800815378
Merge branch 'master' into workaround_kde_qqc2_crash 2020-12-08 15:03:50 +01:00
StefanBruens
8023bee35a
Use 'default' theme instead of 'material'
Using 'material' causes some layout issues, while 'default' shows no such issues and also fixes the preview pane crashes.
2020-12-08 14:53:48 +01:00
Ghostkeeper
bfe62514e2
Allow steps per mm to be float
You could have 333.333 steps per mm, for instance. Not common, but it's possible.

Fixes #8889.
2020-12-08 14:14:14 +01:00
StefanBruens
caa9916cf0
Fix bug reference 2020-12-08 14:01:18 +01:00
Ghostkeeper
000d7e90f5
Fix support density when using tree support on engineering materials
These formulas were using a setting that didn't exist any more.
Not sure how this got through QA. Oh well, this is what they are intending.
This formula is a little bit weird in how it works with support meshes if support is disabled, but it's more or less as good as it gets. The formula is mirrored from how other Ultimaker printers write it down, but slightly simplified with the same outcome.
2020-12-08 12:18:23 +01:00
Jaime van Kessel
7096f64ca2
Fix crash when extruder could not be found
Fixes #8891
2020-12-07 16:45:28 +01:00
fieldOfView
0313b29dcf Fix validator for floats in Machine Settings dialog
The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does.
2020-12-07 16:04:21 +01:00
Ghostkeeper
19d432e50f
Merge branch 'master' into fix_grouping_below_build_plate 2020-12-07 14:27:06 +01:00
Chris Racioppo
4f8c4be34e Added break from loop 2020-12-06 14:08:46 -05:00
Chris Racioppo
cfed67076e Removing unused import 2020-12-06 13:46:37 -05:00
Chris Racioppo
efb79ae650 Create CreateThumbnail.py 2020-12-06 13:40:56 -05:00
Kostas Karmas
f18c274825 Remove duplicate settings from quality profiles
After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles.
This commit fixes that by removing the old (calculated) values.
2020-12-02 16:30:16 +01:00
Or Bin
590e46cef3 Fixed typo: positionning -> positioning 2020-11-28 22:45:58 +02:00
Ghostkeeper
4df5fbc215
Make skirt/brim line width and flow visible for draft/ooze shields
The draft and ooze shield use the skirt/brim settings to print. So these settings should be adjustable if the draft or ooze shield is enabled. It's a bit weird UX-wise, but it's correct. The UX problem will be tackled later.
Apparently this was already done for the speed/acceleration/jerk settings so no change necessary there.

Contributes to issue #8808.
2020-11-27 12:11:06 +01:00
Jaime van Kessel
00bc1bfcdc
Add extra cast to author model
Contributes to #8817
2020-11-27 10:46:33 +01:00
Ghostkeeper
a4fd701f4b
Correct description of Mesh Processing Rank to indicate correct order
Two problems with this description:
- It claims that meshes with lower rank override meshes with higher rank. It's the other way around.
- It mentions 'rank' in one sentence and then 'order' in the next. I've corrected this to use the term 'rank' in both sentences for clarity. This is also the term used for the setting label, to be consistent.

Found in issue #8821.
2020-11-26 17:29:50 +01:00
Jaime van Kessel
53637fa891
Merge branch 'master' of https://github.com/racerxdl/Cura 2020-11-26 14:25:05 +01:00
Lucas Teske
c4d9edca69
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:37 -03:00
Lucas Teske
62e4baa746
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:30 -03:00
Lucas Teske
0a21cff234
Update plugins/PostProcessingPlugin/scripts/TimeLapse.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-25 19:33:24 -03:00
Jaime van Kessel
a5c25846f3
Merge branch 'master' of https://github.com/racerxdl/Cura 2020-11-25 15:54:08 +01:00
Jaime van Kessel
99c12de6b0
Merge branch 'master' of github.com:Ultimaker/Cura into fix_grouping_below_build_plate 2020-11-25 15:42:15 +01:00
nani
74ca8a0d8e
Merge branch 'master' into master 2020-11-23 19:20:19 +05:30
venkatkamesh
e9e5b70023 Merge branch 'master' of https://github.com/venkatkamesh/Cura 2020-11-23 19:16:53 +05:30
venkatkamesh
f8f6809a3e changed platform 2020-11-23 19:16:22 +05:30
nani
b49518f243
Update kosher_mirror.def.json 2020-11-23 19:09:58 +05:30
nani
9af3a26d20
Update kosher_mirror.def.json 2020-11-23 19:09:09 +05:30
nani
b087206f36
Update kosher.def.json 2020-11-23 19:08:30 +05:30
nani
de1187eccb
Update arjun_mirrored.def.json 2020-11-23 19:07:54 +05:30
nani
2eca196f0b
Update arjun_duplication.def.json 2020-11-23 19:06:57 +05:30
nani
febba1752b
Update arjun300.def.json 2020-11-23 19:06:24 +05:30
nani
1c4fb4dd73
Update arjun300.def.json 2020-11-23 19:06:09 +05:30
nani
06fd95fe82
Update kosher_duplication.def.json 2020-11-23 19:05:30 +05:30