mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
User settings are now properly proposed for export
CURA-11561
This commit is contained in:
parent
2aef33f521
commit
8ad4ab90a8
6 changed files with 114 additions and 46 deletions
|
@ -64,4 +64,8 @@ class PCBWriter(MeshWriter):
|
|||
|
||||
def _write(self, stream, nodes, mode):
|
||||
self._config_dialog = PCBDialog()
|
||||
self._config_dialog.finished.connect(self._onDialogClosed)
|
||||
self._config_dialog.show()
|
||||
|
||||
def _onDialogClosed(self):
|
||||
self._main_thread_lock.release()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue