You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: