mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 02:03:13 +08:00
Minor code style fix.
Contributes to CURA-1434
This commit is contained in:
parent
4d11bdd366
commit
dff976f197
@ -29,13 +29,13 @@ class GcodeStartEndFormatter(Formatter):
|
||||
|
||||
## Job class that builds up the message of scene data to send to CuraEngine.
|
||||
class StartSliceJob(Job):
|
||||
def __init__(self, profile, sliceMessage, settingsMessage):
|
||||
def __init__(self, profile, slice_message, settings_message):
|
||||
super().__init__()
|
||||
|
||||
self._scene = Application.getInstance().getController().getScene()
|
||||
self._profile = profile
|
||||
self._slice_message = sliceMessage
|
||||
self._settings_message = settingsMessage
|
||||
self._slice_message = slice_message
|
||||
self._settings_message = settings_message
|
||||
self._is_cancelled = False
|
||||
|
||||
def getSettingsMessage(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user