Skip to content
Permalink
Browse files

Update README.md. Add 3 m3rlin-btn files to modal-body.

  • Loading branch information...
Macribo committed Apr 7, 2019
1 parent 7e82d73 commit bbdc71261860901a3c620a01680adc3b0d2b6be7
Showing with 653 additions and 571 deletions.
  1. +9 −0 README.md
  2. +22 −0 css/m3rlin.css
  3. BIN images/brijan.gif
  4. +621 −571 index.html
  5. +1 −0 js/m3rlin.js
@@ -1,7 +1,16 @@
# SLAcer.js ([demo](http://lautr3k.github.io/SLAcer.js/))

![Screenshot](/screenshot.png?raw=true)

This project is a fork of SLAcer.js adapted for the M3rlin project.

Checkout the original SlAcer.js at

Additional resources:
brijan.gif : http://thepatternlibrary.com/

# Main features

- Browse or drag/drop STL file.
- Mesh information: size, volume, cost, etc...
- Mesh transformation: scale, rotate, translate, mirror.
@@ -2,3 +2,25 @@
opacity: 0.3;
display: none;
}
.modal-header {
color: rgb(105, 105, 105);
text-align: center;
}
.full_modal-dialog {
width: 98% !important;
height: 92% !important;
min-width: 98% !important;
min-height: 92% !important;
max-width: 98% !important;
max-height: 92% !important;
padding: 0 !important;
}

.full_modal-content {
height: 99% !important;
min-height: 99% !important;
max-height: 99% !important;
}
.modal-body {
background-image: url('../images/brijan.gif');
}
BIN +6.11 KB images/brijan.gif
Binary file not shown.

0 comments on commit bbdc712

Please sign in to comment.
You can’t perform that action at this time.