mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Clean up temp thumb
This commit is contained in:
BIN
371-thumb.jpg
BIN
371-thumb.jpg
Binary file not shown.
Before Width: | Height: | Size: 970 KiB |
@ -317,6 +317,8 @@ var endGcode = `<h4>Additional end gcode</h4>
|
||||
<textarea name="endgcode"></textarea>
|
||||
</div>`;
|
||||
|
||||
var preview = `<p>It is advised to preview the generated gcode through your slicer or <a href="http://gcode.ws/" target="_blank">Gcode.ws</a> before printing.`;
|
||||
|
||||
function createForm(n){
|
||||
document.write('<input type="hidden" name="description" value="'+n+'">')
|
||||
document.write(nozzleLayer);
|
||||
@ -345,6 +347,6 @@ function createForm(n){
|
||||
document.write(accel);
|
||||
}
|
||||
document.write(endGcode);
|
||||
|
||||
document.write(preview);
|
||||
}
|
||||
|
Reference in New Issue
Block a user