Where is the code for Neptunes adaptive speed vs Z-height? #365
Unanswered
Mart7Mcfl7
asked this question in
Q&A
Replies: 2 comments
|
Unless its part of another module, I can't see anything in klipper/klippy .py files are similar, would Elegoo be hooking into klipper via a service I wonder? |
0 replies
|
well I searched as well as I can, could not find anything except a reference in elegoo.ini relating to the config. might be obfuscated or something. ended up running an external daemon over a socket with a table and doing it that way lol |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Neptune printers have a feature called 'speed adaptive mode' It limits speed via dividing print hight into 20 segments and applying a speed/accel reduction as the print goes higher (quite a good feature imo)
Not sure if its enabled in ON4 but I've been working on a similar system which is more generic and compatible with other printers.
My coding and Jinja skills are quite limited, I've got various versions to work klipper side, but it would be great if I can see how the neptune system works to see if it gives me ideas.
Would anyone know where it's located? I suspect it will be on the armbian side, or even in a .py but not 100%
Thanks :)
All reactions