mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01: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…
Reference in New Issue
Block a user