venkatkamesh
f8f6809a3e
changed platform
2020-11-23 19:16:22 +05:30
venkatkamesh
fe2eb10abb
New Definition
2020-11-23 13:59:08 +05:30
nani
c46e8cc14e
check
2020-11-21 02:09:19 +05:30
nani
caa13625cc
switch_removed
2020-11-21 02:00:20 +05:30
nani
debb87fcc9
ID
2020-11-21 01:49:32 +05:30
nani
6547907318
definitions
2020-11-21 01:32:12 +05:30
nani
2443d09120
definitions
2020-11-21 01:23:13 +05:30
nani
5db6cafc59
version
2020-11-21 01:13:14 +05:30
nani
9278f6a5d7
version update
2020-11-21 01:02:46 +05:30
nani
6ac1d62e16
update
2020-11-21 00:57:51 +05:30
nani
f4d9d8adc7
KOSHER_220_NEW
...
New printer by svtech
2020-11-21 00:41:31 +05:30
nani
8de7fd3ed5
just 220
2020-07-14 02:05:27 +05:30
nani
e87794fa66
k
2020-07-14 02:00:19 +05:30
nani
38f47e1092
test
2020-07-14 01:54:02 +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
cd2650b1c6
Settings version
2020-07-14 00:57:52 +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 adc78e302400357b56b2c27a2908c366df858f94.
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
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
Ghostkeeper
4372099e1d
Don't crash if material preferences are corrupt
...
This time we don't need to catch permission errors and such since we're reading it from a string that was stored in memory (read when the preferences file was read). However we do need to catch JSON Decoding Errors since the JSON syntax might be broken by the user modifying these files or because the file wasn't saved properly before.
Fixes Sentry issue CURA-112.
2020-07-13 11:45:16 +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
Kostas Karmas
e000efe493
Fix missing import
...
Related to https://github.com/Ultimaker/Cura/pull/7726
2020-07-08 17:37:00 +02:00
Konstantinos Karmas
79a816db6b
Merge pull request #7726 from Bostwickenator/master
...
Add PostProcessingPlugin script DisplayProgressOnLCD
2020-07-08 17:30:05 +02:00
Konstantinos Karmas
0b3773ed14
Merge pull request #8042 from Ultimaker/CURA-5479_revert
...
Revert changes for CURA-5479
2020-07-08 16:56:49 +02:00
Remco Burema
8ff62844df
Merge pull request #8041 from michalsc/master
...
Correctly select the color mode from GUI - this fixes bug #8040
2020-07-08 11:16:46 +02:00
Jaime van Kessel
38256f7a98
Add cast so that mypy doesn't choke
2020-07-08 11:05:46 +02:00
Jaime van Kessel
91690524c0
Ensure that the 3mf reader doesn't make groups of one
2020-07-08 10:39:33 +02:00
Alexander Gee
0a97511d3a
Apply suggestions from code review
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-07-08 00:30:19 -05: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
Michal Schulz
0a8f94f82e
Correctly select the color mode from GUI - this fixes bug #8040
2020-07-07 12:02:01 +02:00
Jaime van Kessel
9228cb7d0c
Merge branch 'CURA-7549_Project_file_enables_support_in_4.6_but_not_in_4.7' of github.com:Ultimaker/Cura
2020-07-07 11:05:57 +02:00
Jaime van Kessel
82ecc95c22
Merge branch 'master' of github.com:Ultimaker/Cura
2020-07-07 10:47:58 +02:00
Jaime van Kessel
29bd061184
Fix incorrect update of set
2020-07-07 10:47:39 +02:00
Kostas Karmas
4f97089e47
Fix losing global quality changes when reading a 3MF with a CFFF
...
By using "pass" when the IndexError occured while reading the quality changes, empty quality
changes containers were added to the registry. These empty quality changes were then used as
"global" quality_changes, since the container registry was simply picking the first quality
changes instance container that had an empty extruder stack. Therefore, the correct global
quality changes (that actually had the global settings that were changed, like the support)
was just ignored in the whole process.
CURA-7549
2020-07-07 10:43:02 +02:00
Ghostkeeper
c7bbc139f7
Catch file writing errors while writing files in the archive
...
Seems really rare to me, but our users get every possible error some day.
Fixes Sentry issue CURA-ZW.
2020-07-06 17:42:04 +02:00