mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Avoid zero thickness to be shown in layer view.
Also fix some typos.
This commit is contained in:
parent
26371c9c3a
commit
8dd21892d3
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2017 Ultimaker B.V.
|
||||
# Copyright (c) 2018 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from PyQt5.QtQml import qmlRegisterSingletonType
|
||||
|
@ -18,7 +18,7 @@ def getMetaData():
|
|||
}
|
||||
|
||||
def createSimulationViewProxy(engine, script_engine):
|
||||
return SimulationViewProxy.SimulatorViewProxy()
|
||||
return SimulationViewProxy.SimulationViewProxy()
|
||||
|
||||
def register(app):
|
||||
simulation_view = SimulationView.SimulationView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue