mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
clean up
This commit is contained in:
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user