0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-04-13 23:20:37 +02:00
This commit is contained in:
casperlamboo 2017-12-24 14:53:34 +01:00
parent d9edfe9bde
commit c1cbe4f280

@ -178,7 +178,7 @@ class Interface extends React.Component {
}; };
slice = async () => { slice = async () => {
const { settings, isSlicing, printers, quality, mesh: { matrix }, material } = this.state; const { isSlicing, settings, printers, quality, material, mesh: { matrix } } = this.state;
const { name, mesh } = this.props; const { name, mesh } = this.props;
if (isSlicing) return; if (isSlicing) return;