Quantcast
Channel: Marlin code for scissor lift z-axis
Viewing all articles
Browse latest Browse all 15

Re: Marlin code for scissor lift z-axis

$
0
0
I don't think theres a sq() function in C. Also, don't you mean z instead of y?
I think it should be something like...
float c = z*axis_steps_per_unit[Z-AXIS];
target[Z_AXIS] = lround( sqrt( Scissor_arm_length*Scissor_arm_length - c*c ) );


In addition, you might want to look at this or this as examples on how to modify the firmware for nonlinear motion.

Viewing all articles
Browse latest Browse all 15

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>