Add layer height property

This commit is contained in:
casperlamboo 2017-12-19 14:37:43 +01:00
parent b830cc611b
commit 264ed096a4
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ class Settings extends React.Component {
</Tab>
<Tab buttonStyle={{ color: grey800, backgroundColor: 'white' }} label="Advanced">
<div>
<p>Layer</p>
<TextField name="settings.layerHeight" fullWidth floatingLabelText="Height" type="number" />
<p>Printer dimensions</p>
<div className={classes.textFieldRow}>
<TextField name="settings.dimensions.x" fullWidth floatingLabelText="X" type="number" />