Multi-Extrusion-post-processing-scripts-for-Slic3r icon indicating copy to clipboard operation
Multi-Extrusion-post-processing-scripts-for-Slic3r copied to clipboard

How to handle Errors

Open siggi60 opened this issue 8 years ago • 0 comments

A small Overview to fix Errors into v02:

1) Can’t do inplace edit without backup at R:\Wipetowers\wipe_towers_v02.pl line 98. Simply add that: $^I = ‘.bak’; into your Script. It should look like that: `##########

MAIN LOOP

$^I = ‘.bak’; while () { if($start==0){`

2) R:\Wipetowers\wipe_towers_v02.pl line 759, line 21. Argument “” isn’t numeric in multiplication (*) at R:\Wipetowers\wipe_towers_v02.pl line 762, line 22. Edit your Start G-Code and replace ; bedWidth=[bed_size_X] ; bedDepth=[bed_size_Y] with ; bedWidth=200 (Put in here the bedWidth you have) ; bedDepth=200 (Put in here the bedDepth you have)

3) The Script does nothing Perl installed? If yes: Generate G-Code with Sclic3r -> Open Command-Shell (cmd) and enter the following: Perl PathToYourScript\wipe_towers_v02.pl PathToYourG-code\filename.gcode

Hope it helps Siggi

siggi60 avatar Oct 02 '16 17:10 siggi60