Christian Piper

Results 121 comments of Christian Piper

> any news about the new firmware? I bought a programmer so I should be able to test it... > > BR @TazerReloaded and I have been working on implementing...

@jlmxyz The step pin is setup with an interrupt to handle the stepping. The stepping function checks the direction pin while calculating the stepper coils. The enable pin is checked...

As of right now, the LCD is working (minor bug left with buttons, I'm going to fix it today). The serial and CAN bus should also be working, but I...

@xhejtman I've already been working on implementing that, the motor calculations should accept basically any step angle you like once I iron out the kinks. I'll create a release once...

Your issue is fixed in PR #35. Try out that contributor's branch of the code. That should work for you

I created [my own fork](https://github.com/CAP1Sup/Arduino_LSM9DS1) and merged your changes into it. Unfortunately, I don't think that Sparkfun is going to continue to update this repo. I'll do my best to...

@choller could you write a PR [on my fork](https://github.com/CAP1Sup/Arduino_LSM9DS1)? I'd be happy to merge it

Unfortunately... no. I really don't have the time to put into it. If you want to make a PR, I would be happy to merge it

@Galch thanks for your fixes, I have merged them into [my own fork](https://github.com/CAP1Sup/Arduino_LSM9DS1). I would have just used your fork but I also wanted to integrate PR #35 as well....

I picked out codes for commands not found in Marlin. If you want to change them to more established commands, I think that would be best. Open a PR, it...