Skip to content

Commit

Permalink
Add layer height property
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Dec 19, 2017
1 parent b830cc6 commit 264ed09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 264ed09

Please sign in to comment.