Commit graph

16749 commits

Author SHA1 Message Date
Diego Prado Gesto
2fc5c217ee Fix Turkish translations.
Contributes to CURA-5451.
2018-06-21 16:55:45 +02:00
Diego Prado Gesto
3830195dad Fix some issues with the character : in many languages.
Contributes to CURA-5451.
2018-06-21 16:42:41 +02:00
Mark
10dce33b83
Merge pull request #3934 from nean-and-i/master
Create tevo_tornado.def.json
2018-06-21 16:37:43 +02:00
Diego Prado Gesto
9da87206bf Fix Italian translations.
Contributes to CURA-5451.
2018-06-21 16:35:32 +02:00
Mark
8c3b6b8606
Merge pull request #3911 from mkroman/master
Add Creality CR-10S machine definition
2018-06-21 16:31:45 +02:00
Diego Prado Gesto
7d3c5fd552 Fix Japanese translations.
Also remove ':' from the German translations.

Contributes to CURA-5451.
2018-06-21 16:30:42 +02:00
Mark
924f0359f9
Merge pull request #3884 from FricoRico/feature_wanhao_profiles
Added definitions for all Wanhao Duplicator FDM printers
2018-06-21 16:20:39 +02:00
Ghostkeeper
d4ca3d144e
Use latest temperature instead of a manual resume temperature
We don't need the user to fill this in. We can just track the resume temperature ourselves.

Contributes to issue CURA-5491.
2018-06-21 16:07:29 +02:00
Diego Prado Gesto
1dcdc934a5 Fix German translations.
Contributes to CURA-5451.
2018-06-21 15:44:23 +02:00
Diego Prado Gesto
3b369bc1ca Fix Spanish translations.
Contributes to CURA-5451.
2018-06-21 15:41:53 +02:00
Diego Prado Gesto
c38d396976 Fix Portuguese translations.
Contributes to CURA-5451.
2018-06-21 15:14:05 +02:00
Diego Prado Gesto
0fe96a6096 Add French translations.
Contributes to CURA-5451.
2018-06-21 13:28:48 +02:00
Diego Prado Gesto
8596f8a5b0 Add Chinese translations.
Contributes to CURA-5451.
2018-06-21 13:23:57 +02:00
Diego Prado Gesto
50206c82bd Add Turkish translations.
Contributes to CURA-5451.
2018-06-21 13:18:46 +02:00
Diego Prado Gesto
d753fcec19 Add Russian translations.
Contributes to CURA-5451.
2018-06-21 13:16:31 +02:00
Diego Prado Gesto
0ca245a2f0 Add Dutch translations.
Contributes to CURA-5451.
2018-06-21 13:15:18 +02:00
Diego Prado Gesto
b8ce651286 Add Korean translations.
Contributes to CURA-5451.
2018-06-21 13:12:54 +02:00
Diego Prado Gesto
cddae95d4a Add Japanese translations.
Contributes to CURA-5451.
2018-06-21 13:11:42 +02:00
Diego Prado Gesto
d52511a1cc Add Italian translations.
Contributes to CURA-5451.
2018-06-21 13:09:27 +02:00
Diego Prado Gesto
66845a3985 Add Spanish translations.
Contributes to CURA-5451.
2018-06-21 13:08:15 +02:00
Diego Prado Gesto
1a5f7cb46c Add German translations.
Contributes to CURA-5451.
2018-06-21 13:03:45 +02:00
Diego Prado Gesto
5bd64aae16 Add traditional chinese translations.
Contributes to CURA-5451
2018-06-21 13:00:52 +02:00
Diego Prado Gesto
6b233db9ea Add Portuguese translations
Contributes to CURA-5451
2018-06-21 11:56:37 +02:00
Alexander Rössler
fa79cf5ee8 adding the UNI-PRINT-3D config from TheCoolTool 2018-06-20 18:03:19 +02:00
Diego Prado Gesto
6e890e59ab CURA-5488 Exclude some Ultimaker materials from the UM2 family, UMO and
UMO dual.
2018-06-20 11:02:34 +02:00
Ghostkeeper
b33bbde2bb
Also open data folder when opening Resources folder
So now it opens two folders. It could be slightly more annoying to some but usually it's much more useful.

Fixes #1490.
2018-06-20 09:03:18 +02:00
Ghostkeeper
ec9fb76974
Add extra fast base global profile
This one has 0.3mm, as midpoint between 0.2 and 0.4.
2018-06-19 11:24:24 +02:00
Mark
c6ab0d73d5
Merge pull request #3948 from onitake/patch/fix-appstream-xml
Fixed incorrect appstream data XML.
2018-06-19 10:57:47 +02:00
Ghostkeeper
c4b98f4760
Reduce tree support branch distance dramatically
I've tested a lot with this and found this the most major contributor to the bad surface quality that you're getting with tree support, so I'm reducing the default of this setting.
2018-06-18 14:25:38 +02:00
Gregor Riepl
42337f602e Fixed incorrect appstream data XML.
Fixes: #3944
2018-06-18 08:08:28 +02:00
Ghostkeeper
a401c1d64f
Disambiguate between list of metadatas and metadata
Because MyPy doesn't allow a variable to change its type later.

Contributes to issue CURA-5330.
2018-06-15 17:03:04 +02:00
Ghostkeeper
79c6b2dad8
Use CuraApplication instead of Application
Because UM.Application doesn't have any getPrintJobInformation function or anything like that.

Contributes to issue CURA-5330.
2018-06-15 16:55:30 +02:00
Ghostkeeper
e717abf499
Fix typing related to Network Printing
Contributes to issue CURA-5330.
2018-06-15 16:53:45 +02:00
Ghostkeeper
b07db74011
Fix more typing errors
It never ends.

Contributes to issue CURA-5330.
2018-06-15 15:44:29 +02:00
Ghostkeeper
cfd0bde6b1
Use CuraApplication instead of Application
Because UM.Application has no function getMultiBuildPlateModel.

Contributes to issue CURA-5330.
2018-06-15 15:32:44 +02:00
Ghostkeeper
797d05947c
Fix type errors
Contributes to issue CURA-5330.
2018-06-15 15:20:41 +02:00
Ghostkeeper
9821793b46
Don't override boundingbox of SceneNode
Whatever was intended here, it didn't work. Because when a method is called it is called on the class of the object. Methods are not attributes of instances but attributes of the class. The attribute of the class was never changed, so this had no effect.

Contributes to issue CURA-5330.
2018-06-15 15:16:55 +02:00
Ghostkeeper
10f22f9c25
Cast result of getPluginObject to the plug-in type it implements
We know for sure what the type of that plug-in is, only we can't import that type because it's a plug-in. We can (and did) import the plug-in type object MeshWriter though.

Contributes to issue CURA-5330.
2018-06-15 15:09:19 +02:00
Ghostkeeper
e957f7b650
Fix typing errors
Contributes to issue CURA-5330.
2018-06-15 15:07:08 +02:00
Ghostkeeper
2b33a1f1b6
Fix broken import with DefinitionContainerInterface
And the ensuing type error that can then be found.

Contributes to issue CURA-5330.
2018-06-15 14:31:29 +02:00
Ghostkeeper
0d52b03716
Fix the wrong types in this class
These mistakes were found by MyPy.

Contributes to issue CURA-5330.
2018-06-15 14:25:25 +02:00
Ghostkeeper
4c3d28709b
Add typing for all functions and fields
Lots of typing so that MyPy can then check whether the functions are safe to call.

Contributes to issue CURA-5330.
2018-06-15 14:07:33 +02:00
Ghostkeeper
8256788ed8
Use CuraApplication instead of Application
Because we need to call getExtruderManager which is only in CuraApplication.

Contributes to issue CURA-5330.
2018-06-15 13:40:43 +02:00
Ghostkeeper
a021820031
Fix call to getIdAtPosition
I fixed the typing in the wrong way here. Sorry.

Contributes to issue CURA-5330.
2018-06-15 13:34:39 +02:00
Ghostkeeper
7a33a8f212
Always import CuraVersion
I don't know why there was this check around it because it is always necessary to start the application.

Contributes to issue CURA-5330.
2018-06-15 13:28:55 +02:00
Ghostkeeper
1789a8f33e
Fix type of SelectionPass
Contributes to issue CURA-5330.
2018-06-15 13:20:20 +02:00
Ghostkeeper
fe43219e34
Fix minor type mistakes
Contributes to issue CURA-5330.
2018-06-15 13:14:56 +02:00
Ghostkeeper
75e5a185d9
Don't unnecessarily cast to a set
The InstanceContainer version of getAllKeys was first casting to a list but I removed that, because everywhere where we were using it we were casting it directly to a set.

Contributes to issue CURA-5330.
2018-06-15 13:07:55 +02:00
Ghostkeeper
b9727a33c6
Fix type of QtRenderer
Because we're calling getWindowSize on it so it must be the QtRenderer, not the Renderer.

Contributes to issue CURA-5330.
2018-06-15 11:38:11 +02:00
Ghostkeeper
ab32d64c01
Add types for ShaderPrograms
Otherwise it'll think that this variable can only have None in it.

Contributes to issue CURA-5330.
2018-06-15 11:34:35 +02:00