mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-25 06:57:58 +01:00
add combing setting
This commit is contained in:
parent
55eadc73de
commit
700b27e6e0
@ -123,6 +123,8 @@ class Settings extends React.Component {
|
|||||||
<TextField name="settings.thickness.top" fullWidth floatingLabelText="top" type="number" />
|
<TextField name="settings.thickness.top" fullWidth floatingLabelText="top" type="number" />
|
||||||
<TextField name="settings.thickness.bottom" fullWidth floatingLabelText="bottom" type="number" />
|
<TextField name="settings.thickness.bottom" fullWidth floatingLabelText="bottom" type="number" />
|
||||||
<TextField name="settings.thickness.shell" fullWidth floatingLabelText="shell" type="number" />
|
<TextField name="settings.thickness.shell" fullWidth floatingLabelText="shell" type="number" />
|
||||||
|
<p>Combing</p>
|
||||||
|
<Checkbox name="settings.combing" label="Enabled" />
|
||||||
<p>Retraction</p>
|
<p>Retraction</p>
|
||||||
<Checkbox name="settings.retraction.enabled" label="Enabled" />
|
<Checkbox name="settings.retraction.enabled" label="Enabled" />
|
||||||
<TextField name="settings.retraction.amount" fullWidth floatingLabelText="Amount" type="number" />
|
<TextField name="settings.retraction.amount" fullWidth floatingLabelText="Amount" type="number" />
|
||||||
|
Loading…
Reference in New Issue
Block a user