Add further instruction for custom start gcode, add notes for flow rate carry over to other tests.

This commit is contained in:
lawgicau
2020-08-27 14:09:21 +10:00
parent 863adc5556
commit 90eb966961
2 changed files with 75 additions and 13 deletions

View File

@ -43,8 +43,8 @@ p {
textarea {
display: block;
margin: 0 20px;
width: 80%;
font-size: 1.2em;
width: 90%;
font-size: 1.4em;
}
input {
@ -104,7 +104,7 @@ a {
}
li {
line-height: 1.5em;
line-height: 1.8em;
}
ol li {
@ -159,6 +159,12 @@ iframe {
margin: 0 20px 20px 20px;
}
.startExp {
border: 1px solid #00c5ad;
margin: 5px 20px 20px;
padding: 20px;
}
#header {
height: 4.0em;
}