mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
Finished porting Config and option definition to XS
This commit is contained in:
parent
9836e963a5
commit
4515d90052
8 changed files with 1301 additions and 1204 deletions
|
|
@ -152,7 +152,7 @@ sub usage {
|
|||
my ($exit_code) = @_;
|
||||
|
||||
my $config = Slic3r::Config->new_from_defaults->as_hash;
|
||||
use Devel::Peek; Dump($config->{layer_height});exit;
|
||||
|
||||
my $j = '';
|
||||
if ($Slic3r::have_threads) {
|
||||
$j = <<"EOF";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue