Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Solved Gcode from Carbide Create

    Gcode meta commands
    2
    4
    127
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • YYCSparks
      YYCSparks last edited by YYCSparks

      Hey guys,

      I havn't tried yet but I wanted to check with Carbide Create will GCode from that app work with Duet firmware 3.x?

      I thought there was an issue due to Carbide not including G1 in front of move commands but then I was reading and it looked like that might have been fixed in a newer version of Firmware.

      Sample:

      G90
      G21
      (Contour.T...)
      M05
      M0 ;T102
      M03S10000
      G0X-110.591Y45.500Z5.000
      G1Z-0.300F203.2
      X-110.585Y46.031F508.0
      X-110.564Y46.560
      X-110.531Y47.084
      X-110.485Y47.605
      X-110.426Y48.123
      

      I found this in a previous post so it looks like the G1 requirement is not always needed in CNC mode:

      From @dc42
      No. Duet doesn't support "sticky" G1 or G0. You will need to select a different post processor, or modify that one.

      Yes it does, when in CNC mode and using recent firmware versions (2.05 or 3.x).

      I am running 3.4 firmware and have set CNC mode but if I try to run the CNC sample file above I get:
      File 0:/gcodes/Test Carbide Gcode.nc selected for printing
      Finished printing file 0:/gcodes/Test Carbide Gcode.nc, print time was 0h 0m

      oliof 1 Reply Last reply Reply Quote 0
      • oliof
        oliof @YYCSparks last edited by

        @yycsparks The M0 command in line 5 has a specific meaning in RepRapFirmware,Unconditional Stop. So you would need to make sure that is not being emitted.

        <>Creality CR-20 IDEX Duet3 mini 5+<>RatRig V-Minion SKR RRF 1.1<>

        1 Reply Last reply Reply Quote 0
        • YYCSparks
          YYCSparks last edited by

          @oliof Oh interesting, thank you for pointing that out. That makes alot of sense now. I will make that change and see if that helps.

          YYCSparks 1 Reply Last reply Reply Quote 0
          • YYCSparks
            YYCSparks @YYCSparks last edited by

            @oliof Thank you very much for your advise it worked great.

            1 Reply Last reply Reply Quote 0
            • Topic has been marked as a question  dc42 dc42 
            • Topic has been marked as solved  dc42 dc42 
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA