Change to layer_height and layer_height_unit

This commit is contained in:
Lipu Fei 2018-03-01 15:55:44 +01:00
parent b74e2553e7
commit e87077802f
3 changed files with 7 additions and 7 deletions

View file

@ -200,7 +200,7 @@ Item
var result = ""
if(Cura.MachineManager.activeMachine != null)
{
result = Cura.QualityProfilesDropDownMenuModel.getItem(index).layer_height_without_unit
result = Cura.QualityProfilesDropDownMenuModel.getItem(index).layer_height
if(result == undefined)
{