mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:09:02 +08:00
Fix code style
This commit is contained in:
parent
ab3d8349b6
commit
e414621250
@ -113,4 +113,4 @@ class ProfilesModel(InstanceContainersModel):
|
||||
if not skip_until_container or skip_until_container == ContainerRegistry.getInstance().getEmptyInstanceContainer(): #No variant in stack.
|
||||
skip_until_container = global_container_stack.getBottom()
|
||||
item["layer_height"] = str(global_container_stack.getRawProperty("layer_height", "value", skip_until_container = skip_until_container.getId())) + unit #Fall through to the currently loaded material.
|
||||
yield item
|
||||
yield item
|
||||
|
Loading…
x
Reference in New Issue
Block a user