Skip to content

Commit 3acc828

Browse files
committed
Merge branch 'develop' into alpha
2 parents 8deebdf + d2018e8 commit 3acc828

30 files changed

Lines changed: 1514 additions & 347948 deletions

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
'@typescript-eslint/no-unused-vars': ['error'],
1010
'@typescript-eslint/no-unsafe-declaration-merging': 'off'
1111
},
12-
ignorePatterns: ['dist', 'examples'],
12+
ignorePatterns: ['dist', 'examples', 'demo/lib'],
1313
env: {
1414
browser: true
1515
}

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
dist
66
vue.esm-browser.js
77
*.min.css
8-
examples/react-typescript-demo/build
8+
examples/react-typescript-demo/build
9+
demo/lib

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Join us on <a href="https://discord.gg/w2bsGRE6S4">discord</a>
1616

1717
## Demo
1818

19-
Click to see the interactive demo:
19+
### Minimal demo
20+
<img width="433" alt="image" src="https://github.com/user-attachments/assets/3b52c7a9-d1c9-41c5-9c41-570e12825aaf" />
21+
22+
try it out: https://codepen.io/remcoder/pen/PwYVXBg
23+
24+
### Batteries included
25+
Click to see the [full-fledged demo](https://gcode-preview.web.app/):
2026

2127
[<img title="click to see the demo" width="320" alt="image" src="https://github.com/user-attachments/assets/4e663193-0a01-4fe2-864b-a8ffb18cbcd8">](https://gcode-preview.web.app/)
2228

demo/apply-cors.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
gcloud storage buckets update gs://gcode-preview.firebasestorage.app --cors-file=cors.json

demo/cors.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"origin": ["*"],
4+
"method": ["GET"],
5+
"responseHeader": ["Content-Type"],
6+
"maxAgeSeconds": 3600
7+
}
8+
]

demo/gcodes/3DBenchy-Multi-part.gcode

Lines changed: 0 additions & 225476 deletions
This file was deleted.

0 commit comments

Comments
 (0)