paukstelis
paukstelis
I agree it is a minor inconvenience, except when it is in the last object before NONMESH layer change moves. The F600 movement that includes X and Y coordinates will...
I think it is still important to remove the X Y coordinates from the F600 move. It is not needed and it destroys the functionality.
I feel like I'm closing in on a solution (work around?) that would provide a fix for this. 1. Setup a flag (bool) that indicates that the mesh_id has changed...
I'm simply trying to improve the delineation of individual objects in the gcode, and I think this is should be possible with very minor changes. This isn't something that is...
I did a STM32 Bluepill version of dcservo that uses hardware timers for reading quad encoders. It is in my repository (I made some mistakes in pin selections when designing...
So it seemed simple, but becomes more complex in practice. I was basically doing what I described: tracking direction and applying modification to target when direction changed. The problem became...
Oh, I think the fix is simple. I was monitoring motor direction via the sign of the PID pwm output. I can just watch when DIR changes. That should do...
I've never been able to get it spot on. The larger the motors (and the higher the operating voltage) make it more difficult to tune, from what I have seen....
For some reason you do not have the latest version of the plugin. The error that is reported was something that fixed back in July. Have you tried uninstalling the...
I have not been able to reproduce this. My first thought was that there was something wrong with absolute extrusion and tracking, but it works fine for me. Could you...