On Friday 02 October 2015 10:07:56 Gene Heskett wrote:
> Can
>
> > you get it down to a 5 line program? 10 lines? 100 lines?...
> >
> > Just a thought.
> >
> > EBo --
>
> Currently 341 LOC if the comment lines are included. So not very
> easily.
No progress on the code today, as I'm on
On Friday 02 October 2015 07:40:36 EBo wrote:
> On Oct 2 2015 2:54 AM, Gene Heskett wrote:
> > On Thursday 01 October 2015 19:56:42 Gene Heskett wrote:
> >> > On 10/1/2015 5:34 PM, Gene Heskett wrote:
> >> > > Greetings all;
> >> > >
> >> > > This g-code to carve the joints in a blanket chest, got
On Oct 2 2015 2:54 AM, Gene Heskett wrote:
> On Thursday 01 October 2015 19:56:42 Gene Heskett wrote:
>> > On 10/1/2015 5:34 PM, Gene Heskett wrote:
>> > > Greetings all;
>> > >
>> > > This g-code to carve the joints in a blanket chest, got somewhat
>> > > refactored over the last couple of months
On Thursday 01 October 2015 19:56:42 Gene Heskett wrote:
> On Thursday 01 October 2015 19:38:22 John Thornton wrote:
> > If your setting a G92 offset in the program from an arbitrary
> > position the back plot will not be where you run.
> >
> > JT
>
> Let me check, that might still be in the code,
On Thursday 01 October 2015 19:38:22 John Thornton wrote:
> If your setting a G92 offset in the program from an arbitrary position
> the back plot will not be where you run.
>
> JT
>
Let me check, that might still be in the code, in the form of a G92.1
IIRC. Theres a G90, a G91.1 and a G92.1 in
If your setting a G92 offset in the program from an arbitrary position
the back plot will not be where you run.
JT
On 10/1/2015 5:34 PM, Gene Heskett wrote:
> Greetings all;
>
> This g-code to carve the joints in a blanket chest, got somewhat
> refactored over the last couple of months as I trie
Greetings all;
This g-code to carve the joints in a blanket chest, got somewhat
refactored over the last couple of months as I tried to move the math
heavy stuff out of the subroutines in favor of doing some of it in the
initilazation phase, setting vars that the subroutines can use. And I am