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
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
BeamUp 3D
73d221cb46
stl to 3mf
2020-06-19 11:28:29 +03:00
Jaime van Kessel
7d75060342
Merge branch 'CURA-6747_and_CURA-6989-stairs-on-the-slope' of github.com:Ultimaker/Cura
2020-06-17 16:06:35 +02:00
Remco Burema
9204ed4a02
Fixes #7943 / Replacing an arbitrary value with a better one.
...
Not the most elegant way, but it _is_ the ultimate answer after all.
2020-06-17 11:02:41 +02:00
Ghostkeeper
09f40c8f77
Upgrade to setting_version 15
...
These were apparently outdated.
Contributes to issue CURA-7515.
2020-06-16 03:51:49 +02:00
Ghostkeeper
b645d210ec
Remove unused platform texture
...
This texture is unused because the OBJ file of the platform mesh has no texture coordinates.
Contributes to issue CURA-7515.
2020-06-15 18:09:39 +02:00
Ghostkeeper
07953488ae
Fix alignment of platform mesh
...
It was aligned to the bottom side of the build plate rather than the top side. This build plate is 3.2mm thick, so to prevent Z fighting I'm moving the model 3.3mm down.
Contributes to issue CURA-7515.
2020-06-15 18:02:14 +02:00
Ghostkeeper
5794deeade
Fix slashes in TinyBoy printer names
...
Somehow they turned into underscores, but clearly they are demarking different alternatives.
Contributes to issue CURA-7515.
2020-06-15 18:02:13 +02:00
Ghostkeeper
ab28590439
Clean up whitespace
...
No tabs, just spaces for indentation. Remove whitespace at the end of a line.
Contributes to issue CURA-7515.
2020-06-15 18:02:13 +02:00
fred
34bc78ef85
Updated to fit Cura 4.6
2020-06-15 18:02:12 +02:00
fred
17ee28ca55
Delete tinyboy.def.json
...
fix
update
update
update
fix
fix
2020-06-15 18:02:09 +02:00
fred
c6deb397dd
Create tinyboy.def.json
...
save
update
update
update
update
fix
Update tinyboy_e16.def.json
fix
fix
2020-06-15 18:01:59 +02:00
fred
c380dc5f25
Add TinyBoy & mago 3D Printer
...
fix update error
try to fix
try to fix
fix again
Update tinyboy.def.json
Update tinyboy_ra20.obj
Update tinyboy_e10_extruder_0.def.json
update again
Update tinyboy.def.json
update
2020-06-15 18:01:45 +02:00
fred
3d88c96b7a
Add TinyBoy profile
...
Updated
Update
TinyBoy / mago
Add TinyBoy and mago 3D Printer profile
2020-06-15 18:01:29 +02:00
Ghostkeeper
9b750a50c0
Merge branch 'mesh_processing_order'
2020-06-15 17:36:59 +02:00
Jaime van Kessel
66a183b8e2
Merge branch 'master' of https://github.com/Joyce-lujunxu/Cura
2020-06-15 14:14:13 +02:00
BeamUp 3D
c46d176a68
Update beamup_l def
2020-06-13 16:59:43 +03:00