8971 Commits

Author SHA1 Message Date
Ghostkeeper
c0b6df0bfa
Increase warning value for outer wall wipe distance
For polypropylene a wipe distance of twice the nozzle size is fine. Even required, since the material warps so much that it breaks open automatically if a breach starts to appear at the seam. For other warping materials this could also be a problem, so let's just increase the warning value.

Contributes to issue CURA-3960.
2017-06-26 15:14:22 +02:00
Ghostkeeper
c9aa8b4dfd
Put stand-by temperature back in optimised profiles
The stand-by temperature should be 175 for these profiles because the UM3 firmware levels the bed with that temperature. It should be 100 in the quality profiles because that's what the stand-by temperature should be when standing by while the other nozzle is printing.

Contributes to issue CURA-3960.
2017-06-26 14:58:14 +02:00
Ghostkeeper
6cd7c8eb08
Fix stand-by temperature
The stand-by temperature in the material profiles is the temperature at which the build plate levelling should be done. The actual stand-by temperature in Cura should be 100, so these profiles have to overwrite the material profile then.

Contributes to issue CURA-3960.
2017-06-26 14:32:48 +02:00
Ghostkeeper
9cc2b0fc82
Fix link to material name
The material was named generic_polypropylene, not generic_pp.

Contributes to issue CURA-3960.
2017-06-26 09:55:52 +02:00
Ghostkeeper
35e0d1e607
Add entry for new materials in 2.6.1
Contributes to issue CURA-3960.
2017-06-26 09:24:44 +02:00
Ghostkeeper
233474756b
Merge branch '2.6' of github.com:Ultimaker/Cura into 2.6 2017-06-26 09:00:02 +02:00
Ghostkeeper
7386b0bced
Remove translation for Material category
It looks very wierd to have the Material category label translated but not the rest of the categories. I don't know the proper translations for the rest, so I must remove this one. The label is left intact though.

Contributes to issue CURA-3950.
2017-06-23 16:50:36 +02:00
Ghostkeeper
8c9d051479
Re-enable Korean translations
They are complete now, as far as we agreed on (only the setting descriptions). They may now be re-enabled.

Contributes to issue CURA-3950.
2017-06-23 16:42:47 +02:00
Ghostkeeper
b68d8d98be
Update Korean translations
These files are directly copied from our Korean translator.

Contributes to issue CURA-3950.
2017-06-23 16:36:53 +02:00
Ghostkeeper
dc638fecbf
Mark 0.8mm CPE+ and PC profiles as experimental
These profiles have been tested and they are in the process of optimising them, but there is still some room for improvement there so this is supposed to lower the expectations of our users.

Contributes to issue CURA-3960.
2017-06-23 16:04:06 +02:00
Ghostkeeper
269bc5f61f
Correct setting version of UM2+ polypropylene profiles
Missed that one, but thankfully the Cura log reminds us.

Contributes to issue CURA-3960.
2017-06-23 14:34:52 +02:00
Ghostkeeper
504bf5067c
Fix metadata of Ultimaker 2+ propylene profiles
Note that Git says that Fast was renamed to Verydraft, but in reality Fast was renamed to Draft and Draft was renamed to Verydraft.

Contributes to issue CURA-3960.
2017-06-23 14:24:14 +02:00
Ghostkeeper
25d2c10548
Optimise Ultimaker 2+ polypropylene profiles
These are optimised to the level of the materials: Anything that is common between quality profiles with the same material and nozzle gets bubbled to the profile for that material (per nozzle). It doesn't bubble any further (to the variant) because that could have an impact on the other profiles.
This basically only removes settings because where these settings then bubble to is the material profile in the fdm_materials repository. And a lot of settings are just removed because they are equal to the default.

Contributes to issue CURA-3960.
2017-06-23 14:15:27 +02:00
Ghostkeeper
4b6f9be4ed
Correct names
The old names are what the materials team uses internally, and sorta old names too.

Contributes to issue CURA-3960.
2017-06-23 13:05:58 +02:00
Mark
4c8015f17f Remove beta from changelog 2017-06-23 13:04:37 +02:00
Ghostkeeper
fa394a0171
Remove Not-Supported profiles for CPE+ and PC
They are now supported. This breaks the stacks of people who had these profiles active when they upgraded from 2.6.0 to 2.6.1, which causes them to get a screen of which printer they want to add, and they lose their current settings. But we decided that this use case is too slim to make an entire version upgrade for this patch-version release.

Contributes to issue CURA-3960.
2017-06-23 12:58:33 +02:00
Ghostkeeper
71197e9101
Optimise new profiles
This removes all settings that are equal to the defaults. Some settings are 'common' between all profiles of the same material. I've let those settings bubble up to the material profiles but that change is then obviously only apparent in the fdm_materials repository.

Contributes to issue CURA-3960.
2017-06-23 12:45:40 +02:00
Ghostkeeper
5f6894c523
Add PP profiles for UM2+
These new profiles are directly copied from what the material team provides. They should now be optimised.

Contributes to issue CURA-3960.
2017-06-23 11:14:21 +02:00
Ghostkeeper
a8f2f6560f
Add PP profiles
These are copied from the materials team and should now be optimised.

Contributes to issue CURA-3960.
2017-06-23 11:07:25 +02:00
Ghostkeeper
8ffc3eabdb
Add 0.8mm profiles for CPE+ and PC
These are copied directly from the materials team and should now be optimised.

Contributes to issue CURA-3960.
2017-06-23 11:06:46 +02:00
Ghostkeeper
85bcc56a64
Update TPU profiles
These profiles are improved by the materials team. This is directly copied from them and should now be optimised for our use.

Contributes to issue CURA-3960.
2017-06-23 11:05:33 +02:00
Jaime van Kessel
7b7580daaf Merge branch 'fix_single_extrusion_multiple_stacks' of https://github.com/fieldOfView/Cura into 2.6 2017-06-22 10:12:49 +02:00
fieldOfView
de01155630 Add documentation 2017-06-21 19:15:05 +02:00
fieldOfView
adc547fa36 Don't send extruder stack settings to CuraEngine when there is just one extruder
When there is 1 extruder, the frontend stores all settings in the global stack. Sending an extruder stack confuses CuraEngine into using the values of the extruder stack, which results in defaults being used.
2017-06-21 19:00:18 +02:00
Ghostkeeper
e7d5618148
Re-enable Japanese translation
Note that this only includes the setting descriptions.

Contributes to issue CURA-3950.
2017-06-21 11:30:16 +02:00
Ghostkeeper
24b19fa0a5
Convert tab to spaces
We indent with spaces, not tab. This one was mixed.
2017-06-21 11:29:35 +02:00
Ghostkeeper
1e0b82829b
Update Japanese translation
This translation is only translating the setting descriptions. However it is also missing one translation: smooth spiralized contours. We decided not to block these translations just for that one. It was also missing another translation: Support bottom pattern. I inferred that from the description of Support Roof Pattern, basically doing the translation myself.

Contributes to issue CURA-3950.
2017-06-21 11:27:25 +02:00
Ghostkeeper
694254e299
Fix MIME type of material resources
Because of this wrong MIME type, the material profile would get saved using the preferred extension of the instance container, .inst.cfg. This would then get interpreted as having the MIME type of instance containers, and then it would fail to load because it is not an INI file.

Now it stores it as .xml.fdm_material and so the MIME type database interprets it as an XML file.

Contributes to issue CURA-3937.
2.6.0
2017-06-16 15:54:42 +02:00
Jaime van Kessel
2adf97ba2d Also apply the filtering on the quality and user profiles model
CURA-3935
2017-06-15 17:18:04 +02:00
Ghostkeeper
e003abf895
Only display global quality changes profiles
There's one copy for every stack. It doesn't matter which one we take as long as they have the same name. Global is always present, even in single extrusion. Seems the most logical one to display.

Contributes to issue CURA-3935.
2017-06-15 14:38:04 +02:00
Ghostkeeper
4c8d65a2f4
Re-enable Brazillian Portuguese translation
It's complete again. Thanks Patola.

Contributes to issue CURA-3885.
2017-06-15 09:42:30 +02:00
Ghostkeeper
53d870148d
Merge branch 'Patola-2.6' into 2.6 2017-06-15 09:30:38 +02:00
Ghostkeeper
c7260611ca
Merge branch '2.6' of https://github.com/Patola/Cura into Patola-2.6 2017-06-15 09:27:49 +02:00
Cláudio Sampaio (Patola)
24e4aa59ad updated strings for cura 2.6 2017-06-14 10:47:40 -03:00
Ghostkeeper
ebd2f0b415
Fix switching to quality changes profiles
It would put the global quality changes profile in each of the extruders, thus not giving any per-extruder settings.

Contributes to issue CURA-3935.
2017-06-14 15:30:55 +02:00
Ghostkeeper
f4e620c458
Remove unused variable
Contributes to issue CURA-3935.
2017-06-14 13:40:57 +02:00
Jaime van Kessel
7551c83612 QualityChanges are now also removed if a machine has a parentDefinition
CURA-3929
2017-06-14 11:04:22 +02:00
fieldOfView
49f2fb2cea
Fix filtering maerials after editing materials
NB: previously the "approximate_diameter" metadata was stored as a number. This caused some issues passing arguments from QML to Python. Now "approximate_diameter" is stored as a string.
2017-06-14 10:42:04 +02:00
fieldOfView
8f7471a892
Remove debug statement 2017-06-14 10:41:53 +02:00
fieldOfView
ed6f4d851c
Update documentation 2017-06-14 10:41:39 +02:00
fieldOfView
c9998ca6fe
Set properties for all containers with the same base_file metadata entry 2017-06-14 10:41:23 +02:00
fieldOfView
a7cdf49018
Fix setting metadata on fdmmaterial containers 2017-06-14 10:41:12 +02:00
fieldOfView
1f49a87acb
Update material_diameter when editing the material in MaterialView.qml 2017-06-14 10:41:02 +02:00
fieldOfView
5550fe0da8
Fix confusion around the use of the word "global" 2017-06-14 10:40:52 +02:00
fieldOfView
944318d44a
Fix loading material diameter and GUID from XML file 2017-06-14 10:40:43 +02:00
Jaime van Kessel
932a9d23f0 Merge branch '2.6' of github.com:Ultimaker/Cura into 2.6 2017-06-14 09:44:05 +02:00
Jaime van Kessel
a7a2740690 No longer add material to qualityChanges
QualityChanges are never supposed to have Material.

CURA-3929
2017-06-14 09:41:33 +02:00
Jaime van Kessel
1020b0a2f3 Finding all qualities no longer does silly things with materials
The fetchContainer function also did magical material filtering, which caused it to go haywire.

CURA-3929
2017-06-14 09:40:11 +02:00
Ghostkeeper
baef713f50
Disable incomplete languages
These translations are incomplete for the 2.6 release.

Contributes to issue CURA-3885.
2017-06-14 09:37:55 +02:00
Lipu Fei
dd65248968 Only set metadata/material for quality_changes if material is not None
CURA-3929
2017-06-13 14:35:27 +02:00