Hello Guest it is April 19, 2024, 09:30:15 PM

Author Topic: LAZYCAM toolchange problem (bug) - reporting  (Read 5544 times)

0 Members and 1 Guest are viewing this topic.

LAZYCAM toolchange problem (bug) - reporting
« on: July 19, 2008, 09:07:59 AM »
When generating g-code including tool change, Lazycam generates it in such a way, that the spindle stops without lifting up.
When you change the tool and the program continues, if the diameter of the new tool is greater than the last tool diameter, then it drills a little bit the block, before start moving, and this is not right!!!
I fix this everytime very easy: Just edit the g- code and add 1 extra line, just before the tool change command (M6Tx).
The line is something like this:

G0 Z5

so before the tool change procedure the spindle moves UP!

That is all. Please the guys from ARTSOFT to fix this little issue in the next version of LAZYCAM.

Also: How to delete complete LAYER?
When I select the layer in project tab and hit DEL, it only deletes the last entity, but the rest of the layer still remains.
Also UNDO function is VERY NECCESSARY! Please ADD it...


Thanks.

S. Kartalov
EM-TEK EOOD
(Licensed user)
« Last Edit: July 19, 2008, 09:10:51 AM by skartalov »

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #1 on: July 26, 2008, 11:38:02 PM »
Hi, Skartalov

In the Projects Window, Select the Layer you want to delete, Then right click on it and select Delete, Work's Hear.

The Ooops button will bring it back, Hear also.

Using ver. 3.00.2

For the tool change Issue, I'm Assuming this is a "Manual Tool Change" Hear.

Hears a LazyCam post to try, Put it it your Mach3 folder, Load it as your LC Post (Instead of the Default).

You will need to setup your "G28" Home Tool Position in Config, Homes & Limits,  X, Y, if needed and Z to your 5.0 inch value for tool change.

It seems to work fine Hear, Test It First, Please.

You can Edit this LC Post with a Text Editor.

Hope this Helps, Chip

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #2 on: July 27, 2008, 09:34:42 AM »
Is there a way to edit the default post processor?  ???
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #3 on: July 27, 2008, 02:47:25 PM »
Hi, Dave

The Default's are built into LCam's Code, I've asked for default post content list and updated LC Post var. List.

What are you needing to change. ?

Thanks, Chip

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #4 on: July 27, 2008, 03:04:19 PM »
Hi Chip,

I've been playing around with trying to Edit my own post and I "think" I'm somewhat succesfull but I have to do some testing on the machine first. I'm just trying to change the clearance height, add a snipit of gode at the end and add coolant on/off to be default on every post I make. I'm just such a bonehead with this stuff, I figured if I could see the default post (which is what I've been using), I could see exactly what is already there and change it to suit my machine.

Thank you sir - ;)

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #5 on: July 27, 2008, 03:21:17 PM »
Hi, Dave

This is what I put in the Post above for the End.

**********************************ProgramEnd**********************************

G{MODE} Z{RAPIDHEIGHT} (Z to Rapin Hight)

{SPINDLEOFF}  (SPINDLE OFF)

M9 (All Coolent Off)

G00 x0 y0 (HOME X, Y)

M30 (Progam END RETURNE)

Hope this Helps, Chip

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #6 on: July 27, 2008, 03:29:32 PM »
Thanks, Chip, I actually used your post for reference and hopefully I've got this figured out.

Only the testing will show!  :D
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #7 on: July 28, 2008, 06:44:57 PM »
Success! Thanks again, Chip -   :)
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline Chip

*
  • *
  •  2,055 2,055
  • Gainesville Florida USA
    • View Profile
Re: LAZYCAM toolchange problem (bug) - reporting
« Reply #8 on: July 28, 2008, 08:18:04 PM »
Hi, Dave

Anytime.

Chip