Add missing top/bottom speed

This commit is contained in:
Arjen Hiemstra 2015-04-17 13:52:06 +02:00
parent e4c6fff6b8
commit 4ae8263238

View file

@ -326,6 +326,7 @@ class CuraEngineBackend(Backend):
'insetXSpeed': int(self._settings.getSettingValueByKey('speed_wall_x')),
'supportSpeed': int(self._settings.getSettingValueByKey('speed_support')),
'moveSpeed': int(self._settings.getSettingValueByKey('speed_travel')),
'skinSpeed': int(self._settings.getSettingValueByKey('speed_topbottom')),
'infillOverlap': int(self._settings.getSettingValueByKey('fill_overlap')),
'infillSpeed': int(self._settings.getSettingValueByKey('speed_infill')),