mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Improvements of the C++ RectInfill2 code for supports:
Make the contours more continuous. Some documentation, asserts and such.
This commit is contained in:
parent
ee4b9ab82f
commit
c16eca0065
4 changed files with 267 additions and 96 deletions
|
@ -287,6 +287,7 @@ StaticConfig::set_defaults()
|
|||
t_config_option_keys
|
||||
StaticConfig::keys() const {
|
||||
t_config_option_keys keys;
|
||||
assert(this->def != NULL);
|
||||
for (t_optiondef_map::const_iterator it = this->def->options.begin(); it != this->def->options.end(); ++it) {
|
||||
const ConfigOption* opt = this->option(it->first);
|
||||
if (opt != NULL) keys.push_back(it->first);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue