mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export default function removeAllSlides() {
|
||||
const swiper = this;
|
||||
const slidesIndexes = [];
|
||||
|
||||
for (let i = 0; i < swiper.slides.length; i += 1) {
|
||||
slidesIndexes.push(i);
|
||||
}
|
||||
|
||||
swiper.removeSlide(slidesIndexes);
|
||||
}
|
||||
Reference in New Issue
Block a user