Skip to content

Commit e24a750

Browse files
committed
filament swap
1 parent a149ad5 commit e24a750

7 files changed

+8
-8
lines changed

Diff for: dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>My OpenGb Printer</title><link href="https://fonts.googleapis.com/css?family=Exo:400,700,500,600,900,800,300,200,100" rel=stylesheet type=text/css><link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900" rel=stylesheet type=text/css><link href=/static/app.32c44a9be41810258601cebafd3888b9.css rel=stylesheet></head><body><div id=main-body><app></app></div><script src=/static/app.6748693b81c3d36527cb.js></script></body></html>
1+
<!doctype html><html class=no-js lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>My OpenGb Printer</title><link href="https://fonts.googleapis.com/css?family=Exo:400,700,500,600,900,800,300,200,100" rel=stylesheet type=text/css><link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900" rel=stylesheet type=text/css><link href=/static/app.85dcd2da227aa94c76601f4ee8688006.css rel=stylesheet></head><body><div id=main-body><app></app></div><script src=/static/app.225a1b3ae06601b96abd.js></script></body></html>

Diff for: dist/static/app.6748693b81c3d36527cb.js renamed to dist/static/app.225a1b3ae06601b96abd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/static/app.6748693b81c3d36527cb.js.map renamed to dist/static/app.225a1b3ae06601b96abd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/static/app.32c44a9be41810258601cebafd3888b9.css renamed to dist/static/app.85dcd2da227aa94c76601f4ee8688006.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/static/app.32c44a9be41810258601cebafd3888b9.css.map renamed to dist/static/app.85dcd2da227aa94c76601f4ee8688006.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/components/position/PositionControlCube.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
.resolution-select{
103103
opacity:0.6;
104104
color:#444!important;
105-
margin: 0px 5px;
105+
margin: 0px 2px;
106106
}
107107
.resolution-select.selected{
108108
opacity:1;

Diff for: src/pages/Controls.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
}
240240
#position-cube{
241241
position: relative;
242-
width:500px;
242+
width:300px;
243243
height:500px;
244244
}
245245
#position-home{

0 commit comments

Comments
 (0)