Konstantinos Karmas
d6a2c1d46d
Merge pull request #8077 from mahtDFR/master
...
Change "Save..." to "Save Project..." in file menu
2020-07-27 17:12:04 +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
Remco Burema
302e0c6277
Remove redundant button.
...
As discussed in the CCB this morning. Since the new profile will be the _changed to_ profile rather than the _changed from_ (the latter of which would make the button useful, but since the profile is already switched at that point it would be a lot of work), the 'Create New Profile ...' button (in the Keep/Discard dialog) is redundant, since you can always create a new profile if you select keep changes.
2020-07-22 11:04:58 +02:00
Jaime van Kessel
f591fa79bf
Move all tree support settings to support category
...
CURA-6425
2020-07-21 10:46:30 +02:00
Jaime van Kessel
527e5775a7
Also set clipping for string
2020-07-20 15:25:55 +02:00
maht
f3103e5808
Update FileMenu.qml
2020-07-17 12:01:49 +02:00
maht
1ce7f1838f
Update FileMenu.qml
2020-07-17 11:29:18 +02:00
maukcc
6514c9d11d
HMS434 update
...
materials exlusion
infill standard to 100%
2020-07-17 10:29:18 +02:00
Nino van Hooff
59df16cbad
Add support structure to advanced and expert visibility presets
...
CURA-6711
2020-07-17 09:56:20 +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
Kostas Karmas
bacd68021f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2020-07-16 09:35:42 +02:00
Kostas Karmas
e9da3b7e9a
Revert "Make all settingitems async"
...
This reverts commit d1afc63902
.
It creates a problem in Windows where settings with dropdown menus
do no load anymore.
2020-07-16 09:34:36 +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
maht
bbcd37e5bc
Updated change_log.txt for 4.6.2
2020-07-13 16:42:00 +02:00
Jaime van Kessel
ce53e56967
Merge branch 'master' of github.com:Ultimaker/Cura
2020-07-13 14:12:30 +02:00
Jaime van Kessel
efe261c040
Add resolve for bridge_settings_enabled
...
CURA-7247
2020-07-13 14:12:03 +02:00
Ghostkeeper
c38ee8a365
Clear focus when changing tools
...
This is a fix for a bug on MacOS where the delete key wasn't working. A text field from the tools was in focus, which caught the key event, preventing objects from being deleted.
Fixes #7754 and CURA-7585.
2020-07-13 13:47:51 +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
Jaime van Kessel
e010d4f945
Only enable clipping for list text fields
...
Because clipping is expensive!
2020-07-10 16:44:55 +02:00
Jaime van Kessel
6d120c43b6
Remove unneeded null check
...
The check takes ~1.5 ms. It's easily called a few hunderd times
2020-07-10 15:57:00 +02:00
Jaime van Kessel
8b7b8b0118
Simplify the SettingCategory
2020-07-10 14:50:44 +02:00
Jaime van Kessel
e633b6408e
Use pre-calculated control height
...
It's way faster to not re-compute every single time
2020-07-10 14:34:02 +02:00
Jaime van Kessel
d1afc63902
Make all settingitems async
...
We're quite a few qt versions ahead now. The issue seems to have been resolved in the meantime!
2020-07-10 14:28:58 +02:00
Jaime van Kessel
ce3ac604f2
Remove anchient check from the code
...
We removed global tabs like 4 years ago, so no need to have the check.
Speeds up the setting loading a bit more again
2020-07-10 14:05:39 +02:00
Jaime van Kessel
c5d5cd2c59
Precompute delegate height for settingview
...
Speed up the rendering of settingitems a bit
2020-07-10 13:54:16 +02:00
Jaime van Kessel
b7296dd700
Don't update material menu when it's not visible
...
Knocks off about a second of loading
2020-07-10 13:48:47 +02:00
Jaime van Kessel
b1cd5960b8
Load a number of dialogs on demand instead of always
...
Knocks off 0.4 sec of booting.
2020-07-10 13:23:30 +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
Nino van Hooff
816aaafc19
Revert changes for CURA-5479
...
It was decided that functionality present in existing plugins is
sufficient. No need to replicate it in our own codebase and
take on the burden of maintenance
CURA-5479
2020-07-07 16:11:03 +02:00
Nino van Hooff
141ad8ff1d
Merge pull request #7996 from eMotion-Tech/master
...
New_fixed_Strateo3D_pull_request
2020-07-07 13:31:51 +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
Kostas Karmas
7362e3f227
Update list of dependencies in "About" dialog
...
CURA-7542
2020-07-02 13:29:54 +02:00
Konstantinos Karmas
e2486d79c4
Merge pull request #8001 from Ultimaker/CURA-5479_job_name_template
...
Add a print job name setting to general preferences
2020-07-01 16:57:43 +02:00
Nino van Hooff
06284b6a73
Implement Review comments
...
CURA-5479
2020-07-01 16:47:20 +02:00
Konstantinos Karmas
f355dc12ee
Merge pull request #7999 from Ultimaker/CURA-6684_remove_extra_skin_wall_count_in_concentric
...
Value of skin_outline_count reverts to 0 when concentric top/bottom used
2020-07-01 15:01:39 +02:00
Nino van Hooff
c50f7aa455
Add a print job name setting to general preferences
...
CURA-5479
2020-06-30 17:04:03 +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