Vladimir Vukicevic

Results 112 comments of Vladimir Vukicevic

Yep, understood. Up to date documentation is [in my standalone repo](https://github.com/vvuk/eddy-ng/wiki). Until I update this PR, the latest code is [over there as well](https://github.com/vvuk/eddy-ng). At this point it's pretty extensively...

No problem, that works -- and the hard-pwm bits are easy to split out, so I'll do that. For python2.. I think it would be difficult. There's e.g. a lot...

> > I'm not familiar with that issue. Do you have a link describing the issue? > > See the discussion here: https://klipper.discourse.group/t/btt-eddy-variance-with-home-command/21827 and some language from BTT here: https://github.com/bigtreetech/Eddy#my-z-offset-doesnt-seem-to-save-and-resets-is-there-a-work-around-or-fix...

I should also add -- eddy-ng doesn't really change anything related to homing. It will behave the same. eddy-ng does add a "tap" which is kind of like a home,...

> it is really unwanted to do runtime divisions and floating operations on MCU, so this logic should be handled in high-level code. This really should be moved to fixed...

> My main feedback is that the new functionality looks useful, but in order for it to be merged it would need to be broken up into a series of...

Heya, thanks for the quick reply! > Use global or system config. E.g. for the dvc remote modify call [here](https://dvc.org/doc/command-reference/remote/modify#--global) Hmm, can you give me an example here? I've got...

I don't actually know why this got added as different than `dockerfile.v0` resources -- I think `dockerfile.v0` seems to be just the ability to containerize an existing executable.

> This however does not add it to both CI or the website, would that be preferred? Oh, didn't think about those. Yeah, let me know if you'd like me...

.. So this was apparently because I misunderstood the `ip` command. I used it to set the IP of my printer (not realizing it actually sets the ip of the...