disabled sd support

This commit is contained in:
Teja 2014-11-24 15:47:12 +01:00
parent f15eae5e40
commit a4864b8508

View file

@ -78,10 +78,10 @@ default_settings = {
"maxExtruders": 10
},
"feature": {
"temperatureGraph": True,
"temperatureGraph": False,
"waitForStartOnConnect": False,
"alwaysSendChecksum": False,
"sdSupport": True,
"sdSupport": False,
"sdAlwaysAvailable": False,
"swallowOkAfterResend": True,
"repetierTargetTemp": False,
@ -117,7 +117,7 @@ default_settings = {
{"x": 0.0, "y": 0.0}
],
"bedDimensions": {
"x": 200.0, "y": 200.0, "r": 100, "circular": False
"x": 435.0, "y": 300.0, "r": 100, "circular": False
},
"defaultExtrusionLength": 5
},