Jack Ha
088202c366
Changed all Not Supported Draft quality profiles to Not Supported Superdraft to prevent double Not Supported entries. CURA-3555
2017-03-27 10:30:51 +02:00
Lipu Fei
578f72c91e
Use "False" instead "false" in cfg files
...
CURA-3555
2017-03-24 10:44:44 +01:00
Jack Ha
33d16f8601
Added Not Supported profiles when second extruder is a 0.8 nozzle. CURA-3555
2017-03-22 14:51:53 +01:00
Jack Ha
6dcd4d13e4
Removed quality profile aa0.8 PLA Not Supported. CURA-3555
2017-03-22 13:24:13 +01:00
Jack Ha
40a7d2fecc
Added not supported quality profiles. CURA-3555
2017-03-22 09:33:17 +01:00
Jaime van Kessel
5489fc8caf
Added number of missing quality profiles
...
CURA-3555
2017-03-21 14:43:01 +01:00
Jack Ha
aa691033e0
Added Not Supported profiles for incompatible materials. CURA-3510
2017-03-16 16:01:18 +01:00
Jaime van Kessel
ad7752bb16
Revert "Updated version of superdraft and verydraft. CURA-3479"
...
This reverts commit 62de4f9ec6d65c3224c57a9cfcb6b9ec888d6487.
2017-03-16 11:16:02 +01:00
Jaime van Kessel
0c1829af1e
Revert "Upgrade built-in instance containers"
...
This reverts commit b162be4df8c12c89112ba558136e87b63e67e713.
2017-03-16 11:15:20 +01:00
Jack Ha
62de4f9ec6
Updated version of superdraft and verydraft. CURA-3479
2017-03-14 13:09:07 +01:00
Jack Ha
0a398738b7
Merge branch '2.5' into feature_version_upgrade_2.5
2017-03-14 11:18:14 +01:00
Jack Ha
d7e35fa480
Added global qualities for Superdraft and Verydraft. CURA-3510
2017-03-13 14:32:45 +01:00
Ghostkeeper
b162be4df8
Upgrade built-in instance containers
...
These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then.
Contributes to issue CURA-3479.
2017-03-10 16:49:57 +01:00
Ghostkeeper
039c1b92de
Add profiles for 0.8mm nozzle sizes
2017-03-09 18:11:06 +01:00
Ghostkeeper
7658939198
Make initial layer print temperature dependent on actual printing temperature
...
Otherwise when you change the print temperatures the initial print temperature doesn't change along.
Contributes to issue CURA-3433.
2017-03-01 14:52:03 +01:00
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
784b223fc7
Merge branch '2.4'
2017-02-13 09:13:25 +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
9cf0fdc4a3
Add quality profiles for ABAX printers
...
These are delivered to me by Pedro J. of ABAX 3D Tech. I modified the file names to be in line with our code standards, and I modified the link to the machine definition to coincide with the file names that were changed there to be in line with our code standards.
2017-02-01 13:17:02 +01:00
Ghostkeeper
ae170830fb
Make minimum fan speeds scale with parent fan speed setting
...
Otherwise you get cryptic error messages about settings that may be hidden having invalid values, since minimum fan speed may not be higher than maximum fan speed. The value of the setting with the default settings should be the same.
Contributes to Github issue #1268 .
2016-12-28 10:22:35 +01:00
Jaime van Kessel
8f1c20f376
Updated PC profiles for um2p
2016-12-09 13:27:33 +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
Ghostkeeper
861837ef41
Make generic quality profiles global
...
This way they will also be put in the global profile.
Contributes to issue CURA-2723.
2016-10-26 09:43:11 +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
fieldOfView
c056d44785
Made quality profile weights consistent
...
draft: -2
fast: -1
normal: 0
high: 1
CURA-2549
2016-10-06 14:07:01 +02:00
fieldOfView
501afc3f2e
Change UM2Ex+ definition to inherit qualities from UM2+
...
CURA-1780
2016-09-08 18:50:39 +02:00
fieldOfView
94b8e1aff0
Add UM2Ex+ profiles for Nylon, PC, CPE+ and TPU
...
Contributes to CURA-2138. Ideally these would not have to be copies from the UM2+ profiles. This should be picked up for CURA-1780
2016-08-25 17:07:28 +02:00
fieldOfView
27b3bd829d
Add converted CPE+, PC, TPU & Nylon profiles for UM2+
...
CURA-2138
2016-08-23 23:03:17 +02:00
Jack Ha
07f2b2be95
More quality_types for more material/qualities. CURA-2006
2016-08-16 15:41:52 +02:00
Jack Ha
a27f2e8794
Added quality_type properties to printers.
2016-08-16 13:19:03 +02:00
Arjen Hiemstra
b894e3888c
Introduce a quality_type metadata entry that can be used to distinguish qualities
...
Since we want the profile to be selected based on material and we have
profiles like "ABS Normal" and "PLA Normal" we need some way to make
sure we select the same.
Contributes to CURA-2006
2016-08-10 10:55:25 +02:00
fieldOfView
cd803bc36e
Determine readonly state from location in filesystem instead of a metadata property
...
CURA-1684
2016-06-09 13:16:23 +02:00
fieldOfView
a21498c375
Add weights to generic quality profiles
...
CURA-1278
2016-06-09 08:29:05 +02:00
Tim Kuipers
cc7369c594
profiles fix: duplicated UM2+ profile changes from 2.1 to the UM2E+ profiles (CURA-1662)
2016-06-08 15:43:22 +02:00
Tim Kuipers
21ad4713a7
Merge branch '2.1'
2016-06-08 15:35:45 +02:00
Arjen Hiemstra
2d77ddada4
Add ABS/CPE quality profiles for UM2(E)+
...
Contributes to CURA-1612
2016-06-04 21:21:57 +02:00
Arjen Hiemstra
e0ebe960ac
Update standard quality profiles
...
Contributes to CURA-1612
2016-06-04 21:19:29 +02:00
Arjen Hiemstra
8f21ec3980
Add PLA profiles for UM2Extended+
...
Contributes to CURA-1612
2016-06-04 20:51:53 +02:00
Jaime van Kessel
80f24b6c54
Removed ulti quality, as that got in 2.1 by mistake
...
As it got in there by mistake, it has no place here either!
2016-06-03 14:56:42 +02:00
Jaime van Kessel
4fc565711d
Added read-only property to profiles
...
CURA-1585
2016-06-03 11:19:33 +02:00