Holden Green

Results 26 comments of Holden Green

Connecting through the command, 'sudo screen /dev/ttyACM0 115200', resulted in a blank terminal. I haven't had much success installing pronterface on linux, but when I've tested it in windows, I...

The mcp2200 seems to functioning properly, but no response from the microcontroller, even though programming was successful.

Maybe there's some type of test firmware?... I do need to buy an oscilliscope... I assume the lpc1114 is working.

@Traumflug On second thought, are there any conditions under which you could provide my an lpc1114 or two separately? I could buy a couple from you if that is possible....

@Wurtnase That was actually the first thing that came to mind when trying to solve this problem... I didn't think to increase the jerk values much above 400mm/min though... I...

Ah, wait a second... That's not the right gcode file... Here it is: [tens.gco.zip](https://github.com/Traumflug/Teacup_Firmware/files/1729487/tens.gco.zip)

I was mainly just considering the extra overhead asssociated with the jmp/rjmp instructions likely generated by those for loops associated with the 4 axes's, although that type of thing may...

Well good news! I just made some of the changes I talked about and the execution time of that function was reduced by a factor of 16! I haven't even...

You know to be honest, it sounds like you guys have taken care in optimizing this function. Is that right? In the case that it's not a problem with this...