Search found 387 matches

by daedelus
Fri Jun 10, 2022 11:30 am
Forum: AutoLeveller Software
Topic: JDK8 install on Debian Linux
Replies: 5
Views: 9865

Re: JDK8 install on Debian Linux

Thanks for letting us know. I guess Java 17 is not 100% backward compatible then. Java naming conventions are a bit confusing, but to attempt to make things a bit clearer, Java 1.8 equates to Java 8 as Java 1.4 equates to Java 4 etc. JRE is Java Runtime Environment which is what you will need instal...
by daedelus
Wed Jun 08, 2022 10:27 am
Forum: AutoLeveller Software
Topic: JDK8 install on Debian Linux
Replies: 5
Views: 9865

Re: JDK8 install on Debian Linux

Hi KenH, You are correct that Java 8 was the latest version way back then. Java should be completely backwards compatible though, so you should be able to run anything using Java 8 no matter which later version you use, Oracle Java 14 should be fine. However, I cant be 100% sure as I dont have easy ...
by daedelus
Wed Mar 09, 2022 11:43 am
Forum: AutoLeveller Software
Topic: customize Autoleveller with a homemade cnc.
Replies: 5
Views: 4600

Re: customize Autoleveller with a homemade cnc.

Hi, any number preceded by a '#' symbol is a variable in gcode so: #5000=#5422 copies the contents of #5422 to #5000. If you see this, it could be something that Autoleveller inserted (to do some calculations) or it could be something copied from your original gcode file. If autoleveller inserted it...
by daedelus
Wed Sep 01, 2021 9:07 am
Forum: Bug Report
Topic: Does not handle G82
Replies: 5
Views: 8180

Re: Does not handle G82

Ah yes, I forgot about the spot drilling option. Its been a while since I used eagle to be honest. Heres another option then, you could insert a quick G0 line immediatly after G82 lines. i.e. G00 Z1.0000 G82 X33.0200 Y78.7400 Z-0.2540 F144.00 R1.0000 P1.000000 G00 Z1.0000 G00 X33.0200 Y7.6200 G01 Z-...
by daedelus
Mon Aug 30, 2021 10:35 pm
Forum: Bug Report
Topic: Does not handle G82
Replies: 5
Views: 8180

Re: Does not handle G82

Hi yes I think I can see the cause of the problem. Autoleveller does its levelling business on any line that it thinks Z is negative. On the G82 line it drills down to a negative value but actually will pop back up to a positive value at the end, but this line doesnt explicitly state this. Therefore...
by daedelus
Thu Jun 11, 2020 9:53 am
Forum: AutoLeveller Software
Topic: I can't download autoleveller from the autor page
Replies: 5
Views: 7693

Re: I can't download autoleveller from the autor page

Should be up and running now.
by daedelus
Thu Jun 11, 2020 8:03 am
Forum: AutoLeveller Software
Topic: I can't download autoleveller from the autor page
Replies: 5
Views: 7693

Re: I can't download autoleveller from the autor page

Yep, still not working.
The staff at my web host are not as active due to COVID I guess, so i'm not sure how long it will take to fix. I'll let you know here when its resolved.
by daedelus
Wed Jun 10, 2020 9:03 pm
Forum: AutoLeveller Software
Topic: I can't download autoleveller from the autor page
Replies: 5
Views: 7693

Re: I can't download autoleveller from the autor page

Good point. Its not working for me either.
This occasionaly happens with my web host and it usually sorts itself out soon. Check tomorrow and I will do the same. If its still not working I shall delve deeper and bang some heads together.

Cheers,
by daedelus
Sat Mar 07, 2020 11:04 am
Forum: AutoLeveller Software
Topic: [ABANDONED] what is wrong with this RPF data file?
Replies: 2
Views: 5431

Re: [ABANDONED] what is wrong with this RPF data file?

Hi FlashErase, Your efforts and posts are much appreciated and are likely helpful to many. There maybe many readers of your threads even if there are no replies. I had hoped that since I gave this software away for free, that this forum would become more "alive" and people would help each other out ...