mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 05:37:55 +01:00
add missing break
This commit is contained in:
parent
5e88cd8c17
commit
991586dc4c
@ -272,6 +272,7 @@ export async function slice(action, name, mesh, settings, updateProgress) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
currentStep ++;
|
currentStep ++;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user