mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:39:02 +08:00
Merge branch 'master' of https://github.com/Ultimaker/PluggableCura
This commit is contained in:
commit
74884032d0
@ -166,8 +166,11 @@ class CuraEngineBackend(Backend):
|
||||
|
||||
## TODO: Neith settings need to be moved to their own backend.
|
||||
def _sendSettings(self):
|
||||
self._sendSettings_neith() if self._settings.getSettingValueByKey('wireframe') else self._sendSettings_normal()
|
||||
|
||||
if self._settings.getSettingValueByKey('wireframe'):
|
||||
self._sendSettings_neith()
|
||||
else:
|
||||
self._sendSettings_normal()
|
||||
|
||||
def _sendSettings_neith(self):
|
||||
extruder = 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user