reflow cam op + list
This commit is contained in:
parent
ce55f395ae
commit
ecef9c4479
2 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 profile for other side for double-sided work">flip</div>
|
||||
<div id="cam-reg" title="drill registration holes along the X or Y axis 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 using conical selections">helical</div>
|
||||
<div title="insert custom gcode">gcode</div>
|
||||
<div title="2.5D tracing along X or Y axis used for complex part features">contour</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue