Fix reference to renamed file

This commit is contained in:
Ghostkeeper 2018-12-31 11:09:10 +01:00
parent 37af42aa93
commit c333899d18
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -50,7 +50,7 @@ catalog = i18nCatalog("cura")
## View used to display g-code paths.
class SimulationView(CuraView):
# Must match SimulationView.qml
# Must match SimulationViewMenuComponent.qml
LAYER_VIEW_TYPE_MATERIAL_TYPE = 0
LAYER_VIEW_TYPE_LINE_TYPE = 1
LAYER_VIEW_TYPE_FEEDRATE = 2