mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 09:38:21 +08:00
Merge pull request #13106 from digitalfrost/240822
CuraSceneController.py : Fix problem with log message and use f-string
This commit is contained in:
commit
d843921c7a
@ -139,7 +139,7 @@ class CuraSceneController(QObject):
|
||||
def setActiveBuildPlate(self, nr):
|
||||
if nr == self._active_build_plate:
|
||||
return
|
||||
Logger.log("d", "Select build plate: %s" % nr)
|
||||
Logger.debug(f"Selected build plate: {nr}")
|
||||
self._active_build_plate = nr
|
||||
Selection.clear()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user