mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Add missing top/bottom speed
This commit is contained in:
parent
e4c6fff6b8
commit
4ae8263238
1 changed files with 1 additions and 0 deletions
|
@ -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')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue