Add acceleration part 1 - calc max feedrate

This commit is contained in:
lawgicau
2020-08-13 12:03:09 +10:00
parent b75382e8fc
commit f027d82eea
4 changed files with 125 additions and 4 deletions

View File

@ -109,6 +109,12 @@ iframe {
margin: 0 20px;
}
#warning {
background-color: #ffcccc;
border: 1px solid red;
border-radius: 15px;
}
.exp {
background-color: rgb(230, 230, 230);
padding: 1px 0;
@ -133,6 +139,13 @@ iframe {
font-size: 1.2em;
}
.result {
border: 5px solid #00c5ad;
border-radius: 15px;
font-size: 1.2em;
padding: 20px;
}
#flow1result, #flow2result {
display: none;
border: 5px solid #00c5ad;