Also assume presence of heated bed in "add profile" dialog
This commit is contained in:
parent
5e96bd8b6a
commit
c98d3d1655
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ $(function() {
|
|||
height: 200,
|
||||
origin: "lowerleft"
|
||||
},
|
||||
heatedBed: false,
|
||||
heatedBed: true,
|
||||
axes: {
|
||||
x: {speed: 6000, inverted: false},
|
||||
y: {speed: 6000, inverted: false},
|
||||
|
|
|
|||
Loading…
Reference in a new issue