Re: [Emc-users] Sprinter Easy Install tool for 3D Printer

2012-05-02 Thread Bernhard Kubicek
most likely a scam, as the previous mail already stated. However, http://daid2.mine.nu/~daid/marlin_build/ is not. It is a compile farm for the Marlin firmware, which is obviously for 3d printing, but could also be abused in combination with a suitable electronics board for cnc stuff. Daid's

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-21 Thread Bernhard Kubicek
constant velocity. greetings, Bernhard Kubicek -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-04-19 Thread Bernhard Kubicek
On 4/19/2012 9:02 PM, Kenneth Lerman wrote: Is anyone here interested in writing a filter that takes as input a tolerance (error band) and a sequence of motions (arcs and line segments) and generates a new sequence of motions that duplicates the original within the error band? It sounds like

Re: [Emc-users] Visolate

2012-03-25 Thread Bernhard Kubicek
On 3/25/2012 1:03 PM, Mark Wendt (Contractor) wrote: successfully get visolate to successfully run on a 10.04 system, and if so, what did you do? You could try my github fork of pcb2gcode [1]. It has pathoptimization, and simplification. There is an additional shell script, to call eagle,

Re: [Emc-users] Documentation

2012-03-24 Thread Bernhard Kubicek
well, no realtime needed on a host pc, or even no host at all, like e.g. on ultimaker+ultipanel+sd card printing. the only thing todo for smoothie is blending+ better motion control. and maybe support for variables, loops, and other rather complex stuff. On 3/24/2012 7:28 PM, Greg Bernard

Re: [Emc-users] Trajectory planning and other topics from a EMC(LinuxCNC) newbie (TheNewbie)

2012-03-19 Thread Bernhard Kubicek
Is the one-line lookahead statement also true blended paths? And how does it apply to splines? I find all this quite surprising, even grbl does lookahead over all the lines in the buffer (and hence has a latency while trying to pause or stop) Does somebody know if this diagram is whats linuxcnc

[Emc-users] Trajectory Planning

2012-03-15 Thread Bernhard Kubicek
. scientific papers, writeups, blog entries? The wikipages are not very helpful, [1], for porting the algorithms to a decent library. Think of is as a needed successor of grbl. very nice greetings, Bernhard Kubicek [1] http://wiki.linuxcnc.org/cgi-bin/wiki.pl?TrajectoryControl -- NEU

Re: [Emc-users] My second try :)

2010-09-20 Thread Bernhard Kubicek
maybe you might find the links interesting... http://metalab.at/wiki/PCB_CNC http://geilomat.soup.io/ the scripting of eagle and visolate are still unpublished, but if you want to have them no problem.. greetings, bernhard On Mon, Sep 20, 2010 at 11:58 AM, Fox Mulder quakem...@gmx.net wrote:

Re: [Emc-users] Code interpretation in EMC

2010-08-19 Thread Bernhard Kubicek
Hi! As far as I understand from the other replies, EMC should not be the software that solves these problems. However, as I develop on a gcode manipulating software, maybe this would be better suited. http://code.google.com/p/grecode/ All the gcodes are read to memory, and it would be

[Emc-users] Grecode

2010-07-22 Thread Bernhard Kubicek
Dear List! grecode is a small command line tool, which you might or might not find useful. It should be able to scale gcode, mirror, rotate, align, and do some other nice things. It can be downloaded at: http://code.google.com/p/grecode/ It is GPLed v3 C++ software, and if you find any

Re: [Emc-users] OT: Offset/Rotate Coordinates in Post Processing C-Gode (G92 etc. are not supported)

2010-07-21 Thread Bernhard Kubicek
Hi Flo, Currently I am programming about 4h a day on a c++ tool to manipulate gcode. It will support to map two original points to different two other points, by uniform scaling, rotating, and shifting, with the option to scale by 1 (and fitting as good as possible). This would be usefull to

Re: [Emc-users] Jog under PAUSE / tool cnange

2010-05-17 Thread Bernhard Kubicek
Sorry, I did not read the complete thread. Maybe there is an easier solution to this problems: How about if emc would store the gcode position after a stop/emergency shutdown,i.e. the last completely finished move. And if there would be a continue button, where emc will replay the complete gcode

Re: [Emc-users] OT Arduino program question.

2010-04-14 Thread Bernhard Kubicek
I don't do Arduino, I do ATMEGAs with GCC. Anyway, I would try to create a timer interrupt. Before starting the timer, it is possible to set a starting value for the counters. In the interrupt vector routine, one could set each time a new increasing/decreasing starting value, to create ramps.

Re: [Emc-users] Homming error

2010-04-08 Thread Bernhard Kubicek
On Thu, Apr 8, 2010 at 11:57 AM, Alex Joni alex.j...@robcon.ro wrote: You asked for a way to test your axis, and got 3 solutions: Maybe that is the problem. I didn't ask for solution. (My english is not so good so maybe I ask by mystake.) Ok, I didn't understand that like that. I

Re: [Emc-users] C Style Extensions for GCode

2010-04-07 Thread Bernhard Kubicek
) Open the files directly in axis. greetings, Bernhard Kubicek On Wed, Apr 7, 2010 at 9:33 AM, Sven Wesley svenne.d...@gmail.com wrote: Me like! 2010/4/7 Flying Electron Inc sa...@flyingelectron.com Hi All, I wrote a python extension for axis that allows C language style

Re: [Emc-users] C Style Extensions for GCode

2010-04-07 Thread Bernhard Kubicek
: Bernhard Kubicek bernhard.kubi...@gmail.com Subject: Re: [Emc-users] C Style Extensions for GCode To: Enhanced Machine Controller (EMC) it is quite obvious that a good incooporation to emc would be: 1) give them a specific file extenions eg : .cgc 2) have your filter expect the code from

Re: [Emc-users] Access to Gcode

2010-03-30 Thread Bernhard Kubicek
-no-computer/ greetings, Bernhard Kubicek On Tue, Mar 30, 2010 at 3:32 PM, Stephen Wille Padnos spad...@sover.netwrote: Riley Porter wrote: Thanks for the clarity. So in tutorials that I have watched / read how to. I see AXIS load a DXF file then it passes gcode to emc which spits out step

Re: [Emc-users] Access to Gcode

2010-03-30 Thread Bernhard Kubicek
basically, they are called on command line level, and output some gcode on the standard output stream, if I understand correctly. There is also a second idea of having a filter menu, that gives calls individual programs with one parameter, i.e. the file name of the currently opened gcode, and

Re: [Emc-users] DAQ of the day.

2010-03-23 Thread Bernhard Kubicek
I usually home all axis once in axis, then jog to my intended origin, say x-touch off-0,y-touch off-0, and of course z-touch off-0.1 or the minimal amount i am over the piece. I have no home switches. On Tue, Mar 23, 2010 at 11:33 AM, Alex Joni alex.j...@robcon.ro wrote: You use the touchoff

Re: [Emc-users] CAM solutions

2010-03-23 Thread Bernhard Kubicek
it already exists. http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GcodeGenerator however I never took the time to learn blender. greetings, bernhard On Tue, Mar 23, 2010 at 1:24 PM, Sven Wesley svenne.d...@gmail.com wrote: On Mar 23, 2010, at 1:41 AM, a...@conceptmachinery.com wrote:

Re: [Emc-users] compile program

2010-03-23 Thread Bernhard Kubicek
iar wll come! On Tue, Mar 23, 2010 at 3:59 PM, Binh Hoang binhc...@gmail.com wrote: I really orange on rayh very much! -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed

Re: [Emc-users] CAM solutions

2010-03-23 Thread Bernhard Kubicek
camexpert is the advanced qcad, where you can export gcode. But it does not support cutter radius compensation, nor pocketing by itself. There is some optimization of paths; Manually reordering of things is not working well for me. On Tue, Mar 23, 2010 at 6:20 PM, Gene Heskett

Re: [Emc-users] compile program

2010-03-22 Thread Bernhard Kubicek
Its a script, and scripts do not need to be compiled. The first line is the command to which the following text shall be forwarded as program input. in your case wish. You make the file executeable by chmod +x thefilename then you can call it by ./thefilename. If, you have wish installed. Have a

Re: [Emc-users] compile program

2010-03-22 Thread Bernhard Kubicek
there is no document. read http://gd.tuwien.ac.at/linuxcommand.org/learning_the_shell.php for linux introduction. read your linux distribution's documentation otherwise on how to install wish. On Mon, Mar 22, 2010 at 5:53 PM, Binh Hoang binhc...@gmail.com wrote: Can you give me the