forked from slic3r/Slic3r
-
Notifications
You must be signed in to change notification settings - Fork 0
Code: Adding new option to GUI CLI
Joseph Lenox edited this page Jun 28, 2016
·
1 revision
-
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/GUI/Tab.pm
- GUI panel that drives the different config tabs.
- https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/GUI/Tab.pm#L853 <-- filament tab
- https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/GUI/Tab.pm#L457 <-- print settings tab
-
https://github.com/alexrj/Slic3r/blob/master/lib/Slic3r/Config.pm
- GUI validation routines
-
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.