Jaime van Kessel
0a0b4821ef
Added logging for cases where the upgrade of the profile failed
...
CURA-6592
2019-06-24 11:32:43 +02:00
Ghostkeeper
6273d34eae
Merge branch 'master' of https://github.com/Robokinetics/Cura into Robokinetics-master
2019-06-21 11:33:07 +02:00
Робокинетика
f5d94b9646
Fixed the value of "retraction_amount"
2019-06-21 11:53:06 +03:00
Remco Burema
9845178d26
Remove superfluous bracket (causing 'EOF'). [CURA-6460]
2019-06-20 09:44:19 +02:00
Ghostkeeper
15997685df
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2019-06-20 09:18:16 +02:00
Remco Burema
c65fefce67
Merge pull request #5909 from Ultimaker/CURA-6590_fix_value_update_material
...
CURA-6590 Fix value update in material profile
2019-06-18 16:56:45 +02:00
Ghostkeeper
77d396b9bd
Also upgrade profiles if only the setting version is incorrect
...
We need to check both version numbers.
2019-06-18 12:00:23 +02:00
Ghostkeeper
0498d43834
Run upgrader on imported profiles from >2.1
...
Oops... It should upgrade the old profiles so that they have the correct version and setting version.
2019-06-18 12:00:23 +02:00
Ghostkeeper
7fbdccffdb
Add typing
2019-06-18 12:00:22 +02:00
pkuiper-ultimaker
6a65045587
Merge pull request #5862 from Ultimaker/CURA-6460_remove_square_tower
...
Remove square prime tower. [CURA-6460]
2019-06-18 11:49:43 +02:00
Lipu Fei
51dc7b1b8e
Fix value update in material profile
...
CURA-6590
2019-06-18 11:23:28 +02:00
Ghostkeeper
487673e780
Always uncheck zoom to mouse if preference is disabled
2019-06-18 11:19:41 +02:00
Ghostkeeper
7f559987a0
Disable move to mouse position preference in orthogonal view
2019-06-18 11:16:21 +02:00
maukcc
c2ad542e21
HMS434 update
...
start gcode
exruder gcode
2019-06-18 10:56:04 +02:00
Lipu Fei
d1e7648f0e
Fix merge conflicts
2019-06-18 09:45:06 +02:00
pkuiper-ultimaker
9236f21d67
Merge pull request #5888 from Ultimaker/rename_minimum_diameter
...
Rename Minimum Diameter to Maximum Tower-Supported Diameter
2019-06-17 15:39:44 +02:00
Lipu Fei
927135e0da
Fix typing
...
CURA-6460
2019-06-17 13:44:08 +02:00
Lipu Fei
1d85e60a6b
Merge remote-tracking branch 'origin/master' into CURA-6460_remove_square_tower
2019-06-17 13:11:07 +02:00
Ghostkeeper
669b1021c0
Add reproduction steps to the bug report template
...
It's like the most important part of a bug report, in my opinion.
2019-06-17 11:54:58 +02:00
Ghostkeeper
edcf905870
Merge branch 'master' of https://github.com/Robokinetics/Cura into Robokinetics-master
2019-06-17 09:38:12 +02:00
Lipu Fei
42b1e4f8f6
Fix typing
...
CURA-6311
2019-06-17 08:48:15 +02:00
Робокинетика
c96777cb9e
Indentation fixes
...
All tabs are replaced by 4 spaces
2019-06-16 19:38:20 +03:00
Робокинетика
f95bac436e
Update erzay3d.def.json
2019-06-16 19:33:30 +03:00
Ghostkeeper
0190247c5a
Don't show tooltip if it shows the same text as the button
...
It's only useful if the text on the button gets elided.
2019-06-14 14:17:10 +02:00
Ghostkeeper
a39ac2ca22
Reduce travel jerk/acceleration and reduce print jerk slightly
...
These settings are preventing layer shifts on the Tevo Tornado according to our users at #5694 .
2019-06-14 11:50:58 +02:00
Ghostkeeper
a89465afa1
Build volume temperature should not be settable per extruder
...
Just like build plate temperature, the per-extruder profiles can still override it but it will be resolved to a single global value.
2019-06-14 11:38:18 +02:00
Ghostkeeper
02b0242807
Fix translatability of caution message
...
Never put the formatting within the i18nc call. Always put the formatted string inside, but the formatting call outside of the function, like this:
catalog.i18nc('@info', 'I am {age} years old.').format(age = my_age)
Otherwise, when looking up the translation for the string, it's going to try to look up the translation for the formatted string (with the age already filled in). It won't be able to find that because this sentence was not translated for all possible ages of a human.
In this case I can make it even easier on the translator because the list must always follow after the text.
2019-06-14 11:00:52 +02:00
Ghostkeeper
52ed79805e
Enable numerous settings that just work fine with tree support
...
Found via a report in #5453 .
2019-06-14 09:51:27 +02:00
Ghostkeeper
a55cc6fade
Also remove removed keys from visible settings
...
It's listed among the setting keys that you explicitly made visible.
Contributes to issue CURA-6460.
2019-06-12 13:36:40 +02:00
Ghostkeeper
056afdde5f
Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_tower
...
Conflicts:
plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> Change there that needed to be merged here, but we had changed lines around it.
2019-06-12 13:34:59 +02:00
Ghostkeeper
2fb722b287
Apply changed visible settings to preferences file
...
Otherwise the change will not be made to the actual file, just in memory.
Contributes to issue CURA-6311.
2019-06-12 13:32:43 +02:00
Ghostkeeper
a82e4bbb0b
Remove setting from 'values' category
...
Oops.
Contributes to issue CURA-6311.
2019-06-12 13:31:30 +02:00
Ghostkeeper
cf9f97e897
Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_tower
...
Conflicts:
plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> Both had a version upgrade implementation.
plugins/VersionUpgrade/VersionUpgrade41to42/__init__.py -> Both had a version upgrade implementation.
2019-06-12 13:03:05 +02:00
Ghostkeeper
5fcb59d9fc
Also rename setting in list of visible settings
...
Yeah, that's why the preferences file had a setting version number...
Contributes to issue CURA-6311.
2019-06-12 12:55:33 +02:00
Ghostkeeper
b5a59d19ff
Set acceleration to 500 for Tevo Tornado
...
The users of this printer in #5702 found this to be a better value to prevent layer shifting. Fixes #5702 .
2019-06-12 10:38:54 +02:00
Ghostkeeper
9bcf1cd761
Reduce Tevo Tornado's jerk to 10 by default
...
This prevents layer shifts, according to the users in #5702 .
2019-06-12 10:35:37 +02:00
Ghostkeeper
a38984dcec
Increment setting_version to 8
...
This is required for the version upgrade.
Contributes to issue CURA-6311.
2019-06-12 09:09:41 +02:00
Ghostkeeper
4f954f18bd
Remove unnecessary updating of main version number
...
Contributes to issue CURA-6311.
2019-06-11 17:45:08 +02:00
Ghostkeeper
489b9c4c53
Add version upgrade for version 4.1 to 4.2
...
This is necessary for the renamed setting.
Contributes to issue CURA-6311.
2019-06-11 17:44:04 +02:00
Ghostkeeper
f897e31e96
Rename key of support_minimal_diameter to support_tower_maximum_supported_diameter
...
A bit long, but you won't have to type it that often.
Contributes to issue CURA-6311.
2019-06-11 17:43:16 +02:00
Diego Prado Gesto
de5de8b9f1
Merge branch 'master' of github.com:Ultimaker/Cura
2019-06-11 09:54:14 +02:00
Diego Prado Gesto
b90fb9f810
Make the layer and path slider a bit longer
2019-06-11 09:53:37 +02:00
Jaime van Kessel
f842769c1d
Fix situation where _calculateMoveFromWallRadius could cause exception
2019-06-07 17:21:28 +02:00
Jaime van Kessel
4018c24b4c
Split out all the individual steps for getting the edgeDisallowedSize
...
This makes it so much easier to write tests for it
2019-06-07 17:14:51 +02:00
Jaime van Kessel
3967c995f1
Split out updating the machine size properties so it can be tested easily
2019-06-07 16:42:51 +02:00
Jaime van Kessel
2f83fa1a42
Small code simplification
2019-06-07 16:34:38 +02:00
Jaime van Kessel
887f50dee4
Add tests for calculating the extra z clearance
2019-06-07 16:30:29 +02:00
Jaime van Kessel
54740dd486
Add some unhappy flow tests for rebuild
2019-06-07 16:09:18 +02:00
Jaime van Kessel
090b7ac225
Refactor the rebuild function to cut it up in smaller bits
2019-06-07 16:08:47 +02:00
Jaime van Kessel
8fcec63ccb
Add tests for computing raft thickness
2019-06-07 15:52:35 +02:00