mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 22:14:00 -06:00
Vojtech likes to use Sublime on Windows to get the wheels rolling.
This commit is contained in:
parent
d392858ee3
commit
7da68c91a5
26 changed files with 408 additions and 864 deletions
|
@ -13,10 +13,17 @@ use Getopt::Long qw(:config no_auto_abbrev);
|
|||
use List::Util qw(first);
|
||||
use POSIX qw(setlocale LC_NUMERIC);
|
||||
use Slic3r;
|
||||
use Slic3r::GUI;
|
||||
use Time::HiRes qw(gettimeofday tv_interval);
|
||||
#use Slic3r::XS;
|
||||
#use Data::Dumper;
|
||||
$|++;
|
||||
binmode STDOUT, ':utf8';
|
||||
|
||||
# my $extrusionsim = Slic3r::ExtrusionSimulator->new(width=>0, height=>0, nozzle_diameter=>0);
|
||||
#print Dumper($extrusionsim);
|
||||
#print Dumper($extrusionsim->image_ptr);
|
||||
|
||||
our %opt = ();
|
||||
my %cli_options = ();
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue