114 Commits

Author SHA1 Message Date
Ghostkeeper
4eca62370d
Normalise print temperature so that normal quality is at default temperature
All print temperatures go down 5 degrees and then in the material profile the temperature is increased by 5. This gives the normal profile a +0 instead of +5.

Contributes to issue CURA-3433.
2017-03-01 14:33:55 +01:00
Ghostkeeper
9f38ae5b68
Add material_print_temperature back into profiles
The optimisation script didn't know that the temperature settings in material profiles now refers to default_material_print_temperature rather than material_print_temperature. This caused a few things to go wrong here.

Contributes to issue CURA-3433.
2017-03-01 14:30:48 +01:00
Ghostkeeper
537de489bf
Fix optimising CPE+, PC and TPU profiles
These materials are hard-coded in the optimisation script, so the optimisation script didn't know that those materials were materials and this caused a chain reaction where in the end the profile could only override XML-settings.
2017-02-24 14:12:32 +01:00
Ghostkeeper
ca553a112d
Add UM3 profiles for CPE+, PC and TPU
These have been optimised only to remove redundancies, i.e. settings that had the same value as in the higher-order profile.
2017-02-22 16:26:44 +01:00
Ghostkeeper
050f76e11d
Update quality profiles from material research
This locks initial layer speed at 20, without scaling from the normal print speed. It also adjusts some jerk and speed of support infill.
2017-02-10 18:09:34 +01:00
Ghostkeeper
9f7f181e33
Update Nylon profiles
This is an update from our materials team.
2016-12-08 10:28:11 +01:00
Ghostkeeper
34a8ba49e9
Update quality profiles
These are the latest profile updates from materials.
2016-12-07 13:47:16 +01:00
Jack Ha
072d33ec68 Fixed profiles by removing double entries and changing math.round to round. 2016-11-24 12:58:33 +01:00
Ghostkeeper
44f309226a
Make initial layer speed scale with normal speed
All profiles that set the print speed are edited as well to make sure that the initial layer speed is still the same.

Contributes to issue #1170.
2016-11-24 10:19:49 +01:00
Ghostkeeper
53a4e5e6c0
Remove infill_overlap_mm from Nylon profiles
This is the result of this week's profile updates from our material tests.
2016-10-26 11:15:14 +02:00
Arjen Hiemstra
30e14478af Replace quality profiles with optimised versions of Ruben's script
With the global quality profiles merged this now works properly.

CURA-2645
2016-10-25 15:40:52 +02:00
Arjen Hiemstra
588f49fa5f Add global profiles for UM3 so this can be tested without dependencies
Contributes to CURA-2652
2016-10-24 11:19:49 +02:00
Ghostkeeper
de45d25f0b
Update material profiles for ABS
This is a weekly update from Tom.
2016-10-20 14:01:30 +02:00
Ghostkeeper
06ff2a9da6
Publish Ultimaker 3 definitions and profiles
The Ultimaker 3 is now released, so we can make this data public. These are the Ultimaker 3 definition files (with their physical properties as Cura requires them, such as build volume) as well as its extruders, print cores, quality profiles and build plate mesh. And also for the Ultimaker 3 Extended. Modifications to the material profiles will be published in the fdm_materials repository.

Contributes to issue CURA-2737.
2016-10-19 13:35:00 +02:00