Fix machine_has_heated_bed default

This commit is contained in:
fieldOfView 2016-08-22 17:16:08 +02:00
parent 5bf19f9ff2
commit cb6353ba2a

View file

@ -139,7 +139,7 @@
{ {
"label": "Has heated build plate", "label": "Has heated build plate",
"description": "Whether the machine has a heated build plate present.", "description": "Whether the machine has a heated build plate present.",
"default_value": true, "default_value": false,
"type": "bool", "type": "bool",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": false, "settable_per_extruder": false,