wakass

Results 11 comments of wakass

I've taken a stab at it [here](https://github.com/sameer/svg2gcode/compare/master...wakass:svg2gcode:master). Works well so far. Not sure modifying the XmlVisitor trait is the way to go, or modifying the visit_enter of the ConversionVisitor would...

Hi @terjeio, Thanks for the tip. I'll just hi-jack this issue now that I'm a little more familiar with the codebase, and have a somewhat working picocnc board. I've current...

Happy tidings for the new year. It appears the motor supply (V_s) is required before it responds to commands. 🎇

Thanks, the structure of the HAL abstraction layer is becoming a little more clear as I go a long. Still, yes, more documentation is more better :) Keep up the...

OK, I think i figured some stuff out. I've raised some issues https://github.com/terjeio/Trinamic-library/issues/6 https://github.com/grblHAL/Plugins_motor/issues/9 https://github.com/grblHAL/Plugins_motor/issues/10 I'll try to do a nice write-up on the tuning-process in the near future. Cheers

Hi people, Great to see more people interested in qtlab and how it can improve. I thought I'd just toss my hat in the ring here and share what we've...

Hey, i've gone ahead and taken a stab at pwm support (no DACs yet). It works pretty well at this point in driving a bltouch module through the M-commands. I...

Changes ongoing on this plugin [overhere](https://github.com/wakass/RP2040/tree/servosupport). Code is based on the marlin implementation [here](https://github.com/MarlinFirmware/Marlin/blob/d926d4dea413f70303ae38a74bc627aaaf21d97e/Marlin/src/feature/bltouch.cpp#L101). I'm running into some delay in the stowing of the probe (roughly 0.1-0.5 s) after triggering....

Thanks for the feedback. Already getting some better results with delay_sec and an enqueue_rt. There do appear some instances where it's a bit unreliable. It stows, but doesn't register a...

Ah i see. Does this mean the probe input is immediately causing a halt in the stepping? I'm not able to directly observe this kind of behaviour since i'm desktop...