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},