mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove trailing whitespace from Python files
This commit is contained in:
parent
1e33360c35
commit
89f0970a88
157 changed files with 562 additions and 562 deletions
|
@ -132,7 +132,7 @@ class PostProcessingPlugin(QObject, Extension):
|
|||
|
||||
def loadAllScripts(self) -> None:
|
||||
"""Load all scripts from all paths where scripts can be found.
|
||||
|
||||
|
||||
This should probably only be done on init.
|
||||
"""
|
||||
|
||||
|
@ -157,7 +157,7 @@ class PostProcessingPlugin(QObject, Extension):
|
|||
|
||||
def loadScripts(self, path: str) -> None:
|
||||
"""Load all scripts from provided path.
|
||||
|
||||
|
||||
This should probably only be done on init.
|
||||
:param path: Path to check for scripts.
|
||||
"""
|
||||
|
@ -360,7 +360,7 @@ class PostProcessingPlugin(QObject, Extension):
|
|||
|
||||
def _propertyChanged(self) -> None:
|
||||
"""Property changed: trigger re-slice
|
||||
|
||||
|
||||
To do this we use the global container stack propertyChanged.
|
||||
Re-slicing is necessary for setting changes in this plugin, because the changes
|
||||
are applied only once per "fresh" gcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue