Re: [Emc-users] One servo system

2018-04-06 Thread Marius Liebenberg
Chris I would like to run Linuxcnc but headless so the PocketBeagle will be great for that. I dont really need the network connection as the system will run a couple of simple commands that can be activated from buttons. My brief required a simple operators interface so it's buttons only. ---

[Emc-users] arcgenm18.py or lcnc's math or my brain has blown a fuse

2018-04-06 Thread Gene Heskett
Greetings; Trying to cut a short trench in the "tap hat" to put that m4 (7mm diameter) screw head into. Machine is touched off just out of end of workpiece. Code, with G3 line copy/pasted from arcgenm18.py. === g20g7 #<_pocket_width>=

Re: [Emc-users] arcgenm18.py or lcnc's math or my brain has blown a fuse

2018-04-06 Thread John Figie
G91 (incremental distances for arc) G91.1 (incremental distances for IJK in arcs, normal IOW) ( draw a semi-circle in climb mode, ccw from 90 to 270 degrees) ( this runs y .12", .06 up to .06 down ) G3 X-0. Y-0.0600 I-0. J-0.0600 G90 (back to absolute distances ) I haven't programmed a g

Re: [Emc-users] arcgenm18.py or lcnc's math or my brain has blown a fuse

2018-04-06 Thread Gene Heskett
On Friday 06 April 2018 18:19:15 John Figie wrote: > G91 (incremental distances for arc) > > G91.1 (incremental distances for IJK in arcs, normal IOW) > > ( draw a semi-circle in climb mode, ccw from 90 to 270 degrees) > ( this runs y .12", .06 up to .06 down ) > G3 X-0. Y-0.0600 I-0. J-0.