-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Code: Adding new option to GUI CLI
Joseph Lenox edited this page Mar 30, 2017
·
5 revisions
-
https://github.com/alexrj/Slic3r/blob/master/xs/src/libslic3r/PrintConfig.hpp
- Basic definition with type.
-
https://github.com/alexrj/Slic3r/blob/master/xs/src/libslic3r/PrintConfig.cpp
- Default values
-
https://github.com/alexrj/Slic3r/blob/master/slic3r.pl#L250
- Usage instructions for CLI
-
https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/PresetEditor.pm
- GUI enable/disable routines
-
https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/Config.pm
- Configuration validation processing
-
https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/GUI/Preferences.pm
- GUI panel that controls the Preferences dialog.
- Once an option has been added to the PrintConfig, and populated it is available in under the config object in Perl.