mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Incomplete work for adapting the application to the new XS-based Config
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user