BQ Hephestos2: Removing override of support_enable

"support_enable" is already set as "enabled": false in fdmprinter.json.
So this line is unneeded here.
This commit is contained in:
Thomas Karl Pietrowski 2016-05-14 18:42:23 +02:00
parent 12638f3601
commit 481b350cfd

View file

@ -58,6 +58,5 @@
"skirt_minimal_length": { "default": 30.0, "visible": false },
"skirt_gap": { "default": 6.0 },
"cool_fan_full_at_height": { "default": 0.4, "visible": false },
"support_enable": { "default": false }
}
}