[Emc-users] Introduction and a couple questions

2015-02-21 Thread Brent Loschen
Greetings everyone! New guy here. I've been following the group for several weeks and feel it's time for an intro and to get some suggestions for a small project I'm working on. First, my motivation for looking into LinuxCNC. I own an older Bridgeport R2E4 CNC mill (Boss 9 with DC servo

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread andy pugh
On 22 February 2015 at 00:17, Tobias Gogolin usert...@gmail.com wrote: I imagine that gear backlash can be measured and if its not captured by an encoder on the geared down axis, it should at least in software be considered for every change of direction. Is there such an option? There is:

[Emc-users] LinuxCNC 2.7.0~pre4 bugfix release

2015-02-21 Thread Sebastian Kuzminsky
This is just a quick bugfix release for a silly bug that made it into the Axis GUI in 2.7.0~pre3. This release fixes a bug in the Axis GUI when transitioning to world-mode, on non-trivial kinematics machines. -- Sebastian Kuzminsky

Re: [Emc-users] Call a Python file from Axis

2015-02-21 Thread Kirk Wallace
On 02/21/2015 10:17 AM, John Thornton wrote: Just exploring the GladeVCP angle and I can not find a way yet to send output to Axis like I do with my G code Generators. The UI I worked on has the conversational g-code appended to a string variable. The conversational process concludes with a

Re: [Emc-users] Introduction and a couple questions

2015-02-21 Thread Kirk Wallace
On 02/21/2015 03:42 PM, Brent Loschen wrote: Greetings everyone! New guy here. I've been following the group for several weeks and feel it's time for an intro and to get some suggestions for a small project I'm working on. Welcome to the world of LinuxCNC. First, my motivation for looking

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gregg Eshelman
On 2/21/2015 6:44 AM, Viesturs Lācis wrote: 2015-02-21 15:16 GMT+02:00 Tobias Gogolin usert...@gmail.com: I am suggesting small geared brushless motors Gearing will introduce backlash. Linear delta machine may have end-effector vs actuator travel ratio up to 2:1, depending on rod length vs

[Emc-users] LinuxCNC 2.6.7 is out

2015-02-21 Thread Sebastian Kuzminsky
This is just a quick bugfix release for a silly bug that made it into the Axis GUI in 2.6.6. This release fixes a bug in the Axis GUI when transitioning to world-mode, on non-trivial kinematics machines. All 2.6 users are encouraged to upgrade. -- Sebastian Kuzminsky

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Tobias Gogolin
Thanks to everybody who replied so far for the rays of light! Maybe I should admit that I have difficulty to imagine the algorithm to translate from 3 linear axis of a delta printer to the 'euclidean' 3d space that the model will be printed in, therefore I also don't really begin to guess what

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gregg Eshelman
On 2/21/2015 6:16 AM, Tobias Gogolin wrote: So after understanding that a linear driven delta 3D Printer is the most attractive tool to have in ones repertoire me and a friend, who has already previous cnc mill building experience decided to get serious, and there is one disagreement, he

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Sebastian Kuzminsky
On 02/21/2015 05:27 PM, andy pugh wrote: On 22 February 2015 at 00:17, Tobias Gogolin usert...@gmail.com wrote: One reply mentions the Ramps1.4 system; I wonder is the translation done between linear delta motion control and Euclidean G-code, or is non Euclidean G-Code used?

Re: [Emc-users] Introduction and a couple questions

2015-02-21 Thread andy pugh
On 21 February 2015 at 23:42, Brent Loschen brent.losc...@gmail.com wrote: My question for the group is, what hardware would you all recommend for this task? I've looked at some of the ~$150 Chinese, 3 axis, PLC/control/stepper drive combos available on Ebay, I think that those are a good

Re: [Emc-users] LinuxCNC 2.6.6

2015-02-21 Thread Belli Button
Never in the field of CNC was so much owed by so many to so few -Original Message- From: chris [mailto:ch...@builderofstuff.com] Sent: 21 February 2015 02:37 To: Marius Liebenberg; Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] LinuxCNC 2.6.6 I agree wholeheartedly. If it

Re: [Emc-users] Linuxcnc 2.6.6 gantry error

2015-02-21 Thread Horváth Csaba
Hello Sebastian, I try v2.6.6-1-g8679f71 and work fine! Thanks! 2015.02.21. 2:58 keltezéssel, Sebastian Kuzminsky írta: I just pushed fixed this in the 2.6 branch, i think. Can you try v2.6.6-1-g8679f71 from git or from the buildbot? --- Ezt az e-mailt az Avast víruskereső szoftver

Re: [Emc-users] Call a Python file from Axis

2015-02-21 Thread andy pugh
On 21 February 2015 at 13:38, John Thornton bjt...@gmail.com wrote: Is it possible to add a menu item to Axis with .axisrc to open a python program? I never figured out ,axisrc. Or is it possible to call a python program via a PyVCP button? Via MDI_COMMAND and an M-code you can, but it's

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Erik Christiansen
On 21.02.15 09:27, Gene Heskett wrote: The disadvantages are that they will continuously burn from 25% to 50% of their running power even if being driven by smart controllers that can reduce the drive when they have stopped. And the discrete steps they make, which with smart controlers can

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Peter C. Wallace
On Sun, 22 Feb 2015, Erik Christiansen wrote: snip On a 3D printer, free of cutting forces, I figure microstepping would be OK at constant velocity, but rubbery under strong acceleration. At least it's only full steps that you can permanently lose. Actually step motors lose steps in

Re: [Emc-users] LinuxCNC 2.6.6

2015-02-21 Thread rick
I definitely have to agree with that, Thank you to all of the developers, and all of the testers. Original Message Subject: Re: [Emc-users] LinuxCNC 2.6.6 From: Belli Button be...@iafrica.com Date: Sat, February 21, 2015 3:19 am To: 'chris' ch...@builderofstuff.com,'Enhanced

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Kirk Wallace
On 02/21/2015 07:29 AM, Peter C. Wallace wrote: On Sun, 22 Feb 2015, Erik Christiansen wrote: snip On a 3D printer, free of cutting forces, I figure microstepping would be OK at constant velocity, but rubbery under strong acceleration. At least it's only full steps that you can permanently

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Jon Elson
On 02/21/2015 07:16 AM, Tobias Gogolin wrote: So after understanding that a linear driven delta 3D Printer is the most attractive tool to have in ones repertoire me and a friend, who has already previous cnc mill building experience decided to get serious, and there is one disagreement, he

Re: [Emc-users] Linuxcnc 2.6.6 gantry error

2015-02-21 Thread Sebastian Kuzminsky
On 02/21/2015 07:45 AM, Horváth Csaba wrote: Hello Sebastian, I try v2.6.6-1-g8679f71 and work fine! Ok good. Thanks for the quick turn-around on the bug report and the fix report. 2.6.7 is on its way... -- Sebastian Kuzminsky

Re: [Emc-users] Call a Python file from Axis

2015-02-21 Thread John Thornton
Just exploring the GladeVCP angle and I can not find a way yet to send output to Axis like I do with my G code Generators. I tried: sys.stdout.write('this is a test') but the output goes to the terminal where as when I ran that from my G code Generator the output went to Axis

Re: [Emc-users] Call a Python file from Axis

2015-02-21 Thread Kirk Wallace
On 02/21/2015 05:38 AM, John Thornton wrote: Is it possible to add a menu item to Axis with .axisrc to open a python program? Or is it possible to call a python program via a PyVCP button? Sorry, I haven't a clue. Or is it possible with GladeVCP? I suppose one could import the other Python

Re: [Emc-users] LinuxCNC 2.6.6

2015-02-21 Thread Jon Elson
From: chris [mailto:ch...@builderofstuff.com] I agree wholeheartedly. If it weren't for you folks out there who bring us Linuxcnc I wouldn't have cnc. Huge thank you to everyone involved. And, I WOULD still have CNC. But, it would be AWFUL CNC! I'd still be using my Allen-Bradley 7320,

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Viesturs Lācis
2015-02-21 15:16 GMT+02:00 Tobias Gogolin usert...@gmail.com: I am suggesting small geared brushless motors Gearing will introduce backlash. Linear delta machine may have end-effector vs actuator travel ratio up to 2:1, depending on rod length vs delta radius proportion, so any backlash in

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread John Thornton
Are you thinking servos because your building a giant delta? There are thousands of users that build Kossel deltas with a Ramps 1.4 Power and Nema 17 steppers. In fact that is what I'm planning on building as soon as the Chinese New Year is over. http://gnipsel.com/images/3-D%20Printing/ JT

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread andy pugh
On 21 February 2015 at 13:16, Tobias Gogolin usert...@gmail.com wrote: he thinks he would be fine with inexpensive steppers, I am suggesting small geared brushless motors, so I am hoping for an expert opinion The internet is full of opinions, but it is hard to decide how expert they are :-)

Re: [Emc-users] LinuxCNC 2.6.6

2015-02-21 Thread Stuart Stevenson
On Sat, Feb 21, 2015 at 2:19 AM, Belli Button be...@iafrica.com wrote: Never in the field of CNC was so much owed by so many to so few Heh - I must agree here. There is a LOT of LinuxCNC out there as a result of a relative few contributors. I certainly appreciate the effort and sacrifice.

[Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Tobias Gogolin
So after understanding that a linear driven delta 3D Printer is the most attractive tool to have in ones repertoire me and a friend, who has already previous cnc mill building experience decided to get serious, and there is one disagreement, he thinks he would be fine with inexpensive steppers, I

[Emc-users] Call a Python file from Axis

2015-02-21 Thread John Thornton
Is it possible to add a menu item to Axis with .axisrc to open a python program? Or is it possible to call a python program via a PyVCP button? Or is it possible with GladeVCP? Thanks JT -- Download BIRT iHub F-Type -

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gene Heskett
On Saturday, February 21, 2015 08:16:07 AM Tobias Gogolin wrote: So after understanding that a linear driven delta 3D Printer is the most attractive tool to have in ones repertoire me and a friend, who has already previous cnc mill building experience decided to get serious, and there is one

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gene Heskett
On Saturday, February 21, 2015 10:29:56 AM Peter C. Wallace wrote: On Sun, 22 Feb 2015, Erik Christiansen wrote: snip On a 3D printer, free of cutting forces, I figure microstepping would be OK at constant velocity, but rubbery under strong acceleration. At least it's only full steps

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gene Heskett
On Saturday, February 21, 2015 11:11:36 AM Kirk Wallace wrote: On 02/21/2015 07:29 AM, Peter C. Wallace wrote: On Sun, 22 Feb 2015, Erik Christiansen wrote: snip On a 3D printer, free of cutting forces, I figure microstepping would be OK at constant velocity, but rubbery under

Re: [Emc-users] Delta 3D printer with servo drive?

2015-02-21 Thread Gene Heskett
On Saturday, February 21, 2015 10:22:15 AM Erik Christiansen wrote: On 21.02.15 09:27, Gene Heskett wrote: The disadvantages are that they will continuously burn from 25% to 50% of their running power even if being driven by smart controllers that can reduce the drive when they have