TinyG icon indicating copy to clipboard operation
TinyG copied to clipboard

Affordable Industrial Grade Motion Control

Results 67 TinyG issues
Sort by recently updated
recently updated
newest added

Hiya, [Gcode support](https://github.com/synthetos/TinyG/wiki/Gcode-Support) says `M0` is supported but when I have it in the middle of a program it is ignored. I have sent this program via UGS and also...

Hello - I'm fairly new to electronics so forgive me if this is a basic issue. I recently got tinyG to drive 3 motors for a desktop cnc machine and...

https://github.com/synthetos/TinyG/blob/39df38c0e5830721fb2d16a7ae7b44816d24c4c4/firmware/tinyg/plan_exec.c#L382 Hello. I think that the line 382 in file plan_exec.c meant to be: float half_Ah_5 = A * half_h * half_h * half_h * half_h * half_h; Am i...

I have a question about The length (distance) equation at mp_get_target_length(). L = (Vf-Vi) * T - (Ar*T^2)/2 why length equation isnot L = V0*T + (Ar*T^2)/2 . V0 =min(Vf,Vi)...

Hello All, At the recommendation of the forum moderator, I am posting this issue here. Any guidance would be appreciated. I am using a tinyG v8 in an internally developed...

https://github.com/synthetos/TinyG/blob/master/firmware/tinyg/default/Makefile

I am trying to downgrade my TinyG v8 to a stable v0.95, but I cannot find a hex file.

Hi everyone: I just trying to understand these code how to work, and I found the feedhold function callback **mp_plan_hold_callback()** maybe conflict with the **mp_exec_aline()** which is calling from the...

Hello! I have a V0.97 TinyG with firmware build 440.20. I had a touch plate Z probe setup working. Now it doesn't work. I've confirmed no broken wires by continuity...

Hello, The Z axis limit switch connected to zmin is at the highest point. Now i want to connect a touchplate to Zmax to automatically measure the tool length after...