Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Pierre52
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 63
    • Best 9
    • Controversial 0
    • Groups 0

    Best posts made by Pierre52

    • RE: Cartesian Geometry Question (Solved)

      I think I might have finally resolved this. ☺

      Having a careful think about SupraGuy's comments, I resolved to head back to square one and test everything. First up, I swapped the Y stepper with a known serviceable item. I then went back through the Dozuki set up guide and checked that the end stops were all working.

      I then disconnected the belt drive on the bed to see if the stepper would move as it should and if so in what direction.

      Bingo the Y stepper was doing exactly what it should. I then reconnected the bed with a lot less tension on the belt and Home Y worked again.

      Thanks to all for your help.

      I have now done the changes to resolve the mirror image problem and again everything appears to be working in the correct sense.
      I will now try a print of the offending item that started all this and let you know if everything is still happy happy joy joy.

      posted in Tuning and tweaking
      Pierre52undefined
      Pierre52
    • RE: Firmware Upgrade Complete Fail

      @bearer Good spotting thanks. Have changed it back to S1 and appears to be working OK

      @Phaedrux here is the relevant section of Config .g as it stands at the moment
      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.2 on Fri Jan 22 2021 13:39:52 GMT+1300 (New Zealand Daylight Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Pierre's Core XY" ; set printer name
      M669 K1 ; select CoreXY mode

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet
      M552 S1 ; enable WiFi

      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S1 ; physical drive 1 goes forwards
      M569 P2 S1 ; physical drive 2 goes forwards
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z3400.00 E420.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X300 Y300 Z300 S0 ; set axis maxima

      ; Endstops
      M574 X1 S3 ; configure sensorless endstop for low end on X
      M574 Y1 S3 ; configure sensorless endstop for low end on Y
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z

      M122 returns: Reprap firmware for Duet 2 Wifi version 3.2 running on Duet wifi 1.02 or later

      Now on to endstop set up and getting it to accept a 220v bed heater with a Thermistor that measures 138k Ohm

      posted in Firmware installation
      Pierre52undefined
      Pierre52
    • RE: Aus 3D IR probe set up problems

      Having had a good read of the RepRap Dozuki, I believe I have answered all of my questions and amended the Bed.G file to make things work.
      The probe is now working correctly and the machine is now working on its first test print.

      posted in Duet Hardware and wiring
      Pierre52undefined
      Pierre52
    • RE: RRF3 GPIO Confusion

      DOH!!!!!!!!!!!!!!!!

      Often it is the obvious mistake that will only get picked up by another set of eyes.

      Thank you Phaedrux it is all working as advertised again.

      posted in Third-party add-ons
      Pierre52undefined
      Pierre52
    • RE: Lighting up my AM8. Will this work?

      Thanks David I will give that a try. Just need to build the board and then test it.

      posted in Tuning and tweaking
      Pierre52undefined
      Pierre52
    • RE: VSSA Thermistor 2 fault

      @Pierre52 Doh. Problem solved when i connected the bed Thermistor to the correct plug beside the bed heater.

      posted in Duet Hardware and wiring
      Pierre52undefined
      Pierre52
    • RE: Bed Heater Settings

      @Phaedrux Aha the light finally comes on. Thanks for all your help on this.

      posted in Tuning and tweaking
      Pierre52undefined
      Pierre52
    • RE: G1 Issues

      @fcwilt . Than you Frederick I have finally got an explanation of what H2 does in the G90 command. I have been searching for this for ages and your explanations of H1 and H2 above finally made sense of everything. I was also having some fun getting my head around where and when if should be using G90 vs G91.

      I have now rebuilt my Home all file and everything now works exactly as it should. No need for M594 any more.

      The working Home all looks like this:

      M400 ; make sure everything has stopped before we make changes

      M915 X Y S2 R0 F0 ; set X and Y to sensitivity 2, do nothing when stall, unfiltered
      M574 X1 Y1 S3 ; set end stops to use motor stall
      G91 ; use relative positioning
      G1 H2 Z5 F1200 ; Lower bed 5mm

      G1 H1 X-325 F3600 ; Move X to Home
      G1 H1 Y-325 F3600 ; move Y to home

      G90 ; Use Absolute positioning
      G1 X150 Y150 F4000 ; Move head to center of bed
      G30 ; Lower Head, Stop when probe triggered and set Z to trigger height

      G1 X0 Y0 F4000 ; Return Head to Home

      posted in Tuning and tweaking
      Pierre52undefined
      Pierre52
    • RE: G1 Issues

      @fcwilt Hi Frederick. Yes I did cut the relevant parts into X Y and Z homing files. Your input has also significantly reduced the number of lines in each. Thanks again for all your help.

      Cheers
      Peter

      posted in Tuning and tweaking
      Pierre52undefined
      Pierre52