Skip to content

How to handle Errors #11

@siggi60

Description

@siggi60

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions