18 Commits

Author SHA1 Message Date
Ghostkeeper
8438406d8b
Revert "CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly"
This reverts commit 9432252de472c76ef5b7df954d4cb18aefc9fff7. It was assuming the wrong default speed_print value of 60. It's not always 60. We need to find a different solution or modify the script.

Reverts the fix for issue CURA-5342.
2018-06-08 13:44:40 +02:00
Jack Ha
9432252de4 CURA-5342 formulafy speed settings so when changing the main speed, the sub speeds change accordingly 2018-06-06 17:07:04 +02:00
Lipu Fei
ed390738f4 Update all qualities and variants to version 4 2018-04-05 15:14:15 +02:00
THeijmans
392605014a Merge branch 'M&P-Setting-Optimization' of https://github.com/Ultimaker/Cura into M&P-Setting-Optimization
Fixed conflicts
2018-03-13 11:58:33 +01:00
THeijmans
4c61ea5ba9 Single extrusion settings for travels
Updated single extrusion settings, so z hops are removed and travels are shortened for single extrusion.
2018-03-13 11:45:19 +01:00
Ghostkeeper
d8a066c1e7
Increment instance container version number instead of just quality_changes
Otherwise when we load that quality_changes file we'll deny it because the instance container version number is wrong.

Contributes to issue CURA-5054.
2018-03-09 16:14:24 +01:00
Lipu Fei
0505b16ffb WIP: Update quality profiles
- Add a new field "variant" in "metadata" section for quality profiles.
  "material" will only contain values such as "generic_abs", and
  "variant" will contain values such as "0.25 mm", "AA 0.4", etc.

- Reformat "metadata" section to have the following order:
   - setting_version
   - type
   - quality_type
   - weight
   - global_quality
   - material
   - variant
2018-02-16 14:20:02 +01:00
Lipu Fei
b6dd87081c Add upgrade script for 3.0 to 3.1
CURA-4451

- Add upgrade script for 3.0. to 3.1
- Upgrade old stack files so they will use "empty_quality" as the
  "Not Supported" quality profile.
- Increase SettingVersion to 4
2017-10-30 12:45:25 +01:00
Lipu Fei
fdf5dc049e Update all containers to setting_version 3
CURA-4270
2017-09-04 15:47:04 +02:00
Lipu Fei
3983da30aa Update setting_version to 2 for qualities
CURA-3975
2017-07-06 14:19:20 +02:00
Lipu Fei
2cab097716 Rename "Not Supported" quality files
CURA-3975

Rename quality profiles with name "Not Supported" to have actual quality
names. Note that the "Not Supported" only ones are renamed to "Fast_Print".
2017-07-06 10:25:31 +02:00
Ghostkeeper
ebdcd46062
Rename other quality profiles to old not-supported names
The Superdraft quality was sometimes still active in users' old configuration as well.

Contributes to issue CURA-3973.
2017-06-27 16:41:58 +02:00
Jaime van Kessel
4ceb9f95cc Fixed weights of a few profiles
CURA-3845
2017-06-26 16:43:12 +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
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
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
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
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