arcadi1988
About
- Username
- arcadi1988
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
Perfect!!! It works The code is (if it helps someone): ------------------------------ public void PreInitilaize(IHost _host) { host=_host; host.RegisterNameEvent("core:closing", ClosingApplication_Event); } void ClosingApplication_Event(st…
-
Repetier said: On closing the host sends the event "core:closing" so just register a function for that event like RegisterNamedEvent("core:printerSettingsChanged", UpdateScripts); Thanks for your reply! I've implemented this script as:…