Add RTCP simulation QA updates

This commit is contained in:
2026-06-22 09:30:27 -04:00
parent 61e2fe8441
commit ea8e10031b
51 changed files with 10008 additions and 178 deletions

View File

@@ -160,7 +160,7 @@ button:active {
pointer-events: none;
}
.machine-preview {
.toolpath-preview {
width: 100%;
height: calc(100% - 64px);
margin-top: 32px;
@@ -169,7 +169,7 @@ button:active {
cursor: grab;
}
.machine-preview:active {
.toolpath-preview:active {
cursor: grabbing;
}
@@ -204,43 +204,6 @@ button:active {
text-overflow: ellipsis;
}
.machine-envelope,
.machine-grid {
fill: none;
stroke: #d21f1f;
stroke-width: 1.4;
}
.machine-grid {
stroke: #3d3d3d;
}
.machine-rapid {
fill: none;
stroke: #9e6b00;
stroke-width: 1.6;
}
.toolpath {
fill: none;
stroke: #f7f7f7;
stroke-width: 1.8;
}
.tool-axis {
stroke: #22e6e6;
stroke-width: 1.4;
}
.tcp-point {
fill: #21f2f2;
}
.axis-label {
fill: #3864ff;
font-size: 16px;
}
.rtcp-preview-badge {
position: absolute;
right: 8px;