Search found 3 matches

Go to advanced search

by sampos
Tue Jun 18, 2019 5:03 pm
Forum: Troubleshooting and Bug Reports
Topic: Adventurer3 out of print range error
Replies: 7
Views: 3536
 
Jump to post

Re: Adventurer3 out of print range error

Thank you for your solution When I wrote your code in "startig script" section then can I send the printfile without an error but the printer dosn't start printing. So I had remove te folowing line {PREPEND "M118 X[build_size_x] Y[build_size_y] Z[build_size_z] T0\n"} I think also...
by sampos
Sat Jun 15, 2019 12:20 pm
Forum: Troubleshooting and Bug Reports
Topic: Adventurer3 out of print range error
Replies: 7
Views: 3536
 
Jump to post

Re: Adventurer3 out of print range error

Unfortunately wasn't my solution really good. I also read the output G-Code file and found te following line

Code: Select all

M118 X(109.95 /2) Y(90.16 /2) Z46.00 T0
The printer apparently accepts the file, but the range check does not work as Sanahi has already noticed.

I'm also looking forward to the new version.
by sampos
Sat Jun 15, 2019 6:19 am
Forum: Troubleshooting and Bug Reports
Topic: Adventurer3 out of print range error
Replies: 7
Views: 3536
 
Jump to post

Re: Adventurer3 out of print range error

I had the same issue. I could fixed for me with the follow line .

Code: Select all

{PREPEND "M118 X([build_size_x] /2) Y([build_size_y] /2) Z[build_size_z] T0\n"}

Go to advanced search