Andrew D. Murray

Results 20 comments of Andrew D. Murray

@17dazer17 were you using the line follower? Ive had similar issues on Linux (my CNC control tower is an old scrappy office PC with Ubuntu on it) and when running...

@zdima were you ever able to find a way to bypass that? Either by updating the code or by changing settings? @breiler are there any thoughts on if this would...

No worries, @zdima! I ended up finding a temporary fix by adding a raise Z in my Gcode before moving to the first desired XY coords. Couldn't find a way...

Here's a sample @breiler, hope it's useful: ```gcode (1004) G90 G94 G17 G21 (Engrave1 4) T8 M6 S12000 M3 G17 G90 G94 G54 (this is where UGS calls the end...

Thank you, @breiler! I noticed the PR yesterday and I tried pulling it locally and testing it out. I've encountered a build issue (I'm sure it's just a local setup...

So far it works great! I don't find any breaking changes! Thank you, @breiler ! A quick question I have about the leveler Z adjustment, what's the speed the Z...

Right, I see why the comment can be confusing. So let's take this example: ```gcode G1 F1000 X12 Y23 ``` And let's say the Z offset for that point is...

Not G2 or G3 arcs, but arcs made via smaller lines. I attached the file. If it's a problem with my file, no problem. I was just trying to find...

I just found the generated gcode with the applied Z offests. Maybe this helps too? [instructions.nc_ugs_1705622747872.txt](https://github.com/winder/Universal-G-Code-Sender/files/13992062/instructions.nc_ugs_1705622747872.txt)

Thank you for helping me understand the cause. Sorry to have bugged you on a weekend. It now makes sense why it's slower with the lever mesh applied since it...