8000 GitHub - Duet3D/ObjectModel: TypeScript implementation of the Duet3D Object Model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Duet3D/ObjectModel

Repository files navigation

ObjectModel

TypeScript implementation of the Duet3D Object Model.

Installation

Install via npm install @duet3d/objectmodel. Users of Vue 2 must also run this command after the first import:

globalThis._duetModelSetArray = (array, index, value) => Vue.set(array, index, value);

This is required to make sure that change events for arrays are correctly fired.

Bug reports

Please use the forum for support requests or the DuetWebControl GitHub repository for feature requests and bug reports.

About

TypeScript implementation of the Duet3D Object Model

Resources

License

4A12

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0