diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2015-06-19 20:25:03 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-19 09:15:09 -0700 |
commit | 4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780 (patch) | |
tree | e628e266d14e4d538bd4a100d4de14c863969a5f /subsurfacestartup.c | |
parent | ab90375c19f7e0495d964d37c7cabf23dff898e9 (diff) | |
download | subsurface-4dfdea1e1dd631fbd335c5dfa5ef8e7a2cbea780.tar.gz |
Add planner minimum gas switch duration option
Add the option for a minimum gas switch duration to the planner UI. This is not actually used yet.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index a64c8175d..7130f0f59 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -47,6 +47,7 @@ struct preferences default_prefs = { .decopo2 = 1600, .doo2breaks = false, .drop_stone_mode = false, + .min_switch_duration = 60, .last_stop = false, .verbatim_plan = false, .display_runtime = true, |