[Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Chris Albertson
I figured this would be easy and I was right. The HAL and INI files are produced by Stepconf with no edits. I connect a cheap $5 hobby servo motor to the parallel port pin #16 with no extra hardware, just a wire. I also run 5 volts DC to the motor.The default signal generated by pwmgen and

Re: [Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Phill Carter
> On 27 Jun 2020, at 5:26 pm, Gene Heskett wrote: > > On Saturday 27 June 2020 03:10:46 Chris Albertson wrote: > >> I figured this would be easy and I was right. >> >> The HAL and INI files are produced by Stepconf with no edits. I >> connect a cheap $5 hobby servo motor to the parallel

[Emc-users] Maths (wow)

2020-06-27 Thread Roland Jollivet
When I was working with a Fanuc robot, and if in a tight space, I would often get a 'singularity' error. Two axes are too parallel to each other. Then you have to fiddle with the program to get out of the paradox. Thing is, in all of my life of picking up things, my arm has never frozen from a

Re: [Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Gene Heskett
On Saturday 27 June 2020 03:10:46 Chris Albertson wrote: > I figured this would be easy and I was right. > > The HAL and INI files are produced by Stepconf with no edits. I > connect a cheap $5 hobby servo motor to the parallel port pin #16 with > no extra hardware, just a wire. I also run 5

Re: [Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Mark
On 6/27/20 03:26, Gene Heskett wrote: On Saturday 27 June 2020 03:10:46 Chris Albertson wrote: The idea should just work, unlike the .mp4 which shows the loading icon forever. servotest.mp4 Cheers,

Re: [Emc-users] Maths (wow)

2020-06-27 Thread andy pugh
On Sat, 27 Jun 2020 at 03:02, R C wrote: > > that is funny, I am a mathematician, and actually took several classes > involving > > projective geometry. What is shown is somewhat of "special case" > scenarios it seems. I _think_ that Projective Geometry is a special case of the framework that

Re: [Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Gene Heskett
On Saturday 27 June 2020 03:35:04 Phill Carter wrote: > > On 27 Jun 2020, at 5:26 pm, Gene Heskett > > wrote: > > > > On Saturday 27 June 2020 03:10:46 Chris Albertson wrote: > >> I figured this would be easy and I was right. > >> > >> The HAL and INI files are produced by Stepconf with no

Re: [Emc-users] Maths (wow)

2020-06-27 Thread James Isaac
Excellent catch: *Excellent concentration when watching more than an hour of a presentation * Excellent identification of excellent code * Excellent graphics in the presentation, which shows off the super flexibility and power of the code. is it possible you have a favorite CAD

Re: [Emc-users] gcode stuck, won't proceed

2020-06-27 Thread Gene Heskett
On Saturday 27 June 2020 14:00:20 andy pugh wrote: > On Sat, 27 Jun 2020 at 17:24, Gene Heskett wrote: > > It stops on line 15, the "G1 f500 z#<_z_right>" > > spindle-at-speed > I found that a few hours ago, and had to reconfigure hal to get a near to work right, with matching inputs, theres

Re: [Emc-users] Freecad

2020-06-27 Thread Mark
On 6/27/20 14:23, Chris Albertson wrote: This is one big reason I recommend people use either Onshape of Fusion 360 -- Stability and a fully built out feature set.I'm a fan of Open Source software but not when there is a better free solution. I recommend the above because most users are

Re: [Emc-users] Controlling a model airplane servo with LinuxCNC

2020-06-27 Thread Chris Albertson
Thanks all for testing the video link. I found out that the only universal way to post video is to post to Youtube. So much of if you can see a video or not depends on the email reader and your OS. But Youtube seems to generally work https://youtu.be/CiKr-slum1Y On Sat, Jun 27, 2020 at

[Emc-users] gcode stuck, won't proceed

2020-06-27 Thread Gene Heskett
Greetings all; When I got to the machine this morning and restarted LinuxCNC, the jog dials both worked. And they still are. But turning a hub for a 3d printed sprocket out of a block of alu has turned into a problem. Here is the gcode: % ( adjustable turn routine ) G21 G7 (metric,

Re: [Emc-users] Freecad

2020-06-27 Thread Chris Albertson
Figure out where the old install place FreeCAD. Type "which freecad" and the you see the full path to the program. Then just deleter is using "rm". If you have some kind of desktop shortcut to the old freecad you just deleted then edit them to point to the appimage. On Sat, Jun 27, 2020 at

[Emc-users] Freecad

2020-06-27 Thread Martin Dobbins
I thought I would post this for anyone that might step this way in future  Following discussions on freecad producing g-code, I've been experimenting. The workbench is where this all happens, but going to that location produced "libnglib.so: cannot open shared object file: No such file or

Re: [Emc-users] Freecad

2020-06-27 Thread Billy Huddleston
Funny.. I *JUST* found this issue.. sudo apt install netgen sudo ln -s /usr/lib/x86_64-linux-gnu/netgen/* /usr/lib/x86_64-linux-gnu/ Should get it to work.. however, I've had FreeCAD crash 3 times in the past 15 minutes trying to use the Path workbench. I'm going to try the appimage to see if

Re: [Emc-users] gcode stuck, won't proceed

2020-06-27 Thread andy pugh
On Sat, 27 Jun 2020 at 17:24, Gene Heskett wrote: > It stops on line 15, the "G1 f500 z#<_z_right>" spindle-at-speed -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta

Re: [Emc-users] Freecad

2020-06-27 Thread Chris Albertson
This is one big reason I recommend people use either Onshape of Fusion 360 -- Stability and a fully built out feature set.I'm a fan of Open Source software but not when there is a better free solution. I recommend the above because most users are not technically proficient enough to solve

Re: [Emc-users] Freecad

2020-06-27 Thread Martin Dobbins
Thanks Chris, That worked Martin From: Chris Albertson Figure out where the old install place FreeCAD. Type "which freecad" and the you see the full path to the program. Then just deleter is using "rm". If you have some kind of desktop shortcut to the old