Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Clement
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 26
    • Best 4
    • Controversial 0
    • Groups 0

    Clement

    @Clement

    6
    Reputation
    2
    Profile views
    26
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Canada (french fisrt)

    Clement Unfollow Follow

    Best posts made by Clement

    • Gcode classification by subject

      Gcode classification by subject

      When studying your Gcode, I find it difficult to see all the Gcodes on a certain subject.
      So, I decided to make a summary sheet with a classification by subject.
      This helps me a lot. This sheet is not finished because I do not understand all of the Gcode.
      But an important part in my opinion is quite good.

      This is a first version. And I would be very happy if someone else corrects and improves errors.

      Good day

      Gcode classification v0.1 for Duet.docx
      Gcode classification v0.1 for Duet.pdf

      posted in General Discussion
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      @Danal

      Thank for this info

      posted in CNC
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      @Phaedrux

      I start to write a summary to help others. Probably today.

      posted in CNC
      Clementundefined
      Clement
    • config, home -> CNC, Post-Processor(Fusion360, Vectric)

      If it can help a beginner then fine.

      Duet CNC Post-P_0121d.pdf

      posted in CNC cnc mode config.g post-processor fusion360 vectric home.g grbl limit switch beginner firmware 2.03
      Clementundefined
      Clement

    Latest posts made by Clement

    • RE: Gcode classification by subject

      Classification Gcode par sujet

      Ce sujet avec la bonne information ce trouve dans la classification: General Discussion

      posted in CNC
      Clementundefined
      Clement
    • RE: Gcode classification by subject

      I start with the forum. I put my problem in the wrong place

      posted in CNC
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      I solved my problem,
      See: config, home -> CNC, Post-Processor (Fusion360, Vectric)

      posted in CNC
      Clementundefined
      Clement
    • RE: Duet 2 Wifi IoT module is disappointing

      For the "emergency stop" see also "manual emergency stop".

      https://duet3d.dozuki.com/Wiki/Connecting_an_Emergency_Stop.

      df842871-c5d6-40df-a414-9af22f5f8469-image.png

      posted in Duet Hardware and wiring
      Clementundefined
      Clement
    • config, home -> CNC, Post-Processor(Fusion360, Vectric)

      If it can help a beginner then fine.

      Duet CNC Post-P_0121d.pdf

      posted in CNC cnc mode config.g post-processor fusion360 vectric home.g grbl limit switch beginner firmware 2.03
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      @Phaedrux

      I start to write a summary to help others. Probably today.

      posted in CNC
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      I resolve my problem, Thank you ALL.
      Together we go faster.

      posted in CNC
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      Thank for your interet for helping me.
      I just changed H1 to H2.
      By your explanation, I understand what H2 is doing.
      But that doesn't solve one of my problems.

      ; The X and Y axes cannot move: example G1 X-30 Y-30. Nothing is moving here?
      ; I suspect M208. I reversed the values, but it doesn't work better?

      ; M208 X-280: 0 Y-347: 0 Z0: 137 ; G1 X-30 Y-30. Nothing is moving here?
      ; or
      ; M208 X0: 280 Y0: 347 Z0: 137 ; G1 X-30 Y-30. Nothing is moving here?
      ; M208 X0: 280 Y0: 347 Z0: 137 ; I think this is the good way, but nothing work?
      ;=============================================================
      ;homex.g
      G91 ; Relative
      G21 ; Units to mm
      G1 Z20 H2 F500 ; Zup (protect break bit) H2 is to allow movement before the axis is homed.
      G1 X-300 H1 F1800 ; Move to LSW X & stop
      G1 X5 F300 ; Go back for ajuste more precisely X at LSW
      G1 X-10 H1 F300 ; Move to LSW X & stop
      G1 Z-20 H2 F500 ; Zdn
      ;G92 X0 ; Don't need, because min M208 set the axis position when the endstop is triggered (click)
      G90 ; Absolute
      ;=============================================================
      ; homey.g
      G91 ; Relative
      G21 ; Units to mm
      G1 Z20 H2 F500 ; Zup (protect break bit) H2 is to allow movement before the axis is homed.
      G1 Y-360 H1 F1800 ; Move to LSW Y & stop
      G1 Y5 F300 ; Go back for ajuste more precisely Y at LSW (Y5 & Y-10)
      G1 Y-10 H1 F300 ; Move to LSW Y & stop
      G1 Z-20 H2 F500 ; Zdn
      ;G92 Y0 ; Don't need, because min M208 set the axis position when the endstop is triggered (click)
      G90 ; Absolute

      posted in CNC
      Clementundefined
      Clement
    • RE: Gcode classification by subject

      @Clement-B

      Clarify, I going to home by the button Home
      and only after it is not possible to moving X & Y in positif place, X+100 Y+100 (example)

      posted in CNC
      Clementundefined
      Clement
    • RE: Why in home XY different G1 is not execute in my code?

      @Phaedrux

      Hi

      Photo CNC for M208 G92.pdf

      Is-it more clear?

      posted in CNC
      Clementundefined
      Clement