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

    HenrikM

    @HenrikM

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Sweden

    HenrikM Unfollow Follow

    Latest posts made by HenrikM

    • RE: Motor idle noise ?

      @dc42:

      Send M906 I100 to set the idle current to 100% so that you can hear the noise better. Move the motors a little to turn them on. Then send the command I suggested and listen for any change in the idle motor noise. Ignore the error messages.

      hmm okay. X is maby little little less noise. hard to compaire. But Y have same sound. so not much diffrence there.
      There is more noise on Y axis. it has always been so. But it is same motor on Z. and they dident sounded like this with my mks board and TMC2100.

      They work nice and go very nice when they print. So just the idle noise.

      i use version 18rc1

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • RE: Motor idle noise ?

      @dc42:

      Try sending this command:

      M350 I999 X33203 Y33203 Z33203

      (that's a letter I before the 999). This is a bit of a guess because I don't have any motors with specifications close to yours to test with.

      Caution: don't play around with the XYZ values without understanding the TMC2660 data sheet. To go back to default values, use M350 I999 X65972 Y65972 Z65972.

      There is a slight bug in that sending this command will enable the XYZ motors if they are not already enabled, also disabling/enabling the motors will change the values a little. This will be fixed in the 1.18 release.

      When i send M350 I999 X33203 Y33203
      that come up.

      21:16:34 M350 I999 X33203 Y33203
      Drive X does not support 33203x microstepping with interpolation
      Drive Y does not support 33203x microstepping with interpolation

      do i send it or change my config?

      what does it do and does it only apply on my motors or other with same problem can try it?
      how did you come up with that numbers?

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • RE: Motor idle noise ?

      @dc42:

      What is the inductance of the noisy motors, and what current do you run them at?

      http://omc-stepperonline.kancart.com/item_detail/122-0-9deg-Nema-17-Bipolar-Stepper-Motor-2A-46Ncm-17HM19-2004S#!detail

      2A runing at 1600mah
      3.0 mH+-20% (1KHz)

      My titan i cant Look up now. It is there "official motor" 0.9.

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • RE: BLTouch working

      Great! Thanks. Will try it later 🙂

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • RE: BLTouch working

      That wiring is correct.
      My bltouch is working perfect and i tried a extreme bed compensation with 1.5 mm high on one side and 1.5 mm low on other side and i got a Perfect first layer 🙂

      BUT is there a code or something so you can "fade" out the compensation. that compensation makes the Z move around and can make ugly prints.

      I had that on marlin with my mks board. 3mm was the compensation Then it dont compensate anymore and the print is level.
      I have not tried that gcode that fades out in Marlin on my Duet. And i am not on my computer now so i cant see what that gcode is.

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • RE: Motor idle noise ?

      I have playing around with diffrent idle currents and microsteppings and it dont change a thing. Same sound.

      BUT my Z motor is quite. No sound on that.
      I "heard" that when i playing around and start them one at a time. If i only start Z there is No sound.

      So all my 0.9 deg motors are making that sound. X, Y and extruder. Have titan with ther 0.9deg motor

      i run everything on 24v.

      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM
    • Motor idle noise ?

      i have this motor idle noise when my motors are on. i dident have that when i have the mks board with TMC2100.

      is it normal or what can it be?

      This on X and Y.
      0.9 deg and 2A. Running in 1600mah
      17HM19-2004S

      On Z.
      1.8deg 1.3A Running in 900mah
      Busheng 17HD40005-22B

      https://youtu.be/cyaQE_TGiWY

      ; Configuration file for Duet WiFi (firmware version 1.17)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Sat Mar 04 2017 15:46:00 GMT+0100 (W. Europe Standard Time)
      
      ; General preferences
      M111 S0 		; Debugging off
      G21 			; Work in millimetres
      G90 			; Send absolute coordinates...
      M83 			; ...but relative extruder moves
      M555 P2 		; Set firmware compatibility to look like Marlin
      M208 X0 Y0 Z0 S1 	; Set axis minima
      M208 X340 Y250 Z280 S0  ; Set axis maxima
      
      ; Endstops
      M574 X1 Y1 Z1 S0 			; Define active low and unused microswitches
      M558 P5 X0 Y0 Z1 H5 F200 T6000 		; Set Z probe type to modulated, the axes for which it is used and the probe + travel speeds
      G31 X-40 Y7 Z0.9 P50 			; Set Z probe trigger value, offset and trigger height
      
      					;Z-offset. Higher value LOWER nozzle height					
      					;	   Lower value RAISE nozzle height
      
      M557 X10:340 Y10:240 S68 		; Define mesh grid
      
      M307 H3 A-1 C-1 D-1			; disable heater 3, which makes it available for use to control the BLTouch
      
      ; Drives
      M569 P0 S1 	; Drive 0 goes forwards  - X
      M569 P1 S0 	; Drive 1 goes backwards - Y
      M569 P2 S0 	; Drive 2 goes backwards - Z
      M569 P3 S1 	; Drive 3 goes forwards - Extruder
      
      M350 X16 Y16 Z16 E16  I1		; Configure microstepping with interpolation	16
      M92 X160 Y160 Z1600 E800 		; Set steps per mm				16
      
      M566 X600 Y420 Z12 E120 		; Set maximum instantaneous speed changes (mm/min)
      M203 X6000 Y6000 Z500 E400 		; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z1000 E250 		; Set accelerations (mm/s^2)
      M204 P500 T1000				; Set Max acceleration for P=printing moves and T=travel moves
      M906 X1600 Y1600 Z900 E1000 I30 	; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 				; Set idle timeout
      
      ; Heaters
      M143 S285 					; Set maximum heater temperature to 285C
      ;M305 P1 X101
      
      M305 P1 T107000 B10832 C4.891620e-7  R4700 			; Set thermistor + ADC parameters for heater 0 - BED
      M305 P0 T99600 B4388 C0 R4700 					; Set thermistor + ADC parameters for heater 1 - HOTEND
      
      M307 H0 P96.0, I3.285, D603.9			;Bed
      ;M307 H1 P1.1, I0.011, D51.5 			;Hotend pid
      
      M307 H1 P17.8, I0.055, D74.9			;Hotend ny pid
      
      ; Tools
      M563 P0 D0 H1 ; 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
      
      ; Network
      M550 Black Widow ; Set machine name
      M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
      
      ; Fans
      M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
      
      ; Custom settings are not configured
      
      
      posted in Duet Hardware and wiring
      HenrikMundefined
      HenrikM