mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Add acceleration part 1 - calc max feedrate
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user