Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-02 Thread Gene Heskett
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

Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-02 Thread Gene Heskett
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

Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-02 Thread EBo
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

Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-02 Thread Gene Heskett
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,

Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-01 Thread Gene Heskett
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

Re: [Emc-developers] Backplot during program load and backplot when running differ

2015-10-01 Thread John Thornton
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

[Emc-developers] Backplot during program load and backplot when running differ

2015-10-01 Thread Gene Heskett
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