Remco Burema
9f2ad1c577
Merge pull request #8964 from Ultimaker/CURA-7835_Fix_skirt_brim_line_width
...
Ensure that the skirt_brim_line_width is selected from right extruder
2020-12-22 17:20:32 +01:00
Remco Burema
af8a1ab71f
Arachne alpha change log is more readable.
Arachne_engine_alpha
2020-12-22 09:01:45 +01:00
Jaime van Kessel
bff3ba577b
Store auth & refresh key in keyring instead of in preferences
...
People tend to share configuration folders, which just isn't secure.
CURA-7180
2020-12-21 14:02:45 +01:00
Jaime van Kessel
a1a74690c5
Merge branch 'master' of github.com:Ultimaker/Cura
2020-12-21 13:16:42 +01:00
Jaime van Kessel
5b43c94c0b
Mark setting as disabled in perobject setting panel if it's enabled property requires it
...
This is a bit different from the rest, since hiding would mean that the setting can't be removed.
CURA-7569
2020-12-21 13:15:32 +01:00
Ghostkeeper
dfe4185f1e
Merge branch 'Update_CPE_settings_UM2C'
2020-12-21 11:55:12 +01:00
Remco Burema
0fdcd208ee
Possible alternate non-numbered versions.
...
CURA-7932
2020-12-20 21:55:13 +01:00
Jaime van Kessel
19a8bd63ab
Remove unused variable
...
CURA-6682
2020-12-18 15:35:15 +01:00
Kostas Karmas
43615a57b6
Change client scope in the Account
...
CURA-7868
2020-12-18 14:34:29 +01:00
StijnArntz
561620336e
Update CPE settings for UM2C
...
Combing settings for 0.4nozzle
2020-12-18 14:08:41 +01:00
Jaime van Kessel
cd76326fed
Fix tests
...
CURA-7835
2020-12-18 11:52:53 +01:00
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
Remco Burema
bb0d2cad40
Double (max) transition filter distance.
2020-12-16 11:02:48 +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
Konstantinos Karmas
7be897ef56
Merge pull request #8918 from Ultimaker/CURA-7148_reenable_infill_gaps
...
[CURA-7148] Remove old 'Print Thin Walls' and 'Fill Gaps'
2020-12-10 21:05:38 +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
Remco Burema
7ff51049dc
(Also partially revert the main printer def.)
...
See parent commit (Partial revert to undelete Print Thin Walls.)
CURA-7148
2020-12-10 13:00:09 +01:00
Remco Burema
db33f67666
Partial revert: Don't remove 'Print Thin Walls'.
...
It still makes sense, even in a libArachne/Variable Line Width sense.
CURA-7148
2020-12-10 12:49:00 +01:00
Remco Burema
77c39247f9
... also of course delete them from definitions.
...
Context: Print Thin Walls and Fill Perimeter Gaps are old settings that aren't needed any more since we switched to libArachne (Varianble Line Widths).
CURA-7148
2020-12-09 21:20:08 +01:00
Remco Burema
df8a716ac3
Remove old 'Print Thin Walls' and 'Fill Gsps'.
...
In favour of new variable line width processing (Arachne).
CURA-7148
2020-12-09 20:55:37 +01:00
Ghostkeeper
87f1a953f3
Merge branch 'CURA-7678_remove_inset_usage' into libArachne_rebased
2020-12-09 17:31:32 +01: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
Ghostkeeper
2fbbd79789
Merge branch 'CURA-7683_VersionUpgrader_for_libArachne_5.0' into libArachne_rebased
2020-12-08 15:33:07 +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
Ghostkeeper
66a0b4b5a5
Merge branch 'master' into libArachne_rebased
2020-12-08 09:28:40 +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
Ghostkeeper
5107c0deea
Merge branch 'libArachne_rebased' into CURA-7678_remove_inset_usage
2020-12-04 16:04:33 +01:00
Miroslav Sustek
ddce475e9e
Translate missed word
2020-12-02 23:56:25 +01:00