GFormer
An exploration in Deforming GCode
Install / Use
/learn @zalo/GFormerREADME
GFormer
<p align="left"> <a href="https://github.com/zalo/GFormer/deployments/activity_log?environment=github-pages"> <img src="https://img.shields.io/github/deployments/zalo/GFormer/github-pages?label=Github%20Pages%20Deployment" title="Github Pages Deployment"></a> <a href="https://github.com/zalo/GFormer/commits/master"> <img src="https://img.shields.io/github/last-commit/zalo/GFormer" title="Last Commit Date"></a> <!--<a href="https://github.com/zalo/GFormer/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/zalo/GFormer" title="License: Apache V2"></a>--> <!-- No idea what license this should be! --> </p>Deform pre-sliced GCode for non-planar printing.
Building
This toy can either be run without building (in Chrome/Edge/Opera since raw three.js examples need Import Maps), or built with:
npm install
npm run build
If building manually, make sure to edit the index .html to point from "./src/main.js" to "./build/main.js".

