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

In a CNC laser cutter (and to some extent CNC mills) it can be quite important to have the capability to scale the PWM (laser power/spindle speed) according to the...

Feature Request

https://github.com/synthetos/TinyG/blob/d7855101d8d3ed1cbcc108221ea33b80abcef020/firmware/tinyg/plan_line.c#L161 I think this should be `T = sqrt(2.0*(S-E)/J[n])`

I'm doing a CNC conversion on a Taig mill. At this point I don't yet have the motors attached to the mill, but I do have them connected to a...

Hello! I have 2 Y axis on my machine, so I intend to control them independently through the Y and A axis. I have configured all homing procedures of the...

Excuse me, Is the function 'mp_feed_rate_override' have been implemented ? If not, how to change feed rate any time ?

After setting mm/rev for Y axis ($2tr) when Y=0, command G0 Yn (n=milimeters to move) with positive value e.g. G0 Y5 will physically move the axis to a negative direction....

Hello, I'm using the TinyG hardware with my 40W co2 laser cutter (made in china :-) ). For toggling the Laser I tried to use the "M3" and "M5" and...

Feature Request

I have a Tinyg v.8 running the 440.20 firmware. When using Chilipeppr to send gcode for an arc in the ZX plane the cutter moves in a counterclockwise direction if...

I'm running : Firmware Version : 0.97, Firmware Build : 446.19, Hardware Version : 8 I'm using the edge branch because I need the transaction IDs. After sending a G-code...

I am planning on turning over the source of an application to Synthoes that runs a milling machine using TinyG, however there are two issues that I really think need...

Feature Request