Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
408 stars 230 forks source link

Fixed misspelled plugindir variable #394

Closed peterwilli closed 2 years ago

peterwilli commented 2 years ago

When having dsf/ in my plugin (for instance for the Python backend), after building the plugin using the new automated build script, it'll throw the following error: Screenshot from 2021-11-22 17-38-39

I fixed it by renaming the variable plugindir to pluginDir.

It never failed before on the demo plugin since (at the time of writing, at least) it only contains DWC-related sources (the VueJS stuff) and this part builds fine.

I hope this is enough info for the fix, and let me know if there are any questions. I wish you all a pleasant day!

chrishamm commented 2 years ago

Thanks!