74 Commits

Author SHA1 Message Date
Ghostkeeper
cefbe54843
Fix double infill overlap settings
These settings say the same, only the infill_overlap_mm one overwrites the infill_overlap setting. I therefore removed infill_overlap_mm so that the mm gets auto-calculated and none of the settings are overwritten any more (so they don't get greyed out).

Contributes to issue CURA-3960.
2017-06-26 16:30:26 +02:00
Ghostkeeper
a259217f52
Remove gradual infill for PP
This was delivered false by the materials team. It seems that in the end they decided to not use gradual infill for PP but only made the change in UM3, not UM2+. Removing gradual infill also requires me to set the infill density to 20% (the default).

Contributes to issue CURA-3960.
2017-06-26 16:15:40 +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
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
Jaime van Kessel
e40f60a52b Changed profile names
CURA-3777
2017-05-15 16:52:25 +02:00
Ghostkeeper
f0f8871496
Add setting_version to all profiles
This represents the data version number (as opposed to the format version).

Contributes to issue CURA-3427.
2017-05-12 13:40:54 +02:00
Jaime van Kessel
0c1829af1e Revert "Upgrade built-in instance containers"
This reverts commit b162be4df8c12c89112ba558136e87b63e67e713.
2017-03-16 11:15:20 +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
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
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
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
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
fieldOfView
cd803bc36e Determine readonly state from location in filesystem instead of a metadata property
CURA-1684
2016-06-09 13:16:23 +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
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
Arjen Hiemstra
7f7b56ff08 Add additional quality profiles
Low quality and machine-specific qualities for UM2+

Contributes to CURA-1612
2016-06-02 08:10:55 +02:00