Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolocarcagni committed Jun 11, 2022
1 parent 46eaeaa commit d9ff2ef
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 19 deletions.
Empty file modified assets/favicon/android-chrome-192x192.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/android-chrome-384x384.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/apple-touch-icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/browserconfig.xml
100644 → 100755
Empty file.
Empty file modified assets/favicon/favicon-16x16.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/favicon-32x32.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/favicon.ico
100644 → 100755
Empty file.
Empty file modified assets/favicon/mstile-150x150.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/safari-pinned-tab.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/favicon/site.webmanifest
100644 → 100755
Empty file.
Empty file modified assets/files/GuidaGhost.pdf
100644 → 100755
Empty file.
Binary file added assets/files/cubo.stl
Binary file not shown.
Empty file modified assets/images/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions css/style.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ a{
text-align: center;
}

#guida:hover{
transition: 0.6s ease;
color: #992e26;
}

#logo{
width: 180px;
}
Expand Down
18 changes: 12 additions & 6 deletions flusso.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<meta name="author" content="iTzNikolovich">
<meta name="description" content="Tools for Makers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="tools, ghost, 3dprint, 3dprinting, maker, italiano">
<title>FlyingBearGhost [ITA]</title>
<!--Extra-->
Expand All @@ -29,6 +28,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<!--Kdam Thmor Pro-->
<!--Extra Style-->
<style>.download:hover{transition: 0.6s ease;color: #992e26;}</style>
<!--Extra Style-->
</head>
<body>
<div class="bar">
Expand All @@ -40,14 +42,18 @@
</div>
<div class="main">
<h3>Calcola flusso di estrusione</h3>
<a href="assets/files/GuidaGhost.pdf"><p id="guida">Istruzioni per la Calibrazione</p></a>
<a href="assets/files/GuidaGhost.pdf" target="_blank"><p class="download">Istruzioni per la Calibrazione</p></a>
<p></p>
<input type="number" id="fi" placeholder="FLUSSO INIZIALE [mm]:">
<label for="fi">FLUSSO INIZIALE:</label>
<input type="number" id="fi" placeholder="">
<br>
<input type="number" id="spi" placeholder="SPESS. PARETE IMP. [mm]:">
<label for="spi">SPESS. PARETE IMP. [mm]:</label>
<input type="number" id="spi" placeholder="">
<br>
<input type="number" id="spm" placeholder="SPESS. PARETE MIS. [mm]:">
<label for="spm">SPESS. PARETE MIS. [mm]:</label>
<input type="number" id="spm" placeholder="Inserisci il valore misurato">
<br>
<p>Cubo 40x40: <a href="assets/files/cubo.stl" class="download">Download</a></p>
<p id="result"></p>
<p id="result0"></p>
<button id="submit" onclick="flusso()">Submit</button>
Expand All @@ -57,6 +63,6 @@ <h3>Calcola flusso di estrusione</h3>
<br><br>
<a style="font-size:16px;font-weight:500;text-align:center;border-radius:8px;padding:5px;background:#389ce9;text-decoration:none;color:#fff;width:150px;" href="https://t.me/flyingBearGhost5" target="_blank"><svg style="width:30px;height:20px;vertical-align:middle;margin:0px 5px;" viewBox="0 0 21 18"><g fill="none"><path fill="#ffffff" d="M0.554,7.092 L19.117,0.078 C19.737,-0.156 20.429,0.156 20.663,0.776 C20.745,0.994 20.763,1.23 20.713,1.457 L17.513,16.059 C17.351,16.799 16.62,17.268 15.88,17.105 C15.696,17.065 15.523,16.987 15.37,16.877 L8.997,12.271 C8.614,11.994 8.527,11.458 8.805,11.074 C8.835,11.033 8.869,10.994 8.905,10.958 L15.458,4.661 C15.594,4.53 15.598,4.313 15.467,4.176 C15.354,4.059 15.174,4.037 15.036,4.125 L6.104,9.795 C5.575,10.131 4.922,10.207 4.329,10.002 L0.577,8.704 C0.13,8.55 -0.107,8.061 0.047,7.614 C0.131,7.374 0.316,7.182 0.554,7.092 Z"></path></g></svg>Telegram</a>
<br><br>
<a href="https://github.com/iTzNikolovich"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
<a href="https://github.com/iTzNikolovich" target="_blank"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
</footer>
</html>
7 changes: 5 additions & 2 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<meta name="author" content="iTzNikolovich">
<meta name="description" content="Tools for Makers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="tools, ghost, 3dprint, 3dprinting, maker, italiano">
<title>FlyingBearGhost [ITA]</title>
<!--Extra-->
Expand All @@ -28,6 +27,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<!--Kdam Thmor Pro-->
<!--Extra Style-->
<style>.download:hover{transition: 0.6s ease;color: #992e26;}</style>
<!--Extra Style-->
</head>
<body>
<div class="bar">
Expand All @@ -40,11 +42,12 @@
<div class="main">
<img id="logo" src="assets/images/logo.png" alt="GHLOGO">
<p style="margin-top: -15px;">Strumenti utili per la calibrazione della tua stampante 3D</p>
<a href="assets/files/GuidaGhost.pdf" target="_blank"><p class="download">Istruzioni per la Calibrazione</p></a>
</div>
</body>
<footer>
<a style="font-size:16px;font-weight:500;text-align:center;border-radius:8px;padding:5px;background:#389ce9;text-decoration:none;color:#fff;width:150px;" href="https://t.me/flyingBearGhost5" target="_blank"><svg style="width:30px;height:20px;vertical-align:middle;margin:0px 5px;" viewBox="0 0 21 18"><g fill="none"><path fill="#ffffff" d="M0.554,7.092 L19.117,0.078 C19.737,-0.156 20.429,0.156 20.663,0.776 C20.745,0.994 20.763,1.23 20.713,1.457 L17.513,16.059 C17.351,16.799 16.62,17.268 15.88,17.105 C15.696,17.065 15.523,16.987 15.37,16.877 L8.997,12.271 C8.614,11.994 8.527,11.458 8.805,11.074 C8.835,11.033 8.869,10.994 8.905,10.958 L15.458,4.661 C15.594,4.53 15.598,4.313 15.467,4.176 C15.354,4.059 15.174,4.037 15.036,4.125 L6.104,9.795 C5.575,10.131 4.922,10.207 4.329,10.002 L0.577,8.704 C0.13,8.55 -0.107,8.061 0.047,7.614 C0.131,7.374 0.316,7.182 0.554,7.092 Z"></path></g></svg>Telegram</a>
<br><br>
<a href="https://github.com/iTzNikolovich"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
<a href="https://github.com/iTzNikolovich" target="_blank"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
</footer>
</html>
12 changes: 12 additions & 0 deletions js/script.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,16 @@ function flusso(){
lyr = 10000 / fls;
document.getElementById('result').innerHTML = "Nuovo valore fusso: " + fls.toFixed(2);
document.getElementById('result0').innerHTML = "Valore 1° layer: " + lyr.toFixed(2);
}

function se(){
alert("GCODE: M503")
}

function sc(){
alert("GCODE: G1 E150 F1000")
}

function sr(){
alert("Misura il segmento estruso e inserisci il valore ottenuto")
}
17 changes: 11 additions & 6 deletions step.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="utf-8">
<meta name="author" content="iTzNikolovich">
<meta name="description" content="Tools for Makers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="tools, ghost, 3dprint, 3dprinting, maker, italiano">
<title>FlyingBearGhost [ITA]</title>
<!--Extra-->
Expand All @@ -29,6 +28,9 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap" rel="stylesheet">
<!--Kdam Thmor Pro-->
<!--Extra Style-->
<style>.download:hover{transition: 0.6s ease;color: #992e26;}</style>
<!--Extra Style-->
</head>
<body>
<div class="bar">
Expand All @@ -40,13 +42,16 @@
</div>
<div class="main">
<h3>Le tue stampe presentano problemi di estrusione? Calibra il tuo estrusore.</h3>
<a href="assets/files/GuidaGhost.pdf"><p id="guida">Istruzioni per la Calibrazione</p></a>
<a href="assets/files/GuidaGhost.pdf" target="_blank"><p class="download">Istruzioni per la Calibrazione</p></a>
<p></p>
<input type="number" id="se" placeholder="STEP EEPROM [mm]:">
<label for="se">STEP EEPROM [mm]: </label>
<input type="number" id="se" placeholder="default: 400" value="400">
<br>
<input type="number" id="sc" placeholder="STEP CAMPIONE [mm]:">
<label for="sc">STEP CAMPIONE [mm]:</label>
<input type="number" id="sc" placeholder="default: 150" value="150">
<br>
<input type="number" id="sr" placeholder="STEP REALI [mm]:">
<label for="sr">STEP REALI [mm]:</label>
<input type="number" id="sr" placeholder="Inserisci il valore misurato">
<br>
<p id="result"></p>
<button id="submit" onclick="step()">Submit</button>
Expand All @@ -56,6 +61,6 @@ <h3>Le tue stampe presentano problemi di estrusione? Calibra il tuo estrusore.</
<br><br>
<a style="font-size:16px;font-weight:500;text-align:center;border-radius:8px;padding:5px;background:#389ce9;text-decoration:none;color:#fff;width:150px;" href="https://t.me/flyingBearGhost5" target="_blank"><svg style="width:30px;height:20px;vertical-align:middle;margin:0px 5px;" viewBox="0 0 21 18"><g fill="none"><path fill="#ffffff" d="M0.554,7.092 L19.117,0.078 C19.737,-0.156 20.429,0.156 20.663,0.776 C20.745,0.994 20.763,1.23 20.713,1.457 L17.513,16.059 C17.351,16.799 16.62,17.268 15.88,17.105 C15.696,17.065 15.523,16.987 15.37,16.877 L8.997,12.271 C8.614,11.994 8.527,11.458 8.805,11.074 C8.835,11.033 8.869,10.994 8.905,10.958 L15.458,4.661 C15.594,4.53 15.598,4.313 15.467,4.176 C15.354,4.059 15.174,4.037 15.036,4.125 L6.104,9.795 C5.575,10.131 4.922,10.207 4.329,10.002 L0.577,8.704 C0.13,8.55 -0.107,8.061 0.047,7.614 C0.131,7.374 0.316,7.182 0.554,7.092 Z"></path></g></svg>Telegram</a>
<br><br>
<a href="https://github.com/iTzNikolovich"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
<a href="https://github.com/iTzNikolovich" target="_blank"><img src="https://madewithlove.now.sh/it?heart=true&template=for-the-badge" alt="Made with love in Italy"></a>
</footer>
</html>

0 comments on commit d9ff2ef

Please sign in to comment.