We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b830cc6 commit 264ed09Copy full SHA for 264ed09
src/interface/Settings.js
@@ -103,6 +103,8 @@ class Settings extends React.Component {
103
</Tab>
104
<Tab buttonStyle={{ color: grey800, backgroundColor: 'white' }} label="Advanced">
105
<div>
106
+ <p>Layer</p>
107
+ <TextField name="settings.layerHeight" fullWidth floatingLabelText="Height" type="number" />
108
<p>Printer dimensions</p>
109
<div className={classes.textFieldRow}>
110
<TextField name="settings.dimensions.x" fullWidth floatingLabelText="X" type="number" />
0 commit comments