Re: [Emc-users] Problem with Rigid Tapping on USC Equipped Bridgeport

2020-07-19 Thread Scott Harwell via Emc-users
I would swap A phase with B phase this should correct count direction. Scott H On Sunday, July 19, 2020, 6:16:57 PM CDT, Jon Elson wrote: On 07/19/2020 03:59 PM, Matthew Herd wrote: > Hi all, > > I made my first attempt at using spindle synchronized motion for a rigid > tapping

[Emc-users] Need help with Bostomatic BD18-2 to linuxcnc

2020-07-19 Thread Tom Smart
I just purchased a Bostomatic BD18-2 from NASA JPL. The servo amp's for all 3 axis were missing. I'm trying to find new amp's and information on the machine so i can make a linuxcnc conversion. The motor is this glentek GM4040-41 180vdc, 9.1A. I decoded the serial number it has no brake, no

Re: [Emc-users] found a harmonic drive set of .stl's on thingiverse

2020-07-19 Thread Gene Heskett
On Sunday 19 July 2020 20:30:35 John Dammeyer wrote: > This may well be a dumb question Gene, but given you have the machine > shop and CNC couldn't you make the gears etc yourself out of metal? > John > Thats why I bought a BS-1, John but I'm only about $250 into motorizing it yet, waiting on a

Re: [Emc-users] found a harmonic drive set of .stl's on thingiverse

2020-07-19 Thread Gene Heskett
On Sunday 19 July 2020 19:58:44 Gene Heskett wrote: > Greetings all; > > And I can say without fear of contradiction the openscad IS the > problem, > > I am current about 2mm up of a print of the outside gear of the drive, > and the teeth are 100% filled and very well formed so far, its the >

Re: [Emc-users] found a harmonic drive set of .stl's on thingiverse

2020-07-19 Thread John Dammeyer
This may well be a dumb question Gene, but given you have the machine shop and CNC couldn't you make the gears etc yourself out of metal? John > -Original Message- > From: Gene Heskett [mailto:ghesk...@shentel.net] > Sent: July-19-20 4:59 PM > To: 'Enhanced Machine Controller (EMC)' >

[Emc-users] found a harmonic drive set of .stl's on thingiverse

2020-07-19 Thread Gene Heskett
Greetings all; And I can say without fear of contradiction the openscad IS the problem, I am current about 2mm up of a print of the outside gear of the drive, and the teeth are 100% filled and very well formed so far, its the best rendering I've seen on the build bed yet, so much better than

Re: [Emc-users] Problem with Rigid Tapping on USC Equipped Bridgeport

2020-07-19 Thread Jon Elson
On 07/19/2020 03:59 PM, Matthew Herd wrote: Hi all, I made my first attempt at using spindle synchronized motion for a rigid tapping operation on my Bridgeport BOSS mill today and it didn’t go as planned. It has a spindle encoder and a Pico USC board. I can use the spindle to read encoder

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Frank Tkalcevic
I modified some python code that is in the linuxcnc tree (author.py) and made a slicer post processing script that takes the generated gcode and converts line segments back to arcs. https://github.com/ftkalcevic/3dPrintSmoothing I'm constantly finding bugs, so verify your first few prints -

Re: [Emc-users] Problem with Rigid Tapping on USC Equipped Bridgeport

2020-07-19 Thread andy pugh
On Sun, 19 Jul 2020 at 22:02, Matthew Herd wrote: > It appears that the down feed works properly, but the spindle either never > reverses or reverses very slowly and the synchronized motion on retract > doesn’t appear to reliably track the spindle motion. Does the encoder count up in the

[Emc-users] Problem with Rigid Tapping on USC Equipped Bridgeport

2020-07-19 Thread Matthew Herd
Hi all, I made my first attempt at using spindle synchronized motion for a rigid tapping operation on my Bridgeport BOSS mill today and it didn’t go as planned. It has a spindle encoder and a Pico USC board. I can use the spindle to read encoder counts and spindle position (I already use

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Gene Heskett
On Sunday 19 July 2020 14:24:29 andy pugh wrote: > On Sun, 19 Jul 2020 at 19:01, Gene Heskett wrote: > > > If you want rounder curves, you need to decrease the triangle size > > > in the input STL file. > > > > And where do I do that in openscad? > > I have never used OpenSCAD. But after a bit

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread andy pugh
On Sun, 19 Jul 2020 at 19:01, Gene Heskett wrote: > > If you want rounder curves, you need to decrease the triangle size in > > the input STL file. > > And where do I do that in openscad? I have never used OpenSCAD. But after a bit of a Google this might be the answer:

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread andy pugh
On Sun, 19 Jul 2020 at 19:01, Gene Heskett wrote: > > I only know of one slicer that outputs curves, and I wrote it :-) > And its no doubt a better one, No, it is extremely limited. Cura is about the best slicer out there. I don't think that reinventing the wheel is going to help with the

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Gene Heskett
On Sunday 19 July 2020 11:22:17 andy pugh wrote: > On Sun, 19 Jul 2020 at 11:20, Gene Heskett wrote: > > And I have come to the conclusion that both cura and merlin that run > > the enders need to be replaced as neither has a G2 or G3 for circles > > STL is a set of triangular facets. There are

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Gene Heskett
On Sunday 19 July 2020 10:36:27 Thomas J Powderly wrote: > Gene > > do you want to convert a series of short lines that approximate arcs > > into g02/g03, to save space? > > Or, described as 'fitting x y  pairs to a circle'? > > > Dave E was looking for similar ( a good while back) and I didnt

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread andy pugh
On Sun, 19 Jul 2020 at 16:54, Martin Dobbins wrote: > Are you going to share it with the world, so we can perhaps dispense with the > shenanigans with triangles and grumpy slicers? It outputs SVG for a DLP, so isn't particularly useful here. And it is a VB Macro for Inventor, so I doubt anyone

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Martin Dobbins
>If you want rounder curves, you need to decrease the triangle size in >the input STL file. >I only know of one slicer that outputs curves, and I wrote it :-) >(And it works directly off the CAD model in Inventor, where curves do exist) Are you going to share it with the world, so we can

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread andy pugh
On Sun, 19 Jul 2020 at 11:20, Gene Heskett wrote: > And I have come to the conclusion that both cura and merlin that run the > enders need to be replaced as neither has a G2 or G3 for circles STL is a set of triangular facets. There are no curves for the slicer to make G2 or G3 arcs out of. If

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Thomas J Powderly
Gene do you want to convert a series of short lines that approximate arcs into g02/g03, to save space? Or, described as 'fitting x y  pairs to a circle'? Dave E was looking for similar ( a good while back) and I didnt find any. If you have slices that can be processed in scripts with

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Gene Heskett
On Saturday 18 July 2020 22:21:20 Gregg Eshelman via Emc-users wrote: > Circa 1990: Have you heard of the new Hubble Cocktail? It's very > expensive, comes in a hand polished glass, and after you finish it, > your vision is all blurry. > ROTFLMAO! I missed that one at the time, shame on me.

Re: [Emc-users] need advice, idea shoppingIOW.

2020-07-19 Thread Gene Heskett
On Saturday 18 July 2020 22:18:33 Gregg Eshelman via Emc-users wrote: > PLA should have enough flex for the part of a cycloidal drive that has > to flex. It also is pretty tough so wear would be a minimal issue. If its tall enough to flex. This PLA seems to be pretty fragile cold. And