Welcome to Our Community

Some features disabled for guests. Register Today.

Carbide Create incompatibility with black box?

Discussion in 'CNC Mills/Routers' started by RFX, Nov 22, 2020.

  1. RFX

    RFX New
    Builder

    Joined:
    Nov 22, 2020
    Messages:
    4
    Likes Received:
    1
    I just got my lead CNC up and running and have had quite a bit of stuff I’ve been designing in Carbide Create while I waiting for the machine to arrive.
    My problem is I can’t get what I’ve made in Carbide Create to run on the machine.

    the open builds cam worked perfectly but I need an offline option which for me is carbide create. I also have vectricbaspire 9.5 But haven’t yet used it.

    Does anyone know what I should be selecting for post processor? GRBL isn’t working for me for some reason because it won’t run on the machine.
     
    Travis Good likes this.
  2. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,059
    Likes Received:
    1,448
  3. Peter Sesselmann

    Builder

    Joined:
    Oct 21, 2020
    Messages:
    21
    Likes Received:
    2
    you need to replace some of the code.. I simply copy and paste a header each time I create a new file..
     
  4. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,439
    Likes Received:
    1,909
    please post a gcode file
     
  5. Peter Sesselmann

    Builder

    Joined:
    Oct 21, 2020
    Messages:
    21
    Likes Received:
    2
    I use the GRBL export and create a .nc file, then I open the file in a text editor and replace the following code at the head of the file:
    ______________________
    G90
    G21
    (Toolpath 1)
    M05
    M0 ;T2
    M03S18000
    _________________________
    with the following code:
    _________________________
    G21; mm-mode
    G90; Absolute Positioning
    M3 S1000; Spindle On

    G0 Z10

    ___________________________________

    I think some of the M commands are waiting for a response....

    Peter
     
  6. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,439
    Likes Received:
    1,909
    M0 means 'stop and wait for user to press go again', so either remove it or press run twice
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice