mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 05:53:15 +08:00
Apply typo fix suggestion
Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
This commit is contained in:
parent
f3ae342f34
commit
101a637bbb
@ -563,7 +563,7 @@ class StartSliceJob(Job):
|
|||||||
result["day"] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"][int(time.strftime("%w"))]
|
result["day"] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"][int(time.strftime("%w"))]
|
||||||
result["initial_extruder_nr"] = CuraApplication.getInstance().getExtruderManager().getInitialExtruderNr()
|
result["initial_extruder_nr"] = CuraApplication.getInstance().getExtruderManager().getInitialExtruderNr()
|
||||||
|
|
||||||
# If adding of changing a setting here, please update the associated wiki page
|
# If adding or changing a setting here, please update the associated wiki page
|
||||||
# https://github.com/Ultimaker/Cura/wiki/Start-End-G%E2%80%90Code
|
# https://github.com/Ultimaker/Cura/wiki/Start-End-G%E2%80%90Code
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user