Fixed heated bed option not being properly displayed in printer profiles
Fixes #683
This commit is contained in:
parent
270231a004
commit
1180cac147
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue