Intial addition of custom start gcode

This commit is contained in:
lawgicau
2020-08-18 10:53:53 +10:00
parent 4f56e4ee61
commit 527f1df872
7 changed files with 63 additions and 0 deletions

View File

@ -40,6 +40,13 @@ p {
line-height: 1.5em;
}
textarea {
display: block;
margin: 0 20px;
width: 80%;
font-size: 1.2em;
}
input {
font-size: 1.2em;
}