mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Update name and displayName for a bunch of plugins
This commit is contained in:
parent
a77a95eec8
commit
e5e621e511
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from . import CuraEngineBackend
|
|||
from UM.Preferences import Preferences
|
||||
|
||||
def getMetaData():
|
||||
return { "name": "CuraBackend", "type": "Backend" }
|
||||
return { "name": "CuraEngine Backend", "type": "Backend" }
|
||||
|
||||
def register(app):
|
||||
Preferences.addPreference("BackendLocation","../PinkUnicornEngine/CuraEngine")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue