mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unused _is_ucp
CURA-11403
This commit is contained in:
parent
e075409243
commit
6bbdd54342
2 changed files with 4 additions and 5 deletions
|
@ -61,7 +61,6 @@ class ThreeMFWriter(MeshWriter):
|
|||
self._unit_matrix_string = ThreeMFWriter._convertMatrixToString(Matrix())
|
||||
self._archive: Optional[zipfile.ZipFile] = None
|
||||
self._store_archive = False
|
||||
self._is_ucp = False
|
||||
|
||||
@staticmethod
|
||||
def _convertMatrixToString(matrix):
|
||||
|
@ -436,6 +435,5 @@ class ThreeMFWriter(MeshWriter):
|
|||
return extra_settings
|
||||
|
||||
def exportUcp(self):
|
||||
self._is_ucp = True
|
||||
self._config_dialog = UCPDialog()
|
||||
self._config_dialog.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue