Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
25
Star
54
Fork
40
lautr3k
/
SLAcer.js
Code
Issues
6
Pull requests
0
Projects
0
Insights
Permalink
Browse files
Update photonic3d.js
Loading branch information
...
1 parent
e21373f
commit
29ae32f36d4a76db3fb1fdb8906bbe994ed71258
kloknibor
committed
Nov 30, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
js/photonic3d.js
Show comments
View
2
js/photonic3d.js
@@ -60,7 +60,7 @@ function initializeValues() {
var
btn
=
document
.
getElementById
(
"
print-button
"
);
btn
.
onclick
=
function
(){
makeZip
(printZip);};
- btn
=
document
.
getElementById
(
"
upload-button
"
);
+
var
btn
=
document
.
getElementById
(
"
upload-button
"
);
btn
.
onclick
=
function
(){
makeZip
(saveZip);};
//
settings.set('#slicer.panel.collapsed', true);
Toggle all file notes
0 comments on commit
29ae32f
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
29ae32f