Ghostkeeper
c83b9d158b
Final implementation of intentMetadatas and intentCategories
...
Instead of pseudocode.
Contributes to issue CURA-6091.
2019-06-20 14:02:34 +02:00
Ghostkeeper
5ab1881a21
Merge branch 'master' into feature_intent
...
Conflicts:
plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> There is a new version upgrade in master, so the old one is sort of obsolete. We may have to move this part to a new version upgrade for 4.3.
plugins/VersionUpgrade/VersionUpgrade41to42/__init__.py
2019-06-19 13:10:36 +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
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
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
1d85e60a6b
Merge remote-tracking branch 'origin/master' into CURA-6460_remove_square_tower
2019-06-17 13:11:07 +02:00
Ghostkeeper
edcf905870
Merge branch 'master' of https://github.com/Robokinetics/Cura into Robokinetics-master
2019-06-17 09:38:12 +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
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
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
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
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
Ghostkeeper
ec22ddcb9a
Give infill and support interface a more distinct colour
...
We had complaints that infill had a too similar colour to skin.
Fixes #5827 .
2019-06-07 13:30:15 +02:00
Remco Burema
6f928ad97c
Merge branch 'master' into feature_intent
2019-06-07 10:39:52 +02:00
Lipu Fei
e28ba497d3
Remove prime_tower_circular from profiles
...
CURA-6460
2019-06-06 13:11:26 +02:00
Lipu Fei
0e55b25e0b
Merge pull request #5768 from Ultimaker/CURA-5395-orthographic-view
...
Support for orthographic view
2019-06-06 11:49:25 +02:00
Ghostkeeper
1620ee6825
Rename user-visible setting
...
This is the easy part...
This setting actually indicates the maximum diameter that gets supported by a tower, so it should be more of a 'maximum diameter'.
Now the setting key is very different from the setting name so we're going to change that too.
Contributes to issue CURA-6311.
2019-06-06 10:20:12 +02:00
Ghostkeeper
81919b75df
Implement Z Hop Speed
...
Z Hops have their own speeds now. It no longer uses the maximum feedrate, which was unknown for some printers and therefore limited only to light speed, which was too much for some printers to handle.
Implements CURA-6532.
2019-06-06 10:15:50 +02:00
Remco Burema
a30814fe52
Remove square prime tower. [CURA-6460]
2019-06-06 10:07:05 +02:00
Jaime van Kessel
499e02579e
Fix hiding settings that were not visible by default
...
CURA-6556
2019-06-05 16:36:30 +02:00
Remco Burema
7aa17da536
Merge pull request #5791 from Ultimaker/CURA-6490_fix_ppa_attempt2
...
CURA-6490 Fix settings attempt 2
2019-06-05 13:07:47 +02:00
Jaime van Kessel
35ec70a3cf
Add a selector for the intent profile
...
CURA-6534
2019-06-05 11:13:32 +02:00
Jaime van Kessel
2d8c19203e
Expose intent model to QML
...
CURA-6534
2019-06-05 09:57:42 +02:00
Jaime van Kessel
69038c9e75
Added two test intent profiles
...
CURA-6534
2019-06-04 17:40:58 +02:00
Jaime van Kessel
7cc4ac741c
Add version upgrade that adds empty intent profile to the stacks
...
CURA-6534
2019-06-03 11:49:03 +02:00
Ghostkeeper
233ce41b29
Merge branch 'patch-1' of https://github.com/BarrensZeppelin/Cura into BarrensZeppelin-patch-1
2019-05-31 14:53:48 +02:00
Ghostkeeper
95e7835da8
Better defaults for preshrink and skin expansion distance in CLI
...
Discovered during investigation of Ultimaker/CuraEngine#1062 .
2019-05-31 13:06:10 +02:00
Jaime van Kessel
c9f07c898c
Refactoring the rotateView to setCameraRotation
...
The new name actualy reflects what it was doing (it sets the rotation, it
doesn't apply a new one to it!)
CURA-5395
2019-05-31 11:32:16 +02:00
Diego Prado Gesto
e55e25e391
Improve Japanese translation that missed one sentence
...
Contributes to CURA-6547.
2019-05-31 11:24:58 +02:00
Jaime van Kessel
8b7c95da35
ViewOrientationControls now use actions
...
This prevents code duplication
CURA-5395
2019-05-31 11:23:44 +02:00
Mark Burton
77643d1788
Fix visibility of Connect Support Lines.
2019-05-31 07:58:47 +01:00
Oskar Haarklou Veileborg
5dca589d6a
fdmprinter.def.json: draft_shield_enable -> draft_shield_enabled
...
This seems to have been typos.
2019-05-30 11:06:41 +02:00
Jaime van Kessel
27f60a6d5d
Directly show feedback when pressing the slice button
...
CURA-6034
2019-05-29 16:32:43 +02:00
Cherubim
310a48a2c9
Correct American spelling: Flavour -> Flavor
2019-05-28 15:33:47 +02:00
Cherubim
6bf3b1509a
Merge branch 'master' of github.com:Ultimaker/Cura
2019-05-28 14:37:37 +02:00
Cherubim
eea9528795
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2019-05-28 12:56:18 +02:00
Remco Burema
fc908cdf9b
Revert "Settings-GUI: Max decimal places to 4 (from 3)."
...
This reverts commit 020bedcfee
.
2019-05-28 11:33:17 +02:00
Cherubim
b19c6dad64
Merge branch 'master' of github.com:Ultimaker/Cura
2019-05-28 11:07:48 +02:00
Cherubim
0ebb2a35fe
Merge branch '4.1'
...
Conflicts:
resources/i18n/es_ES/cura.po -> Correction being made on master while translations were being done for 4.1.
2019-05-28 11:07:20 +02:00
Remco Burema
020bedcfee
Settings-GUI: Max decimal places to 4 (from 3).
2019-05-28 11:07:18 +02:00
Cherubim
376c5445e4
Re-enable Polish
...
It was disabled yesterday because it was incomplete then, but we got the translations yesterday evening.
Contributes to issue CURA-6547.
2019-05-28 10:48:58 +02:00