mhlong10

Results 18 comments of mhlong10

My comment in https://github.com/synthetos/g2/issues/422 shows a couple of pictures and a video of this running (if you stay to the very end there is a close up of the resulting...

@tomashx I use the same CNC machine with a router and laser. This code has been working fine for a couple years now.

One thing to double check is the ENABLE_POLARITY. Depending on how your hardware looks it might be backwards. I went thru a similar situation, scoped out the signals and then...

I didn't realize you are not using the enable pins. It shouldn't matter in that case.

Take a look at this https://github.com/synthetos/g2/issues/442#issuecomment-570914395 and see if it helps. It looks like you ran into the same thing I did. Bottom line is change this line https://github.com/synthetos/g2/blob/72e49fb33de2951bc4547a1417af348bf8d03514/g2core/plan_exec.cpp#L941 to...

@lutorm The fix is not in g2/edge. I would try changing line 941 in plan_exe.cpp as shown above and give it a try.

I would be interested in an STM32 port. About a year ago I made an attempt at porting g2core. I also picked up a couple of stm32nucleo-F411RE boards for $13...

This shows the entire control box. The shield is on the bottom left. On the far left is the Raspberrypi (I used USB to connect to DUE as that seems...

One other thing to note is that g2core on DUE kicks butt. I was doing some speed tests with my machine and was easily able to hit 30,000mm/min with 8x...

@justinclift I have enough height that I mount the rotary axis right on my waste board and then connect its stepper to the controller via an aviation connector. For shorter...