reflow cam op + list

This commit is contained in:
Stewart Allen 2026-01-07 19:17:12 -05:00
commit ecef9c4479
2 changed files with 6 additions and 5 deletions

View file

@ -1534,9 +1534,10 @@ details[open] summary::after {
font-size: larger;
}
#op-add-pop {
pointer-events: all !important;
position: absolute;
display: none;
top: 0;
top: 50%;
right: 100%;
transform: translateY(-50%);
}
@ -1545,7 +1546,7 @@ details[open] summary::after {
}
.op-grid {
display: grid !important;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
align-items: center;
gap: 5px;

View file

@ -455,14 +455,14 @@
<i class="fas fa-plus"></i>
<div id="op-add-pop" class="f-col">
<div id="op-add-list" class="opdiv op-grid">
<div id="cam-index" title="rotate index axis">index</div>
<div id="cam-lathe" title="lathe operation">lathe</div>
<div id="laser-on" title="turn on laser mode">laser on</div>
<div id="laser-off" title="turn off laser mode">laser off</div>
<div id="cam-index" title="rotate index axis">index</div>
<div id="cam-lathe" title="lathe operation">lathe</div>
<div id="cam-flip" title="flip part and load&#13;profile for other side&#13;for double-sided work">flip</div>
<div id="cam-reg" title="drill registration holes&#13;along the X or Y axis&#13;for double-sided work">register</div>
<div title="drill selected holes">drill</div>
<div title="clear stock face">level</div>
<div title="drill selected holes">drill</div>
<div title="follow a downward helix&#13;using conical selections">helical</div>
<div title="insert custom gcode">gcode</div>
<div title="2.5D tracing along X or Y axis&#13;used for complex part features">contour</div>