0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-06-08 08:29:54 +02:00

add combing setting

This commit is contained in:
casperlamboo 2018-01-15 15:29:40 +01:00
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.bottom" fullWidth floatingLabelText="bottom" type="number" />
<TextField name="settings.thickness.shell" fullWidth floatingLabelText="shell" type="number" />
<p>Combing</p>
<Checkbox name="settings.combing" label="Enabled" />
<p>Retraction</p>
<Checkbox name="settings.retraction.enabled" label="Enabled" />
<TextField name="settings.retraction.amount" fullWidth floatingLabelText="Amount" type="number" />