Slic3r dev and perl Build April 26, 2013 07:55PM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build May 05, 2013 07:43AM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build May 20, 2013 09:13PM |
Registered: 13 years ago Posts: 75 |
C:\strawberry>cpanm Moo Math::Clipper Math::Geometry::Voronoi Boost::Geometry::Utils Class:SAccessor Math::ConvexHull::MonotoneC hain Math:lanePath --> Working on Moo Fetching [www.cpan.org] ... OK Configuring Moo-1.002000 ... OK ==> Found dependencies: Devel::GlobalDestruction --> Working on Devel::GlobalDestruction Fetching [www.cpan.org] ... OK Configuring Devel-GlobalDestruction-0.11 ... OK Building and testing Devel-GlobalDestruction-0.11 ... OK Successfully installed Devel-GlobalDestruction-0.11 (upgraded from 0.09) Building and testing Moo-1.002000 ... OK Successfully installed Moo-1.002000 (upgraded from 1.000008) --> Working on Math::Clipper Fetching [www.cpan.org] ... OK ==> Found dependencies: Module::Build::WithXSpp, ExtUtils::CppGuess --> Working on Module::Build::WithXSpp Fetching [www.cpan.org] ... OK Configuring Module-Build-WithXSpp-0.13 ... OK ==> Found dependencies: ExtUtils:Spp, ExtUtils::CppGuess --> Working on ExtUtils:Spp Fetching [www.cpan.org] ... OK Configuring ExtUtils-XSpp-0.1700 ... OK ==> Found dependencies: Test::Base --> Working on Test::Base Fetching [www.cpan.org] ... OK Configuring Test-Base-0.60 ... OK ==> Found dependencies: Spiffy --> Working on Spiffy Fetching [www.cpan.org] ... OK Configuring Spiffy-0.31 ... OK Building and testing Spiffy-0.31 ... OK Successfully installed Spiffy-0.31 Building and testing Test-Base-0.60 ... OK Successfully installed Test-Base-0.60 Building and testing ExtUtils-XSpp-0.1700 ... OK Successfully installed ExtUtils-XSpp-0.1700 --> Working on ExtUtils::CppGuess Fetching [www.cpan.org] ... OK Configuring ExtUtils-CppGuess-0.07 ... OK Building and testing ExtUtils-CppGuess-0.07 ... OK Successfully installed ExtUtils-CppGuess-0.07 Building and testing Module-Build-WithXSpp-0.13 ... OK Successfully installed Module-Build-WithXSpp-0.13 Configuring Math-Clipper-1.22 ... OK ==> Found dependencies: ExtUtils::Typemaps:efault --> Working on ExtUtils::Typemaps:efault Fetching [www.cpan.org] ... OK Configuring ExtUtils-Typemaps-Default-1.03 ... OK ==> Found dependencies: ExtUtils::Typemaps Found ExtUtils::Typemaps 3.18 which doesn't satisfy 3.18_03. ! Installing the dependencies failed: Installed version (3.18) of ExtUtils::Typemaps is not in range '3.18_03' ! Bailing out the installation for ExtUtils-Typemaps-Default-1.03. Retry with --prompt or --force. ! Installing the dependencies failed: Module 'ExtUtils::Typemaps:efault' is not installed ! Bailing out the installation for Math-Clipper-1.22. Retry with --prompt or --force. --> Working on Math::Geometry::Voronoi Fetching [www.cpan.org] ... OK Configuring Math-Geometry-Voronoi-1.3 ... OK Building and testing Math-Geometry-Voronoi-1.3 ... OK Successfully installed Math-Geometry-Voronoi-1.3 --> Working on Boost::Geometry::Utils Fetching [www.cpan.org] ... OK Configuring Boost-Geometry-Utils-0.12 ... OK ==> Found dependencies: ExtUtils::Typemaps:efault ! Installing the dependencies failed: Module 'ExtUtils::Typemaps:efault' is not installed ! Bailing out the installation for Boost-Geometry-Utils-0.12. Retry with --prompt or --force. --> Working on Class:SAccessor Fetching [www.cpan.org] ... OK Configuring Class-XSAccessor-1.16 ... OK Building and testing Class-XSAccessor-1.16 ... OK Successfully installed Class-XSAccessor-1.16 --> Working on Math::ConvexHull::MonotoneChain Fetching [www.cpan.org] ... OK Configuring Math-ConvexHull-MonotoneChain-0.01 ... OK Building and testing Math-ConvexHull-MonotoneChain-0.01 ... OK Successfully installed Math-ConvexHull-MonotoneChain-0.01 --> Working on Math:lanePath Fetching [www.cpan.org] ... OK Configuring Math-PlanePath-103 ... OK ==> Found dependencies: constant::defer --> Working on constant::defer Fetching [www.cpan.org] ... OK Configuring constant-defer-5 ... OK Building and testing constant-defer-5 ... OK Successfully installed constant-defer-5 Building and testing Math-PlanePath-103 ... OK Successfully installed Math-PlanePath-103 12 distributions installed
Re: Slic3r dev and perl Build May 21, 2013 12:25AM |
Re: Slic3r dev and perl Build May 28, 2013 07:31PM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build June 03, 2013 03:20PM |
Registered: 11 years ago Posts: 14 |
Re: Slic3r dev and perl Build June 05, 2013 02:34PM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build June 06, 2013 02:08AM |
Registered: 11 years ago Posts: 14 |
Re: Slic3r dev and perl Build June 06, 2013 05:55PM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build June 06, 2013 08:41PM |
Registered: 11 years ago Posts: 14 |
Re: Slic3r dev and perl Build June 07, 2013 08:19PM |
Registered: 13 years ago Posts: 75 |
Re: Slic3r dev and perl Build June 06, 2016 01:26PM |
Registered: 8 years ago Posts: 14 |
Re: Slic3r dev and perl Build June 07, 2016 08:16PM |
Registered: 9 years ago Posts: 155 |
Re: Slic3r dev and perl Build June 08, 2016 06:58AM |
Registered: 9 years ago Posts: 125 |
It should be possible to use any language you want for the post processing script.Quote
touchy88
Hi
I am trying to open an .exe file from the slic3r`s option "post script process". i don`t know to program on pearl, so i make an c++ program which change parameters of this gcode. I would like to open this program, when slic3r finishes the exportation of the gcode. can i open this .exe file directly? there is no much info about this on internet....
i need to install pearl on my pc? i am trying this but doesnt work
import subprocess
subprocess.call[("directory.......myprogram.exe")]
thank you and sorry for my english!...
Re: Slic3r dev and perl Build June 08, 2016 08:40AM |
Registered: 10 years ago Posts: 2,472 |