Jaime van Kessel
41d1ef5f93
Switch to prepare stage when starting a new project
...
Fixes #6596
2019-11-04 10:44:10 +01:00
Ghostkeeper
d25ca84c6c
Make small feature max length a child setting of small hole max size
...
The small hole max size is not used in CuraEngine. It may not be a leaf setting then. Instead, Small Feature Max Length is used which is directly dependent on Small Hole Max Size. They are simply different units of the same thing. This is how we should structure these settings then.
2019-11-03 02:20:18 +01:00
Ghostkeeper
0c846d76a1
Correct setting name and description of wipe Z hop
...
This hop is executed regardless of whether or not the wipe is retracted.
2019-11-03 01:41:51 +01:00
Ghostkeeper
e2b8a44e2d
Better defaults for retraction and z hop during wipe
...
Let's use the normal retraction and z hop settings to be safe. Should work fine.
2019-11-03 01:18:35 +01:00
Ghostkeeper
0b6938e9aa
Specify that this setting is about wiping
2019-11-03 01:14:38 +01:00
Ghostkeeper
d145945b25
Fix mistakes in extruder-definition inter-referencing
2019-11-01 15:02:14 +01:00
Nino van Hooff
23843b0944
Merge remote-tracking branch 'origin/master'
2019-11-01 13:55:05 +01:00
Nino van Hooff
315b93a152
Draw the NoIntentIcon over the intent description hover area.
...
This fixes a bug where the NoIntent tooltip was hidden by the intent
description
CURA-6936
2019-11-01 13:54:52 +01:00
Ghostkeeper
cf2108ec4a
Merge branch '4.4'
2019-11-01 11:55:42 +01:00
Ghostkeeper
eaedca1917
Convert unit of adaptive layers threshold and change name
...
This usage is hopefully more intuitive than the previous one.
2019-11-01 11:54:17 +01:00
Lipu Fei
71fe01d7f2
Merge remote-tracking branch 'origin/4.4'
2019-11-01 10:42:35 +01:00
THeijmans
05b1ce9658
Removes 0.2mm layer height visual intent profiles
2019-10-31 17:06:05 +01:00
Jaime van Kessel
1af1a8ddcb
Rename "smooth" intent to draft
...
CURA-6890
2019-10-31 13:26:49 +01:00
Jaime van Kessel
355ebd4e71
Remove override for prime tower position
...
The formula in the fdmprinter definition does it's job, so no need to change it!
CURA-6943
2019-10-31 13:20:35 +01:00
Jaime van Kessel
9dccbcdd8e
Merge branch 'CURA-6874_path_slider_layout' of github.com:Ultimaker/Cura
2019-10-31 13:15:01 +01:00
Jaime van Kessel
33a748b800
Merge branch '4.4' of github.com:Ultimaker/Cura
2019-10-31 13:14:25 +01:00
THeijmans
ce31e9cffe
Adds visual intents
...
and create subdirectories per printer. As discussed 31-10-2019.
2019-10-31 11:48:40 +01:00
Ghostkeeper
60d59148e8
Fix typo in the R
...
Contributes to issue CURA-6934.
2019-10-30 14:05:35 +01:00
Ghostkeeper
d8e1402b68
Make logo larger
...
Seems to be more towards what the rest of the products show.
Contributes to issue CURA-6934.
2019-10-30 13:50:42 +01:00
Ghostkeeper
d3809f8830
Replace logo in the top left corner
...
This aligns it with the other Ultimaker products. Sorry, overruled by higher up. Corporate things.
Contributes to issue CURA-6934.
2019-10-30 13:42:33 +01:00
Nino van Hooff
d63499fb24
Remove redundant visibility properties from Items
...
CURA-6874
2019-10-30 10:57:03 +01:00
Nino van Hooff
958a922808
Cleanup debugging things for cura-6874
...
CURA-6874
2019-10-30 10:54:22 +01:00
THeijmans
7cd4158ac1
Adds Ultimaker S3 intent profiles
...
As discussed 29-10-2019.
2019-10-30 09:09:17 +01:00
Ghostkeeper
18167c7a71
Fix prime position of right extruder
2019-10-29 11:03:11 +01:00
Jaime van Kessel
007add7fc2
Prevent undefined qml warnings
...
CURA-6935
2019-10-29 10:57:15 +01:00
Ghostkeeper
2beeca0687
Merge branch 'qml_speed_improvements'
2019-10-28 16:43:14 +01:00
Ghostkeeper
8154ca5f7c
Improve translations for option for heated build plate
...
Eigenbouw is typisch zo'n woord bedacht door iemand die helemaal verzadigd is na een lange dag vertalen...
Discovered while working on issue CURA-6932.
2019-10-28 16:42:24 +01:00
Jaime van Kessel
7204deac0c
Rename function to beter reflect what it does
...
CURA-6932
2019-10-28 16:07:35 +01:00
Nino van Hooff
6bef16bbec
Cleanup: make safe areas invisible
...
CURA-6874
2019-10-28 10:28:19 +01:00
Ghostkeeper
0ea67d18d2
Only show strategy-specific settings if their WP strategy is activated
...
Reduces confusion, I hope, and the feeling of being overwhelmed by a load of settings, because obviously only people who make all settings visible are going to see these settings at all.
2019-10-27 01:00:17 +02:00
Ghostkeeper
7dada6539c
Fix minimum speeds and distances for wire printing
...
Minimum distance is 0.001, i.e. one micrometre. Minimum speeds are set to Marlin's Minimum Planner Speed which is hardcoded.
2019-10-26 01:12:34 +02:00
Ghostkeeper
11d30dab56
Improve setting descriptions for flow rate compensation settings
...
The original setting descriptions were wholly undescriptive...
Done during investigation of these settings for the Setting Guide.
2019-10-25 23:21:30 +02:00
Jaime van Kessel
4cc8bf5946
Create tooltips on demand instead of on creation.
...
This makes the loading of setting items a *lot* more faster, as each string
takes about 2.5 ms to create (and we load all of them in memory!).
2019-10-25 15:54:45 +02:00
Jaime van Kessel
5f2984b77e
Remove unused catalog
...
20ms faster is 20ms faster...
2019-10-25 15:49:05 +02:00
Jaime van Kessel
7f1cc84eb4
Simplify visible check for linkedSettings Icon
...
It was checking for a statement that is never True
2019-10-25 15:36:49 +02:00
Jaime van Kessel
f090b5898e
Small qml speed improvements for setting item
2019-10-25 15:09:31 +02:00
Nino van Hooff
9430d05cac
WIP: center path slider between view controls and action panel
...
CURA-6874
2019-10-25 15:06:33 +02:00
Jaime van Kessel
624b8d8741
Prevent unneeded re-evaluation of ActiveMachine ID property
2019-10-25 14:28:09 +02:00
Jaime van Kessel
11bf91ae38
Prevent type coercion in qml
...
This should speed things up a tiny bit
2019-10-25 13:52:45 +02:00
Ghostkeeper
2abb9842d2
Choose a supported quality as preferred quality
...
One that is supported by the preferred material and nozzle.
As discussed in #6474 .
2019-10-25 13:21:33 +02:00
Jaime van Kessel
e805c3db05
Ensure material is selected on first opening of material manager
2019-10-25 11:05:38 +02:00
Ghostkeeper
6e8ed3b605
Merge branch 'master' of https://github.com/eMotion-Tech/Cura into eMotion-Tech-master
2019-10-24 14:29:05 +02:00
ninovanhooff
9beea85482
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
...
Change SDK version to 7.0.0
2019-10-23 11:54:49 +02:00
Ghostkeeper
fe70cb23bf
Remove overrides that didn't have any effect
...
This works due to our new test that tests for that case. A common failure case.
2019-10-23 11:01:01 +02:00
Ghostkeeper
59e55dab5e
Fixes for consistency with other printers
...
Contributes to issue CURA-6814.
2019-10-22 17:23:32 +02:00
Ghostkeeper
fa00600655
Merge branch '4.3' of https://github.com/samirabaza/Cura into samirabaza-4.3
2019-10-22 16:58:30 +02:00
Lipu Fei
1f3a7c976f
Remove deprecated MachineManager.activeMachineHasRemoteConnection
...
CURA-6858
2019-10-22 14:14:14 +02:00
Lipu Fei
38ee4bf208
Remove deprecated functions in MachineManager
...
CURA-6858
2019-10-22 14:11:40 +02:00
Lipu Fei
227b76d6f0
Remove deprecated currentExtruderPositions
...
CURA-6858
2019-10-22 14:11:31 +02:00
Ghostkeeper
cb9b385a85
Remove Alternate Skin Rotations setting
...
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-22 13:46:42 +02:00