mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
Incomplete work for adapting the application to the new XS-based Config
This commit is contained in:
parent
e0c0a42a8b
commit
9836e963a5
8 changed files with 200 additions and 98 deletions
|
|
@ -151,8 +151,8 @@ if (@ARGV) { # slicing from command line
|
|||
sub usage {
|
||||
my ($exit_code) = @_;
|
||||
|
||||
my $config = Slic3r::Config->new_from_defaults;
|
||||
|
||||
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