Commit graph

4648 commits

Author SHA1 Message Date
Ghostkeeper
b02f3bc043
Fix visibility of some settings regarding support structure and support meshes
I think for the support meshes, some settings were simply missed because they are in completely different categories. For instance, the support flow rate also applies to support meshes so those settings should be visible.

For the tree support settings, I think that when the tree support became activated by support_structure, the developer checked for instances where the support_tree_enable setting made a setting visible (as alternative to the normal support_enable setting). Like Support Infill Density used to be visible if normal support or tree support was enabled, and now needs to check only for normal support. However they didn't also look for settings that are ONLY available for normal support and not for tree support. So those settings now have extra conditions that disable them if the support structure is set to tree support.
With this I tried to word the check correctly in case we ever get a third support construction type. Like, sometimes a setting is not shown with tree support because tree support explicitly doesn't support it (e.g. Conical Support), but sometimes it's not shown with tree support because it's specific to area support (e.g. support join distance).

Done as a five minute fix (although typing this commit message also took five minutes) as I encountered these problems while working on the settings guide.
2020-08-05 00:34:59 +02:00
Ghostkeeper
1a5fe28c70
Write a description for Support Structure
That was still missing, oops. I'm aborting the translations to get this in. It's important enough to break the string freeze and restart the translations process at this stage.

Contributes to issue CURA-7622.
2020-07-31 14:08:21 +02:00
Ghostkeeper
00a1684798
Consistent capitalisation with other printers
Some printers stylize themselves with allcaps to gain more attention or because they use fonts that don't have lowercase (especially Asian brands) or to mix it with fixed-width characters. Here we'd like to keep them all equal, so they get proper name-style capitalisation.
2020-07-30 14:18:36 +02:00
Ghostkeeper
bd18eab34b
Merge branch 'master' of https://github.com/HUNIBEST-HyVISION/Cura into HUNIBEST-HyVISION-master 2020-07-30 14:07:04 +02:00
nani
892e59f217
Definition for svt diytech220 (#8062)
* Added Definitions for all SVT FDM printers

CURA-7619
2020-07-30 13:47:16 +02:00
HUNIBEST-HyVISION
00a3f039a5 [CUBICON] Add printer device (Style NEO-A22) #2 2020-07-26 15:37:49 +09:00
HUNIBEST-HyVISION
fa8e951c78 [CUBICON] Add printer device (Style NEO-A22) 2020-07-26 15:25:20 +09:00
Kostas Karmas
88cdd34dfe Remove all references to Wall Compensation from the resources/
CURA-7559
2020-07-24 12:03:28 +02:00
Konstantinos Karmas
47f02a8d28
Merge pull request #8074 from maukcc/master
HMS434 update
2020-07-23 16:37:37 +02:00
Kostas Karmas
3527e94b24 Remove references to support_tree_enable in 3rd-party printers
CURA-6711
2020-07-23 15:49:55 +02:00
Kostas Karmas
032eea83da Hide Support Structure if Support is disabled
Support Structure will now be visible only if the "Generate Support" is enabled or there are
support meshses in the scene.

CURA-6425
2020-07-22 12:13:01 +02:00
Jaime van Kessel
f591fa79bf
Move all tree support settings to support category
CURA-6425
2020-07-21 10:46:30 +02:00
maukcc
6514c9d11d HMS434 update
materials exlusion
infill standard to 100%
2020-07-17 10:29:18 +02:00
Nino van Hooff
242caca0de Move support structure (normal, tree) out of experimental
CURA-6711
2020-07-17 09:55:44 +02:00
Jaime van Kessel
0d4ed17ad3
Merge branch 'CURA-6711_support_structure_dropdown' of github.com:Ultimaker/Cura 2020-07-16 13:40:57 +02:00
Nino van Hooff
bc51db321f Merge branch 'master' into CURA-6711_support_structure_dropdown 2020-07-15 11:57:34 +02:00
Nino van Hooff
ad5eff4bc1
Merge pull request #8045 from Ultimaker/CURA-6684_Ignore_extra_skin_wall_count_in_concentric
CURA-6684: Hide Extra Skin Wall Count in concentric
2020-07-14 15:41:02 +02:00
Ghostkeeper
5bc6f5510f
Merge branch 'patch-2' of https://github.com/Sophist-UK/Cura into Sophist-UK-patch-2 2020-07-14 13:48:17 +02:00
Nino van Hooff
617b07061d Take support_enable into account when evaluating support_structure.
Unsure whether this is necessary, but we decided to do this to make
the evaluation logically equivalent to the existing code currently
in master.

CURA-6711
2020-07-14 09:44:40 +02:00
nani
8de7fd3ed5 just 220 2020-07-14 02:05:27 +05:30
nani
e87794fa66 k 2020-07-14 02:00:19 +05:30
nani
4fae4748fb only dual mode definition 2020-07-14 01:47:49 +05:30
nani
f3cd96d64d bed 2020-07-14 01:38:09 +05:30
nani
762d0c9c90 Definitions for Arjun300 2020-07-14 01:08:21 +05:30
nani
8f2dc6266e Added Definitions for SVT FDM printer 2020-07-14 00:44:31 +05:30
nani
2ddaf5d7ca Revert "Added Definitions for all SVT FDM printers"
This reverts commit adc78e3024.
2020-07-14 00:42:02 +05:30
nani
adc78e3024 Added Definitions for all SVT FDM printers
New brand
2020-07-13 23:56:23 +05:30
Jaime van Kessel
efe261c040
Add resolve for bridge_settings_enabled
CURA-7247
2020-07-13 14:12:03 +02:00
Kostas Karmas
5d5d30f9f7 Hide "Extra Skin Wall Count" if roofing pattern is also concentric
Now the ESWC will disappear if:
 * the "Top/Bottom Pattern" is Concentric
 * AND the "Bottom Pattern Initial Layer" is Concentric
 * AND there are top surface skin layers and the roofing pattern is Concentric

CURA-6684
2020-07-13 13:41:11 +02:00
Sophist
a908928c89
Tweak indentation yet again
Let's hope I have it right this time!
2020-07-10 22:50:19 +02:00
Sophist
d16b13d20d
Tweak indentation again 2020-07-10 22:48:51 +02:00
Sophist
e921c4ae3d
Tweak indentation 2020-07-10 22:47:37 +02:00
Sophist
107d23e9e5
Include additional machine defaults for Dagoma DiscoEasy / DiscoUltimate
Values taken from [Dagoma Marlin source code](https://github.com/dagoma3d/Marlin-By-Dagoma/blob/Dagoma-Development/LinuxAddons/Dagoma/conf/serie/E200/Base).
2020-07-10 22:45:19 +02:00
Nino van Hooff
e006bad297 Update infill_rate resolve value for support_structure
CURA-6711
2020-07-10 11:23:28 +02:00
Nino van Hooff
00cc9ee9f5 Replace support_tree_enable by a support_structure in fdmprinter
CURA-6711
2020-07-10 11:22:25 +02:00
Nino van Hooff
649cc4a881 Replace support_tree_enable by a support_structure enum
CURA-6711
2020-07-09 17:17:40 +02:00
Kostas Karmas
b3d6faffa8 Hide Extra Skin Wall Count in concentric
When the Bottom Layer Initial Pattern and Top/Bottom Pattern are set to concentric
AND the Top Surface Skin Layers are 0, hide the Extra Skin Wall Count, as it has not
effect.

CURA-6684
2020-07-08 15:54:46 +02:00
Jelle Spijker
e8f0d41d29
Merge pull request #7995 from Ultimaker/CURA-7199_remove_spaghetti_infill
Cura 7199 remove spaghetti infill
2020-07-02 15:12:54 +02:00
jelle Spijker
a2a6e8b3e9
skin_outline_count default_value changed to value
Since the top container defines a default_value and a value
Part of CURA-6684
2020-06-30 14:30:38 +02:00
jelle Spijker
053c05b956
skin_outline_count function is moved from default_value to value field
Rolledback previous commit
Part of CURA-6684
2020-06-30 14:29:09 +02:00
jelle Spijker
862e459f52
skin_outline_count is now determined with equation in default_value
Failed on test `test_validateOverridingDefaultValue` previously.
Part of CURA-6684
2020-06-30 13:44:27 +02:00
jelle Spijker
9528791a79
Value of skin_outline_count reverts to 0 when concentric top/bottom used
Part of CURA-6684
2020-06-30 12:26:03 +02:00
jelle Spijker
5bf1f34b34
Removed spaghetti infill settings
Removed the settings themself and their usage in various other settings.
Part of CURA-7199
2020-06-29 12:46:06 +02:00
Nino van Hooff
b70e6b0172
Merge pull request #7969 from maukcc/master
HMS434 update
2020-06-29 11:48:55 +02:00
Ghostkeeper
8ab765576f
Attempt at improving documentation of Slicing Tolerance setting
Make it more clear that it's about the vertical tolerance only.
Also correct the interpretation at the end. Inclusive retains more details, while exclusive makes parts fit better, not the other way around.

Contributes to issue #6093.
2020-06-29 11:32:13 +02:00
Ghostkeeper
574f2426ef
Correct alignment after applying transformations
I had deleted the 2.5mm manually. Sorry.

Contributes to issue CURA-7534.
2020-06-26 17:59:49 +02:00
Ghostkeeper
201b6b6f89
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master 2020-06-26 16:55:27 +02:00
Kostas Karmas
0738696312 Revert the geeetech_A10 size to the official size (220x220x260)
Related to https://github.com/Ultimaker/Cura/pull/7752
2020-06-24 16:14:44 +02:00
Konstantinos Karmas
374a6b7b68
Merge branch 'master' into master 2020-06-24 15:59:07 +02:00
maukcc
c9e5f8ac54 HMS434 update
Max temps updated
2020-06-24 11:12:03 +02:00