. .

Thread: operation cnc

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    That's sounding good. But let us in on your breakout board issues.

  2. #2
    Now draw it without overlapping any lines or retracting the pencil ;)

    It sounds like the acceleration on your machine is set quite low, what value is it currently? You should be able to get at least 1m/s^2 comfortably.

    In mach3 there is a list linked to from the main screen which explains what each G-code does, so it shouldn't be difficult to work out what the initial commands do and how the arc command has been used to construct a circle.
    Old router build log here. New router build log here. Lathe build log here.
    Electric motorbike project here.

  3. #3
    Little tip with G-code. G0 and G1, G2,G3 are whats called modal commands so you don't need to repeat the G0 or G1 after the first instance IE:
    G1 x10 y10 f200
    G1 y30 z-12
    G1 x50 y20

    could be written.

    G1 x10 y10 F200
    y30 z-12
    x50 y20
    The G1 linear command will stay in affect untill it's cancelled by either another Modal command Like G0, G2,G3 or a cycle command like G83 drill cycle.
    Same goes for the F# this feed rate will stay in affect until changed by another F#

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Milling machine CNC conversion - keep hand wheels for manual operation?
    By birchy in forum Milling Machines, Builds & Conversions
    Replies: 5
    Last Post: 23-10-2016, 08:29 PM
  2. clunks / missing steps - DM856 and single pulse operation
    By dsc in forum Motor Drivers & Controllers
    Replies: 37
    Last Post: 09-12-2013, 02:22 PM
  3. screening / glitchy operation - sanity check
    By dsc in forum General Electronics
    Replies: 21
    Last Post: 01-12-2013, 11:35 PM
  4. CNC3040 erratic stepper motor operation (fixed)
    By DanielF in forum Motor Drivers & Controllers
    Replies: 0
    Last Post: 30-12-2012, 07:52 AM
  5. BUILD LOG: Operation Clueless, CNCRP 4848 Build Log Eventually.
    By BedlamRik in forum DIY Router Build Logs
    Replies: 12
    Last Post: 28-12-2012, 12:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •