22028 Commits

Author SHA1 Message Date
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
26ba0e645a
Ensure that first start machine actions model gets initialized
CURA-6932
2019-10-28 16:33:08 +01:00
Jaime van Kessel
9906d454ce
Merge branch 'qml_speed_improvements' of github.com:Ultimaker/Cura into qml_speed_improvements 2019-10-28 16:08:04 +01:00
Jaime van Kessel
7204deac0c
Rename function to beter reflect what it does
CURA-6932
2019-10-28 16:07:35 +01:00
Ghostkeeper
95350cda51
Revert "Add a few process events to setActiveMachine to make it react more smooth"
This reverts commit 27701f765310bb58dc76373abe97a02f84ae5a2d. After discussion with Nallath we've decided that it wasn't that noticeable and could temporarily display wrong names in the interface. We've decided to undo it for now.

Contributes to issue CURA-6932.
2019-10-28 16:04:43 +01:00
Lipu Fei
3f1a3d76ea Add more docs
CURA-6557
2019-10-28 14:37:22 +01:00
Lipu Fei
9e6207794b Add CMake options to exclude plugins for installation
CURA-6557
2019-10-28 14:37:22 +01:00
Lipu Fei
b360e0db39 Fix numberExtrudersEnabled returning None
CURA-6931
2019-10-28 10:44:24 +01:00
Jaime van Kessel
b8060f9bb7
Merge branch 'master' of github.com:Ultimaker/Cura 2019-10-28 10:31:18 +01:00
Jaime van Kessel
c5623a1364
Also catch ValueError when handling modelParsing from network
CURA-6855
2019-10-28 10:30:25 +01:00
Nino van Hooff
6bef16bbec Cleanup: make safe areas invisible
CURA-6874
2019-10-28 10:28:19 +01:00
Nino van Hooff
d59a343b3f Update simulation slider handle position after width change
CURA-6874
2019-10-28 09:59:30 +01:00
Kaz
31edf4e60b
Add files via upload
makeblock quality file
2019-10-28 11:00:55 +08:00
Kaz
eb6247620d
Add files via upload
makeblock extruders file
2019-10-28 11:00:17 +08:00
Kaz
200111e274
Add files via upload
makeblock definition file
2019-10-28 10:59:23 +08: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
27701f7653
Add a few process events to setActiveMachine to make it react more smooth 2019-10-25 15:28:17 +02:00
Jaime van Kessel
93e97c5dce
Add update timer to intentCategory model 2019-10-25 15:15:21 +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
Ghostkeeper
0168a1d5e0
Don't output to stderr if there is no stderr
This can happen on Windows where the default command line doesn't have a stderr channel. Put it in stdout then.

Fixes #6579.
2019-10-25 14:12:55 +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
Jaime van Kessel
98275d2da0
Create first start model on demand
So if we don't use it, we don't spend any time on it.
2019-10-25 13:44:55 +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
Ghostkeeper
c332c7debc
Improve issue templates
Two major changes here:
1. No longer include the instructions in comments. Quite often the filled in template was also in comments then because people don't know the HTML formatting. Also if the template is not completely filled in now, public shaming ensues.
2. The reproduce steps for bugs now suggest a numbered list of steps. Hopefully this will improve the bug reports we get with better reproduction steps.
2019-10-25 13:21:33 +02:00
Jaime van Kessel
552b456a69
Merge branch 'network-printer-selection-is-back' of github.com:Ultimaker/Cura 2019-10-25 12:49:18 +02:00
ChrisTerBeke
8f46c02e5d Fix MyPy issues 2019-10-25 12:35:03 +02:00
ChrisTerBeke
9a3ff527ac Bring back the printer selection dialog for networked printers 2019-10-25 12:25:41 +02:00
Nino van Hooff
8198762755 Do not require loaded view in PrevieStage to have a safeArea
CURA-6853
2019-10-25 11:59:42 +02:00
Tim Kuipers
1c13402670 rename single letter variable 2019-10-25 11:17:28 +02:00
Tim Kuipers
a01f91d4e3 omit irrelevant log base 2019-10-25 11:16:32 +02:00
Tim Kuipers
76a538322d simplify formula to make it more numerically stable 2019-10-25 11:16:13 +02:00
Jaime van Kessel
3491900bf1
Fix grammar in a comment 2019-10-25 11:06:01 +02:00
Jaime van Kessel
e805c3db05
Ensure material is selected on first opening of material manager 2019-10-25 11:05:38 +02:00
Nino van Hooff
8a963a0c4e Merge remote-tracking branch 'origin/log_litho' into log_litho
# Conflicts:
#	plugins/ImageReader/ConfigUI.qml
#	plugins/ImageReader/ImageReader.py
2019-10-25 10:26:12 +02:00
Nino van Hooff
6e65fe5772 Only show the transmittance input when the color model is Translucency
CURA-6540
2019-10-25 09:57:39 +02:00
Remco Burema
7780d76eb6
Intiial work on 'Singing of Plugins and Material Packages'.
Most of the work is in Uranium right now -- especially since the plugins part is picked up first, and there are already plugins at Uraniums level.

part of CURA-6856
2019-10-24 17:31:53 +02:00
Tim Kuipers
03f7fab124 lil fix 2019-10-24 17:26:28 +02:00
Tim Kuipers
449ad19822 based transmittance on measurements on print
ratio of luminance of 1.4mm thickness to luminance at 0.4mm
2019-10-24 17:26:28 +02:00
Tim Kuipers
5915947a7a fix litho thickness computation 2019-10-24 17:26:28 +02:00
Tim Kuipers
364483f653 explain litho transmittance better 2019-10-24 17:26:28 +02:00
Tim Kuipers
a8b3d7e49d make naming of Logarithmic Conversion Function intelligible 2019-10-24 17:26:28 +02:00