From c98d3d16558a5224181dca3e29017d371657297b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 7 Dec 2015 11:53:41 +0100 Subject: [PATCH] Also assume presence of heated bed in "add profile" dialog --- src/octoprint/static/js/app/viewmodels/printerprofiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/static/js/app/viewmodels/printerprofiles.js b/src/octoprint/static/js/app/viewmodels/printerprofiles.js index 79612465..a3f6aa25 100644 --- a/src/octoprint/static/js/app/viewmodels/printerprofiles.js +++ b/src/octoprint/static/js/app/viewmodels/printerprofiles.js @@ -15,7 +15,7 @@ $(function() { height: 200, origin: "lowerleft" }, - heatedBed: false, + heatedBed: true, axes: { x: {speed: 6000, inverted: false}, y: {speed: 6000, inverted: false},