Thanks Tony,
I get the picture I think. As I said, being a programmer I understand
the C language. Its getting to think out of the box that is required.
Would you attempt more complex parts with this tool or just repetitive
type of jobs?
On 2013-11-16 18:33, Tony Zampini wrote:
> Maruis,
>
> My
To clarify my previous email, I use the "literal" statement to include
the G20. I don't use the "-i" switch. So GCMC thinks its working in mm,
and by not using any explicit unit specifiers, no conversions are done.
Then when I run the gcode, all values are treated as inches.
Tony
-Original Me
The way I have been using GCMC is to not use any unit specifiers after
numbers.
This way, all I have to do is make sure I include G20 (program in inches) at
the top, and everything is
treated as inches, since GCMC will not do any conversions when no explicit
units are
specified (am I correct, Be
Mark Wendt wrote:
> But, yer fergetting one thing. Most of our servers are either headless, or
> do not use X windows for security reasons, so all we have is the basic
> console. Having a non-gui editor is required. And once you get under the
> hood enough times with vi, you find it can be a pre
On Sat, Nov 16, 2013, at 12:05 PM, Bertho Stultiens wrote:
> On 11/16/2013 05:33 PM, Tony Zampini wrote:
> > for( x = 0; x <= 10; x += 0.5 )
> > {
> > for ( y = 0; y <= 4; y += 0.5 )
> > {
> > drill( [x, y, -0.5], 0.1, 0.1);
> > }
> > }
>
> Please note that gcmc defaults to m
On 11/16/2013 05:33 PM, Tony Zampini wrote:
> for( x = 0; x <= 10; x += 0.5 )
> {
> for ( y = 0; y <= 4; y += 0.5 )
> {
> drill( [x, y, -0.5], 0.1, 0.1);
> }
> }
Please note that gcmc defaults to mm if no units are specified. The
above will move 0.5mm each step. For inches, you
Maruis,
My last post was altered by the forum (lines were wrapped). This
made my example GCMC program look more complicated than it actually is.
So here it is again without the comments:
for( x = 0; x <= 10; x += 0.5 )
{
for ( y = 0; y <= 4; y += 0.5 )
On 11/16/2013 11:16 AM, Michael Haberler wrote:
> Hi Paul,
>
>
> Am 16.11.2013 um 16:03 schrieb Паша Сечко :
>
>> Hello, I've managed to run LinuxCNC on a Freescale i.MX6 board with a
>> custom Xenomai kernel and rootfs from Raspbian. Long story short, I want to
>> configure outputs to try to wiggl
Marius,
You can think of GCMC as a "high level" gcode generator. It takes a lot of
the
drudgery out of writing gcode by hand. Here's a very
simple example: Let's say you are making a tooling plate, and you want
to drill a bunch of holes on a 0.5 inch grid. Let's say your grid covers
an area of 10
Hi Paul,
Am 16.11.2013 um 16:03 schrieb Паша Сечко :
> Hello, I've managed to run LinuxCNC on a Freescale i.MX6 board with a
> custom Xenomai kernel and rootfs from Raspbian. Long story short, I want to
> configure outputs to try to wiggle a GPIO pin on my board through a
> LinuxCNC interface (m
On Saturday 16 November 2013 10:59:59 David Armstrong did opine:
> On 16/11/13 14:22, Gene Heskett wrote:
> > On Saturday 16 November 2013 08:49:43 Marius Liebenberg did opine:
> >> Gene
> >> I used that example just like that I just changed the
> >> "EMBED_TAB_LOCATION = ntb_user_tabs" "EMBED_TA
Hello, I've managed to run LinuxCNC on a Freescale i.MX6 board with a
custom Xenomai kernel and rootfs from Raspbian. Long story short, I want to
configure outputs to try to wiggle a GPIO pin on my board through a
LinuxCNC interface (mini-interface seems to be working), and stepconf seems
to be abl
On Saturday 16 November 2013 09:51:03 Mark Wendt did opine:
> On Fri, Nov 15, 2013 at 12:52 PM, Jon Elson
wrote:
> > Mark Wendt wrote:
> > > On Thu, Nov 14, 2013 at 3:27 PM, dave wrote:
> > >> A friend of mine simply says "vi is vile".
> > >> However, if you happen to think the way it does then
On Saturday 16 November 2013 09:23:37 Marius Liebenberg did opine:
> Silly question Gene. What is the colour of your DRO text set at. Is it
> not the same as the background so that you just cant see it? I have done
> that kind of thing before :)
>
So have I, but since the camera image is un-moles
On 16/11/13 14:22, Gene Heskett wrote:
> On Saturday 16 November 2013 08:49:43 Marius Liebenberg did opine:
>
>> Gene
>> I used that example just like that I just changed the
>> "EMBED_TAB_LOCATION = ntb_user_tabs" "EMBED_TAB_LOCATION =
>> ntb_preview". the -c is in lower case. I did use it in the
On Saturday 16 November 2013 08:49:43 Marius Liebenberg did opine:
> Gene
> I used that example just like that I just changed the
> "EMBED_TAB_LOCATION = ntb_user_tabs" "EMBED_TAB_LOCATION =
> ntb_preview". the -c is in lower case. I did use it in the Gmoccapy
> screen though. The instructions to
On Sat, Nov 16, 2013 at 1:06 AM, Marius Liebenberg
wrote:
> Hey man there are so many things in the cyber world these days that just
> frustrates us. Like having no choice, it makes me mad.
> I had to replace my laptop during the week after we had an armed robbery
> in our house on Monday and was
On Fri, Nov 15, 2013 at 10:10 PM, Jon Elson wrote:
> Gene Heskett wrote:
> > Its a good editor Jon, but it is different, one of the few dual mode
> > editors I've used.
> >
> Well, it still feels to me like it would make a lot more sense
> on an ASR-33 than an Xterminal on a PC Linux system.
>
>
On Fri, Nov 15, 2013 at 12:52 PM, Jon Elson wrote:
> Mark Wendt wrote:
> > On Thu, Nov 14, 2013 at 3:27 PM, dave wrote:
> >
> >> A friend of mine simply says "vi is vile".
> >> However, if you happen to think the way it does then it make sense else
> >> go searching for an alternative.
> >> Good
Silly question Gene. What is the colour of your DRO text set at. Is it
not the same as the background so that you just cant see it? I have done
that kind of thing before :)
On 2013-11-16 13:33, Marius Liebenberg wrote:
> Gene
> I used that example just like that I just changed the
> "EMBED_TAB_LO
Gene
I used that example just like that I just changed the
"EMBED_TAB_LOCATION = ntb_user_tabs" "EMBED_TAB_LOCATION =
ntb_preview". the -c is in lower case. I did use it in the Gmoccapy
screen though. The instructions to load in Axis are not the same.
On 2013-11-16 11:13, Gene Heskett wrote:
>
On Saturday 16 November 2013 04:54:06 Frederic RIBLE did opine:
> Le 2013-11-16 10:13, Gene Heskett a écrit :
> > On Saturday 16 November 2013 03:17:35 Marius Liebenberg did opine:
> >> Gene,
> >> Are you sure that config was not just for Gmoccaypy or Gscreen?
> >
> > No I am no sure. The wiki p
Le 2013-11-16 10:13, Gene Heskett a écrit :
> On Saturday 16 November 2013 03:17:35 Marius Liebenberg did opine:
>
>> Gene,
>> Are you sure that config was not just for Gmoccaypy or Gscreen?
>>
> No I am no sure. The wiki pages does not specify. I have about 5 or
> 6 camview"cfg"s I have collect
On Saturday 16 November 2013 04:27:17 Frederic RIBLE did opine:
Many thanks Frederic, I'll do some comparisons when I am awake for the day.
> Le 2013-11-16 00:51, Gene Heskett a écrit :
> > lsof |grep camunits
>
> Here is the result
>
> f1oat@linuxcnc2:~$ lsof | grep camunits
> python1890
On Saturday 16 November 2013 04:14:51 Marius Liebenberg did opine:
> Hey man there are so many things in the cyber world these days that just
> frustrates us. Like having no choice, it makes me mad.
> I had to replace my laptop during the week after we had an armed robbery
> in our house on Monday
Le 2013-11-16 00:51, Gene Heskett a écrit :
> lsof |grep camunits
Here is the result
f1oat@linuxcnc2:~$ lsof | grep camunits
python1890 f1oat mem REG8,1 672081072082
/usr/lib/pyshared/python2.6/_camunits.so
python1890 f1oat mem REG8,1 157684
On Saturday 16 November 2013 03:17:35 Marius Liebenberg did opine:
> Gene,
> Are you sure that config was not just for Gmoccaypy or Gscreen?
>
No I am no sure. The wiki pages does not specify. I have about 5 or
6 camview"cfg"s I have collected, none of which give the DRO.
And something else b
27 matches
Mail list logo