Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle Errors #11

Open
siggi60 opened this issue Oct 2, 2016 · 0 comments
Open

How to handle Errors #11

siggi60 opened this issue Oct 2, 2016 · 0 comments

Comments

@siggi60
Copy link

siggi60 commented Oct 2, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant