Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Dougal1957
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 24
    • Posts 1,634
    • Best 107
    • Controversial 0
    • Groups 0

    Posts made by Dougal1957

    • RE: Unknown Board (probably some clone)

      @Dougal1957 said in Unknown Board (probably some clone):

      @o_lampe and a burnt socket for whatt looks to be Fan0

      think that may be what @o-lampe was referring to

      posted in Duet Hardware and wiring
      Dougal1957undefined
      Dougal1957
    • RE: Unknown Board (probably some clone)

      @o_lampe and a burnt socket for whatt looks to be Fan0

      posted in Duet Hardware and wiring
      Dougal1957undefined
      Dougal1957
    • RE: Motors move wrong way

      @tecno said in Motors move wrong way:

      @dougal1957

      So M584 line has to be X0 Y1 Z2 and E4 or E5 or just E4 no x/y/z?

      I am just about to go out but I will get you a copy of my Config.g

      
      ; General preferences
      M575 P1 S1 B57600                                   ; enable support for PanelDue
      G90                                                 ; send absolute coordinates...
      M83                                                 ; ...but relative extruder moves
      M550 P"Delta"                                       ; set printer name
      M665 R239.403 L450.7 B175 H401                      ; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0 Y0 Z0                                       ; put your endstop adjustments here, or let auto calibration find them
      
      ; Network
      M552 S1                                             ; enable network
      M586 P0 S1                                          ; enable HTTP
      M586 P1 S1                                          ; enable FTP
      M586 P2 S0                                          ; disable Telnet
      
      ; 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 X200.00 Y200.00 Z200.00 E2500.00                ; set steps per mm
      M566 X54000.00 Y54000.00 Z54000.00 E2400.00         ; set maximum instantaneous speed changes (mm/min)
      M203 X1080000.00 Y1080000.00 Z1080000.00 E144000.00 ; set maximum speeds (mm/min)
      M201 X1000.00 Y1000.00 Z1000.00 E120.00             ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E500 I30                     ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                             ; Set idle timeout
      
      ; Axis Limits
      M208 Z0 S1                                          ; set minimum Z
      
      ; Endstops
      M574 X2 S1 P"xstop"                                 ; configure switch-type (e.g. microswitch) endstop for high end on X via pin xstop
      M574 Y2 S1 P"ystop"                                 ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
      M574 Z2 S1 P"zstop"                                 ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin zstop
      
      ; Z-Probe
      M558 P5 R0.4 C"zprobe.in+zprobe.mod" H5 F1200 T6000 ; set Z probe type to effector and the dive height + speeds
      G31 P500 X0 Y0 Z0.1                                 ; set Z probe trigger value, offset and trigger height
      M557 R85 S20                                        ; define mesh grid
      
      ; Heaters
      M308 S0 P"spi.cs2" Y"rtd-max31865" F50
      ;M308 S0 P"bedtemp" Y"thermistor" T100000 B4138      ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                               ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B0 S1.00                                    ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                             ; map heated bed to heater 0
      M143 H0 S75                                         ; set temperature limit for heater 0 to 75C
      M308 S1 P"spi.cs1" Y"rtd-max31865" F50
      ;M308 S1 P"e0temp" Y"thermistor" T100000 B4138       ; configure sensor 1 as thermistor on pin e0temp
      M950 H1 C"e0heat" T1                                ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00                                    ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                        ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"fan2" Q500                                ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1                                      ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500                                ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45                                   ; set fan 1 value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 D0 H1 F2                                    ; define tool 0
      G10 P0 X0 Y0 Z0                                     ; set tool 0 axis offsets
      G10 P0 R0 S0                                        ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
      M501                                                ; load saved parameters from non-volatile memory
      T0                                                  ; select first tool
      
      
      
      posted in General Discussion
      Dougal1957undefined
      Dougal1957
    • RE: Motors move wrong way

      Also remember that in Delta kinematics all 3 axis have to move for any movement in the cartesian plane.

      posted in General Discussion
      Dougal1957undefined
      Dougal1957
    • RE: Motors move wrong way

      @tecno said in Motors move wrong way:

      @dougal1957

      Sorry but there is no reason to have X on port 1 !

      Anyhow I did that and edit config and switched motor wires = Still same problem

      Will try to switch motor wires on one winding to see if it helps.

      //edit No it did not

      Your config order of the M569 P1 to P3 suggests that the motors are connected to ports 1 2 and 3 in XYZ order tho
      Maybe reverse the order of them may solve your issue because your motors all move in the correct way when individually commanded it has to be a config issue!

      Argh sorry that order I don't think matters but I think it is still worth trying.

      Just looked up M584 and wonder if this maybe your issue.```
      631dbc7b-99e1-4ae9-b65e-dd74cbb94907-image.png

      posted in General Discussion
      Dougal1957undefined
      Dougal1957
    • RE: Motors move wrong way

      @tecno In that case I think your M584 is in the wrong sequence as George said above try

      M584 X1 Y2 Z3 E0 assuming that the motors are connected to X Y and Z ports in that order.

      posted in General Discussion
      Dougal1957undefined
      Dougal1957
    • RE: Motors move wrong way

      @tecno with a simple diagram can you show us the motor positions when looking down on the delta from above similar to

      Z
      

      X Y.

      Also post your full Config.g

      Doug

      posted in General Discussion
      Dougal1957undefined
      Dougal1957
    • RE: Web Control and firmware not compatible anymore

      @fg do you have a M575 line in your Config.g to configure the Serial comms for the PanelDue?
      see https://docs.duet3d.com/en/User_manual/Reference/Gcodes.

      Doug

      posted in Firmware installation
      Dougal1957undefined
      Dougal1957
    • RE: Web Control and firmware not compatible anymore

      @fg which Firmware did you have on the duet before the upgrade?

      posted in Firmware installation
      Dougal1957undefined
      Dougal1957
    • RE: firmware upload crc errors

      @ptegler I do hope that the filename you quoted (Duet2combined----) is a typo as surely a mini 3 5+ would need the duet3 firmware (Duet3Firmware_Mini5plus.uf2).

      posted in Firmware installation
      Dougal1957undefined
      Dougal1957
    • RE: Smart effector flashing six times

      @droftarts Ian I have a feeling that your post is in the wrong thread. This one is re the smart effector not filament sensor!

      posted in Smart effector for delta printers
      Dougal1957undefined
      Dougal1957
    • RE: Duet 3 israeli distributer

      @adistr said in Duet 3 israeli distributer:

      Hi,
      who is the Israeli distributor of Duet3D?

      Thanks,
      Ado

      try https://en.ravmeimad.shop/duet3d

      posted in 3D Printing General Chat
      Dougal1957undefined
      Dougal1957
    • RE: steps per mm for Z axis

      @bertie-basset said in steps per mm for Z axis:

      23HM22-2804S

      looking at the specs for those motors there are 2.8 amps so your string in the M906 should I think be around 2000 and not the 800 you have set.

      posted in Tuning and tweaking
      Dougal1957undefined
      Dougal1957
    • RE: Thermocouple temperature fluctuations and bad soldering (solved)

      @dc42 said in Thermocouple temperature fluctuations and bad soldering:

      @verminsup said in Thermocouple temperature fluctuations and bad soldering:

      When the chamber is heating up the two temperatures on the first board go down to between 1c and -3c.
      When I open the door the temperature rises on the two temps under 0

      Are you saying that the temperatures are reading in reverse, i.e. they are OK at room temperature but when you increase the thermocouple temperature, the reading drops below room temperature instead of increasing? If so, swap the two thermocouple wires where they connect to the daughter board.

      David

      Does the thermocouple board work with J Type TC's

      posted in Duet Hardware and wiring
      Dougal1957undefined
      Dougal1957
    • RE: How to generate a bigger probing map (more point)

      @eddygara Eddy change the S parameter on the last line of your Bed.g change it from S4 to at least S6 or even S8 then run the calibration a few times to converge I have seen mention before mind of those moulded arms not calibrating to there normal length but you would need to search back for that info and I can't remember where it was I saw it either.

      HTH

      Doug

      posted in Tuning and tweaking
      Dougal1957undefined
      Dougal1957
    • RE: How to generate a bigger probing map (more point)

      @eddygara check the M557 line in your Config.g please post your Config.g as well

      posted in Tuning and tweaking
      Dougal1957undefined
      Dougal1957
    • RE: I need hands on support upgrading my Delta's firmware.

      it would also help if we knew which board you have?

      posted in Firmware installation
      Dougal1957undefined
      Dougal1957
    • Revo 5V fan on Duet3 mini

      As per title can a Revo 5V fan be connected to a 5V pin on one of the IO Ports (I know you can on a 6HC but not to sure about the 3 Mini).

      Probably a Question for DC42

      TIA Doug

      posted in Duet Hardware and wiring
      Dougal1957undefined
      Dougal1957
    • RE: Phaetus Hotend/ 713 Adapter? [Pic]

      @clearlynotstef said in Phaetus Hotend/ 713 Adapter? [Pic]:

      @dougal1957 doesn't align with the hotend holes, only the outside holes would align

      I guessed that would be the issue however I am informed by a friend that if you speak to 713maker he will do custom work and for him to just counterbore 4 additional holes shouldn't be a big for him also have you tried using button head screws instead of cap screws that would reduce the hight of the heads considerably and may allow for the 12mm collar to actually seat in the effector and locate it all.

      posted in Smart effector for delta printers
      Dougal1957undefined
      Dougal1957
    • RE: Phaetus Hotend/ 713 Adapter? [Pic]

      @clearlynotstef said in Phaetus Hotend/ 713 Adapter? [Pic]:

      Hi Friends. I want to give the Phaetus Rapido UHF a shot on my delta. It looked like it has the same mounting screws as the mosquito, so I bought the 713 Maker mosquito adapter which indeed fits, but the 4 bolts to attach the hotend are the point of contact with the bottom of the effector and would obviously focus the pressure of probing in 4 spots rather than dispersed across the effector. Any idea if this will be a problem? Should I put the red washer under the effector? Should I get a second red washer and put one on each side? Could I use a more easily sourced steel washer on one side (which?). It's a v3 effector so less prone to trace damage I believe. I'm open to any thoughts on how you'd approach!

      alt text
      https://i.imgur.com/xvOxiZR_d.webp?maxwidth=640&shape=thumb&fidelity=medium

      I think you are only supposed to use 2 screws with that adaptor as there are I believe 2 counter bored holes just for that purpose.

      2eb87c14-2b55-4fa4-8839-609c3bff30c1-image.png

      posted in Smart effector for delta printers
      Dougal1957undefined
      Dougal1957