7867 Commits

Author SHA1 Message Date
Ghostkeeper
fe8b7319f0
Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-13 09:50:53 +02:00
Ghostkeeper
f35124400b
Merge branch '2.5' 2017-04-13 09:50:27 +02:00
Ghostkeeper
cf25eeea5f
Remove Japanese and Korean translations
They are not complete (by far).

Contributes to issue CURA-3487.
2017-04-13 09:39:10 +02:00
Ghostkeeper
96347d493a Merge branch '2.5' of https://github.com/Patola/Cura into Patola-2.5 2017-04-13 09:20:05 +02:00
Ghostkeeper
907d064684
Copy 0.8mm variants of UM3 to UM3E
They share the same profiles. They should also have the same settings in the variants, but this is not automatically shared for some reason.

Contributes to issue CURA-3650.
2017-04-13 09:05:56 +02:00
Cláudio (Patola) Sampaio
3edff39705 Updated translations for Cura 2.5 2017-04-12 13:04:35 -03:00
Jaime van Kessel
e0b927b53c Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-12 17:40:26 +02:00
Jaime van Kessel
558b446b4a Fixed UMO g-code files not being loadable
The processGcode did not take gcode + comments in the same line into account
CURA-3677
2017-04-12 17:32:47 +02:00
Ghostkeeper
6d266d2da6
Merge branch '2.5' 2017-04-12 17:32:40 +02:00
Ghostkeeper
cc2d0d3cfe
Add 0.8mm TPU profiles
They have already been optimised together with ABS, CPE, PLA, Nylon and PVA.

Contributes to issue CURA-3650.
2017-04-12 17:32:26 +02:00
Ghostkeeper
35fd58f721
Optimise 0.4mm profiles for CPEP, PC and TPU
These optimisations should only remove settings that are exactly equal to the parent profile. Support interface settings are an exception, since they were defining non-existing settings in the original profiles. The stand-by temperature is also an exception, since the stand-by temperature of the material profile is set in stone because of firmware.

Contributes to issue CURA-3650.
2017-04-12 17:23:29 +02:00
Ghostkeeper
53476b62bc
Re-add nozzle size for 0.8mm variants
Arguably the most important one. This is omitted from the original profiles so the original script assumed it had a nozzle size of 0.4mm.

Contributes to issue CURA-3650.
2017-04-12 16:33:25 +02:00
Ghostkeeper
febd1f0f79
Make sure that the UM3 definition is taken into account when optimising
Otherwise it acts as if the settings were the defaults for FDMPrinter rather than defaulting to the current UM3 settings.

Contributes to issue CURA-3650.
2017-04-12 16:29:36 +02:00
Jaime van Kessel
5de3b4614f Updated type hinting 2017-04-12 16:26:25 +02:00
Jaime van Kessel
0bcde6a41c Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-12 16:21:26 +02:00
Jaime van Kessel
d7e5e5780b Fixed width & height not being settable to 0 2017-04-12 16:21:03 +02:00
Jack Ha
2879ec0e30 Permission for file. CURA-3676 2017-04-12 15:58:37 +02:00
Jack Ha
c7a6d42920 Fixed arranger multiplying too big objects and arrange All. CURA-3676 2017-04-12 15:58:09 +02:00
Ghostkeeper
c2fdf68caf
Set Equalize Filament Flow to True for all 0.8mm profiles
Orders from the materials team. They mistakenly set this to False in their original profiles.

Contributes to issue CURA-3650.
2017-04-12 15:42:09 +02:00
Ghostkeeper
397c2666f0
Optimise profiles for 0.8mm cores
Sample testing confirms that these are equal to their originals. Nylon, PLA and PVA were already optimised, but ABS and CPE weren't. Now all are optimised except some 0.4mm core profiles. I'll see to those next. Note that the filament flow compensation setting is still wrong in these profiles (it was wrong in the original profiles as well).

Contributes to issue CURA-3650.
2017-04-12 15:38:07 +02:00
Jaime van Kessel
3e75583f2b Huge models no longer block loading
CURA-3676
2017-04-12 15:09:31 +02:00
Jaime van Kessel
299ad624da Minor refactor; Return None instead of weird 999999 if no suitable location was found 2017-04-12 15:01:39 +02:00
Jaime van Kessel
bfc8cc8a9e Codestyle 2017-04-12 10:51:46 +02:00
Lipu Fei
5945212e4b Remove pixel ratio for childrenRect in OpenFilesIncludingProjectsDialog
CURA-3642
2017-04-12 08:55:17 +02:00
Lipu Fei
f4e1212005 Use screen pixel ratio for OpenFilesIncludingProjectsDialog
CURA-3642
2017-04-12 08:43:48 +02:00
Jack Ha
2b8e6eb5c8 Merge branch 'feature_peopoly_moai' 2017-04-11 10:35:48 +02:00
Jack Ha
4c1199d75c Revert permissions on file. CURA-3665 2017-04-11 10:35:25 +02:00
Jack Ha
24211624e6 Added inherits fdmprinter for Peopoly Moai. CURA-3665 2017-04-11 10:34:52 +02:00
Jack Ha
e3f7c4ec8a Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-10 16:58:14 +02:00
Jack Ha
c989496a13 Fix load (3mf) groups. Also add convex hull decorator to children of node. CURA-3671 2017-04-10 16:11:42 +02:00
fieldOfView
f064500ed5 Don't inherit from Ultimaker printers 2017-04-10 14:59:11 +02:00
Jaime van Kessel
bc78bf94ab Fixed buttons not visible on my screen
CURA-3642
2017-04-10 14:06:10 +02:00
Jaime van Kessel
303a320c4e Merge branch 'bugfix_CURA-3642_dpi_ask_project_dialog' of github.com:Ultimaker/Cura 2017-04-10 13:49:09 +02:00
Jaime van Kessel
d02aa7f6a3 Fixed order of close & disconnect
This would cause the state change caused by close to not be sent to the printer. Fixes CURA-3668
2017-04-10 13:32:37 +02:00
Jaime van Kessel
f5785662f2 Fixed another broken logging 2017-04-10 13:19:05 +02:00
Jaime van Kessel
abe70c3a92 Fixed broken logging 2017-04-10 13:12:14 +02:00
Jack Ha
3263ca4e2d Revert file permissions. CURA-3670 2017-04-10 11:17:44 +02:00
Jack Ha
3d8e94964b Fixed one_at_a_time and arranger. CURA-3670 2017-04-10 11:16:34 +02:00
Jaime van Kessel
c94b05e0f4 Minor refactor 2017-04-07 16:52:19 +02:00
Jaime van Kessel
670de52ec9 Minor refactor; renamed start_priority to last_priority 2017-04-07 16:45:59 +02:00
Jaime van Kessel
e26ade0e6f Multiplying now also gives a message if it could not find a suitable spot for some objects 2017-04-07 16:40:39 +02:00
Jaime van Kessel
f9fbd8c02e Only push free nodes inside buildplate 2017-04-07 16:22:44 +02:00
Jaime van Kessel
f42efcb7e0 Removed count from findNodePlacement
CURA-3239
2017-04-07 16:16:38 +02:00
Jaime van Kessel
04eca9073a Moved multiply objects to job
CURA=3239
2017-04-07 16:11:23 +02:00
Jaime van Kessel
b2183352b8 Added message if arrange all could not find location for all objects
CURA-3239
2017-04-07 15:19:30 +02:00
Jaime van Kessel
2008383118 Added disallowed areas to arranger
CURA-3239
2017-04-07 15:14:27 +02:00
Jaime van Kessel
552b1ed4e8 Merge branch 'master' of github.com:Ultimaker/Cura 2017-04-07 11:03:19 +02:00
Jaime van Kessel
ffa0e3e5e2 CuraApplication now also registers object defined by QTApplication
CURA-3633
2017-04-07 11:02:53 +02:00
Ghostkeeper
5a39ed6793
Merge branch 'maukcc-master' 2017-04-07 10:09:53 +02:00
Tim Kuipers
7eba776067 Merge pull request #1661 from Ultimaker/revert-1660-make-spiralize-setting-global
Revert "The magic_spiralize setting is no longer settable per mesh (or extruder)."
2017-04-06 17:55:18 +02:00