3d printing tools

Information and tools to enhance your FDM 3d printing experience.

2
0
Vue

3d-printing-utilities – Web Serial Javascript Vue Amplify Example

The 3d printing utilities are designed to assist users of
consumer grade 3d printers in the calibration of their
devices.

Please head over to the DrVax Discussion server at:
https://forum.drvax.com to discuss this application.

This is also an example of using the Web Serial API in
Javascript with the VUE framework and VUETIFY.

The application is hosted via AWS Amplify at:
https://3d-printing-tools.drvax.com.

** This code is not pretty and will need refactoring to make it
DRY and to better handle variable scope **.

The initial two utilities provided in this application
assist with calibrating FDM 3d printers that use G-Code. A
common problem faced by users of 3d printers is finding
appropriate software that supports interacting over a USB
connections with a 3d printer. The “GCODE USB TERMINAL”
provides users of 3d printers with an easy to access
solution since it runs from both Google Chrome and Microsoft
Edge.

These applications are designed for laptops, chromebooks and
desktop computers. While they may work on a tablet that has
USB capabilitiees I have not tested on tablets.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

License

Copyright 2021 Cogitations, LLC
cogitations.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.