20 Commits

Author SHA1 Message Date
Jaime van Kessel
d21bf53230 Add version upgrade for 4.0
Contributes to CURA-6011 and CURA-5995
2019-01-07 10:34:22 +01:00
jack
06f73ac798
Merge pull request #3920 from Ultimaker/CURA-5450_remove_concentric_3d
CURA-5450 remove concentric 3d
2018-06-13 16:55:44 +02:00
Lipu Fei
b81635ac8e Update setting_version to 5 and add 34 -> 40 upgrade
CURA-5450

Also update setting_version for all qualities and variants.
2018-06-12 10:17:35 +02:00
Jack Ha
359506874a CURA-5342 replace speed setting constants in profiles to formulas; also adds necessary settings for um2p if the setting is also defined in ultimaker2 2018-06-11 13:45:52 +02:00
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
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
6d97fd8dc2 Revert "WIP: Fix quality profiles for abax_pri3"
This reverts commit c338e1b7d69c252ae80d9590700823108a37f320.
2018-03-05 11:01:52 +01:00
Lipu Fei
c338e1b7d6 WIP: Fix quality profiles for abax_pri3
- Fixed duplicated quality_type and name for qualities "Fast" and "Fine"
 - Moved global settings to separate global quality files
 - Fix abax_pri3 definition file: has_machine_quality = true
 - MAYBE FIXME: Normal and Fast have the same layer height. Don't know if
   that's intended. They are kept as before.
2018-02-21 11:06:28 +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
ChrisTerBeke
fe004a733c CURA-4318 fix settings weights for abax printers 2017-09-14 13:56:54 +02: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
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
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