mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-04-04 10:53:40 +02:00
add break property to switch
This commit is contained in:
parent
29e46217f8
commit
0f69526cbb
@ -48,6 +48,7 @@ export default class {
|
|||||||
case 'SLICE': {
|
case 'SLICE': {
|
||||||
sliceWorker.terminate();
|
sliceWorker.terminate();
|
||||||
resolve(data.gcode);
|
resolve(data.gcode);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user