mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
Add missing top/bottom speed
This commit is contained in:
parent
e4c6fff6b8
commit
4ae8263238
@ -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…
x
Reference in New Issue
Block a user