8 Commits

Author SHA1 Message Date
Ghostkeeper
5ef7fe56be
Remove unnecessary override of expansion angle to 45 degrees
Found in #6823.
2019-12-19 09:58:42 +01:00
Ghostkeeper
4a5673746c
Remove unused default_value overrides
These are overrides of default_value while there is a value defined. As such these overrides had no effect at all.
Changing them to value can actually change the behaviour of the profile. That is not what the profile author has apparently tested with, so I'm not doing that. I'm just removing the unused data.
In the future if we get new definitions the author gets notified of the error so that he may test more effectively. The legacy can't be fixed without re-testing, so I'm leaving that to the authors.

Done during Turbo Testing & Tooling. I want to go home for the weekend now...
2019-10-18 18:38:16 +02:00
Lipu Fei
12e794fe50 Remove has_machine_materials and has_variant_materials
They are not used.
2019-08-07 10:44:02 +02:00
Ghostkeeper
83a24ed0cc
Rename machines with too long names
The names of these two printers were so long that the file names would be too long by default for some file systems. Cura was preventing the user from adding the printers then unless they changed their names.
2019-07-10 13:02:14 +02:00
Diego Prado Gesto
36ddf2f018 Do not allow the use of "weight" for third party printers
Otherwise external contributors can manipulate the order in which they appear in the list
2019-05-13 13:49:00 +02:00
Ghostkeeper
e26e825d83
Overwrite gantry height value instead of default_value
Because the default in fdmprinter has a formula in the value, the default_value properties wouldn't get used any more.
2019-05-13 09:30:32 +02:00
Ghostkeeper
180156da78
Correct whitespace
Change tabs to spaces according to our style standards. And remove a bunch of unnecessary white lines to make it easier to read.
2019-03-01 11:45:08 +01:00
Andrew Finkle
5581cd5c2c Added definition, extruder, material, and variants for Discov3ry Complete 2019-02-27 11:55:25 -05:00