Commit graph

12848 commits

Author SHA1 Message Date
Remco Burema
0fdcd208ee
Possible alternate non-numbered versions.
CURA-7932
2020-12-20 21:55:13 +01:00
StijnArntz
561620336e Update CPE settings for UM2C
Combing settings for 0.4nozzle
2020-12-18 14:08:41 +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
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
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
2fbbd79789
Merge branch 'CURA-7683_VersionUpgrader_for_libArachne_5.0' into libArachne_rebased 2020-12-08 15:33:07 +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
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
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
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
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
Kostas Karmas
5bca31e37a Update setting version to 18 for libArachne release
Although it is not entirely sure yet, we are fairly certain that libArachne release will have
a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader
will be properly triggered.

Contributes to CURA-7683 and CURA-7656
2020-12-02 15:29:25 +01:00
Kostas Karmas
034144334b Correct the statement for disabling the Fuzzy Skin settings
Contributes to CURA-7678 via CURa7876
2020-12-02 11:19:52 +01:00
Ghostkeeper
3208d032c4
Add Minimum Variable Line Width setting
This is similar to min_bead_width really, but applies to normal walls rather than thin parts.

Contributes to issue CURA-7686.
2020-11-30 18:18:56 +01:00
Ghostkeeper
9ecb951786
Add setting for wall transition filter distance
This is a nice setting, compared to the other libArachne settings. Pretty clear what it does.

Contributes to issue CURA-7686.
2020-11-30 17:15:02 +01:00
Ghostkeeper
32bdd284f9
Add setting to specialise the wall transitioning angle
Similar to the previous setting Wall Transition Length, but this determines how fast lines come together, which can be faster than the Wall Transition Length.

Contributes to issue CURA-7686.
2020-11-30 16:09:36 +01:00
Or Bin
590e46cef3 Fixed typo: positionning -> positioning 2020-11-28 22:45:58 +02:00
Miroslav Sustek
aae1b9759d Add Czech translations for Cura 4.8 2020-11-27 21:01:59 +01:00
Ghostkeeper
847ead2b73
Add description for Variable Line Strategy
This is quite a complex setting. Hopefully this helps a bit to understand it. Needs an extensive article in the Settings Guide I'd say!

Done alongside issue CURA-7686.
2020-11-27 18:54:47 +01:00
Ghostkeeper
47dee0d7c4
Add setting for transition length between different numbers of walls
Contributes to issue CURA-7686.
2020-11-27 18:43:50 +01: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
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
Kostas Karmas
18d55de174 Disable Fuzzy skin in libArachne
Fuzzy skin needs to be modified to work with the new libArachne toolpaths. Until then, it will
remain unavailable.

Contributes to CURA-7678 via CURA-7876
2020-11-26 09:55:44 +01:00
Jaime van Kessel
4c7220faa2
Merge pull request #8804 from Ultimaker/CURA-7751_Simplify_arachne_toolpaths
CURA-7751: Simplify arachne toolpaths
2020-11-25 10:46:25 +01:00
Jaime van Kessel
c70fe3c107
Remove a deleted setting from various profiles 2020-11-23 17:26:24 +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
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
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
nani
3d267da533
Update kosher.def.json 2020-11-23 19:01:34 +05:30