Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Iulian FILIP

Verified Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Iulian FILIP

  1. The idea was to eliminate the intermediate steps on a single axis movements (X and Z)
  2. Hello, Can I eliminate steps from the middle customizing the postprocessor? ex: From ... G0 Z4. G1 X100.9 F.14 M8 G1 X60.033 G1 X46.617 G1 X22.545 G2 X-2.4 Z5. R78.284 ... To ... G0 Z4. G1 X22.545 F.14 M8 G2 X-2.4 Z5. R78.284 ... Thank you
  3. Hello, Does someone tried to combine the roll and project a text on a curve (radius + line) in C-Hook or NET-Hook project?
  4. Select the machine, define the stock, select the VPlane and TPlane, select a chain(s) define a tool, define an operation, attach the tool to operation, generate the G-Code.
  5. Hello, There are examples for lathe usage using NET-Hook? Best regard, Iulian
  6. You can use any text editor to modify the g-code BUT you must be very careful and know what you are doing because you can destroy the machine. You can try Notepad++(open source) or CIMCOEdit(exists in Mastercam)
  7. Hi Karl, KVM (Keyboard, Video and Mouse) is used to share a monitor, keyboard and mouse to more that 2 PC. IMHO if you want use the masterCam dongle you have to manually change it between computers or use a network license server. If you have a KVM with USB ports for keyboard and mouse ... you can leave the mouse receiver it KVM switch. Iulian
  8. Hi, How do I select all the geometry (arcs, lines and points) in CHooks? I want to move the entire geometry in another place. Thanks Iulian
  9. Hi! I am creating a new tool -------------------------- // create tool EndMillSphericalTool tool = new EndMillSphericalTool(); tool.Name = "Frontal Numbering Tool"; tool.Number = 1; tool.Length = 50; tool.FluteLength = 25; tool.ShoulderLength = 30; tool.Diameter = 1; tool.Flutes = 4; tool.Commit(); ------------------------ After running the program in Tool Manager appears a new tool but it is a drill. The dimensions are from above. Why?
  10. Linked to arc data: I have a drawing in the ZY Plane (Right Side). All the line have line.Data.Point1.x=0, line.Data.Point1.y<>0, line.Data.Point1.z<>0, but arc.Data.CenterPoint.x<>0, arc.Data.CenterPoint.y<>0, arc.Data.CenterPoint.z=0 Why? I use Mastercam X7 Net-Hook3.0 C# 2013

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...