Clean up and working pw test

This commit is contained in:
Pierre Jacquier
2024-12-03 13:49:26 -05:00
parent df3e541cdf
commit 4347e0cf84
4 changed files with 23 additions and 43 deletions

View File

@ -577,10 +577,6 @@ export const ModelingMachineProvider = ({
isSelectionLastLine(selectionRanges, codeManager.code)
if (hasNoSelection) {
// TODO: can't select more than one face now if not done prior
// they have no selection, we should enable the button
// so they can select the faces through the cmdbar
// BUT only if there's two extrudable geometry
const count = 2
return doesSceneHaveSweepableSketch(kclManager.ast, count)
}