Skip to content

TypeScript implementation of the Duet3D Object Model

License

Notifications You must be signed in to change notification settings

Duet3D/ObjectModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published