Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. FxxToo
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 53
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by FxxToo

    • RE: Core XY movement issues

      PROBLEM SOLVED....
      To all that have tried to help me, I want to say thank you to all of you. Turns out that I made a silly mistake in my config.g. dc42 posted , you should put the M92 command before and the firmware will take care of the M350 when it sees it based on your M92 settings. If this can help someone else from making this mistake or helps some one figure out whats wrong, then the past month of frustration will be worth it. Thanks again for the support...and the patience for a noob.

      I made a choice between one of two boards for my printer. I most definitely choose the right one.
      thanks,
      RJ

      posted in Duet Hardware and wiring
      FxxTooundefined
      FxxToo
    • RE: Core XY movement issues

      @phaedrux , @joergs5
      I just tried this in my config.g
      M92 X80 Y80 Z80 E420 ; Set steps per mm x80 y80 z175 z80 z85
      M350 x64 y64 Z128 ; Configure microstepping with interpolation
      ;M92 Y320 Y320 Z1400 E420 ;mod to test 64 micro stepping This resulted in the normal movement.
      changed to this:
      ;M92 X80 Y80 Z80 E420 ; Set steps per mm x80 y80 z175 z80 z85
      M350 x64 y64 Z128 ; Configure microstepping with interpolation
      M92 Y320 Y320 Z1400 E420 ;mod to test this resulted in movement on the Y while doing a G1 x100
      So the answer is , Yes I can duplicate it.
      Other than my reply earlier, I have no clue why this is happening. I just know that I can move forward now..
      RJ

      posted in Duet Hardware and wiring
      FxxTooundefined
      FxxToo