Fixed heated bed option not being properly displayed in printer profiles

Fixes #683
This commit is contained in:
Gina Häußge 2014-12-19 10:01:00 +01:00
parent 270231a004
commit 1180cac147

View file

@ -215,7 +215,7 @@ function PrinterProfilesViewModel() {
self.editorVolumeHeight(data.volume.height);
self.editorVolumeFormFactor(data.volume.formFactor);
self.editorHeatedBed(data.volume.heatedBed);
self.editorHeatedBed(data.heatedBed);
self.editorNozzleDiameter(data.extruder.nozzleDiameter);
self.editorExtruders(data.extruder.count);