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

    mokash

    @mokash

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

    mokash Unfollow Follow

    Latest posts made by mokash

    • RE: M190 not waiting

      @dc42 I'm trying to have my prints auto eject, 30C seems reasonable especially with a fan blowing over the bed. Is there any other command that will allow me to run my eject script at a specified temperature?

      I'm using a sheet of FR-4 as a build surface which releases quite nicely at room temperature, more experimentation is need before I can find the max release temperature. Quinly is using 27C

      posted in Duet Hardware and wiring
      mokashundefined
      mokash
    • RE: Motors loud when running

      @phaedrux Just updated to 3.3 rc2 no change

      posted in General Discussion
      mokashundefined
      mokash
    • Motors loud when running

      Hi everyone, I recently converted my Voxelab Aquila (ender 3 v2 clone) to a duet 3 mini 5+ using the ender 3 guide and now
      my motors a making a very strange sound. They aren't loud like the A4988, they are loud in the sense that they sound wrong. They sound like air leaking from a tank, but with a shallow high frequency beat. Its way louder than my other boards and sounds very wrong like something is not the way it should be.

      The sound is only there during movement, the motors are dead silent during idle. Iv'e tried different modes with similar results e.g. M569 D0-3 ; M350 I0 and I1; and different micro step configurations

      I did have issues with the 5v rail because Creality decided to mess with all wire colors on their version of the bl-touch but once I sorted it the board worked fine. I doubt I caused any damage but worth mentioning.

      ; Configuration file for Duet 3 Mini 5+ (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Thu May 13 2021 11:27:24 GMT-0700 (PDT)
      
      ; General preferences
      G90                                          ; send absolute coordinates...
      M83                                          ; ...but relative extruder moves
      M550 P"Groot"                                ; set printer name
      
      ; Network
      M552 P0.0.0.0 S1                             ; enable network and acquire dynamic address via DHCP
      M586 P0 S1                                   ; enable HTTP
      M586 P1 S0                                   ; disable FTP
      M586 P2 S0                                   ; disable Telnet
      
      ; Drives
      M569 P0 S0                                 ; physical drive 0.0 goes backwards
      M569 P1 S0                                 ; physical drive 0.1 goes backwards
      M569 P2 S1                                 ; physical drive 0.2 goes forwards
      M569 P3 S0                                 ; physical drive 0.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 Z1600.00 E417.00           ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E300.00          ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E3600.00      ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E2500.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 X220 Y245 Z250 S0                       ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io5.in"                         ; configure active-high endstop for low end on X via pin io5.in
      M574 Y1 S1 P"io6.in"                         ; configure active-high endstop for low end on Y via pin io6.in
      M574 Z1 S2                                   ; configure Z-probe endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"io3.out"                           ; create servo pin 0 for BLTouch
      M558 P9 C"^io3.in" H3 F120 T6000             ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X-44 Y-17 Z2.5                      ; set Z probe trigger value, offset and trigger height
      M557 X15:215 Y15:195 S20                     ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                           ; create bed heater output on out0 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 S120                                 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1                           ; create nozzle heater output on out1 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"out3" Q500                         ; create fan 0 on pin out3 and set its frequency
      M106 P0 C"PartEject" S0 H-1                  ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"out4" Q500                         ; create fan 1 on pin out4 and set its frequency
      M106 P1 S0 H-1                               ; set fan 1 value. Thermostatic control is turned off
      M950 F2 C"out5" Q500                         ; create fan 2 on pin out5 and set its frequency
      M106 P2 C"HotEnd" S0 H1 T45                  ; set fan 2 name and value. Thermostatic control is turned on
      M950 F3 C"out6" Q500                         ; create fan 3 on pin out6 and set its frequency
      M106 P3 C"Part Cool" S0 H-1                  ; set fan 3 name and value. Thermostatic control is turned off
      
      ; Tools
      M563 P0 S"HotEnd" D0 H1 F3                   ; 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
      T0                                           ; select first tool
      
      
      
      posted in General Discussion
      mokashundefined
      mokash
    • RE: Z-offset increasing after a print

      @phaedrux
      Just found this under the 1.21.1 release notes

      "If G30 was used to set an accurate Z height after mesh bed probing or loading a height map, if bed compensation was then cancelled then any Z offset from the height map remained. One consequence of this was that if bed probing was run again, the original height map Z offset was carried through to the new one, but the sign of the offset was reversed."

      I'll try to update when I get home tonight

      posted in Tuning and tweaking
      mokashundefined
      mokash
    • RE: Z-offset increasing after a print

      @phaedrux said in Z-offset increasing after a print:

      e baby stepping constant

      It's a d-bot 300x300 using this z setup (motors on the side) and an 8mm inductive probe on an aluminum bed covered with one of these build surfaces.

      bondtech BMG Bowden with about 660mm PTFE tube

      I don't know if mesh grid compensation is working or not, I have it configured in my config g and the bed probes. And I have G29 S1 in the config as well, so I think that's it right?

      posted in Tuning and tweaking
      mokashundefined
      mokash
    • RE: Z-offset increasing after a print

      @phaedrux
      My firmware version is 1.21 (2018-03-21) Yes, I have my z axis minima at -2 so that I can baby step and get around with my leveling issues.

      posted in Tuning and tweaking
      mokashundefined
      mokash
    • Z-offset increasing after a print

      Hi, my leveling isn't so in tune so when I start a print I like to use baby stepping, pausing and restarting and such to the the first layer right. but when I home Z after canceling a print the z offset increases by a millimeter or so. For example say my Z offset was Z-1 and my H parameter in M558 was 3, after homing I should see Z at position 4 in the machine status box. I do see this after a reboot/reset, but if I home after canceling a print that number increases to something like 5 or 6. the only way to get it bak to normal is to restart the board. If I try printing with this new offset the head crashes into the bed. also if I run mesh leveling in this state it will show the bed that much lower even though its homed first in the center of the bed.

      alt text
      https://ibb.co/dzNGoV

      Side note may be related, I can't seem to get mesh leveling to work. Its either over compensating, making some points higher or not working at all and its just my bed.

      0_1541706170793_config.g

      ; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Sun Dec 17 2017 13:32:42 GMT-0800 (PST)
      
      ; General preferences
      M111 S0 ; Debugging off
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P1 ; Set firmware compatibility to look like RepRapFirmare
      
      M667 S1 ; Select CoreXY mode
      M208 X0 Y0 Z-2.0 S1 ; Set axis minima
      M208 X360 Y345 Z345 S0 ; Set axis maxima
      
      
      ; Endstops
      M574 Z0 S2 ; Set active low endstops
      M574 X1 Y2 ; Set active high endstops
      M558 P5 I1 T6000 H3 F6000; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
      G31 X14 Y2 Z1.65 ; Set Z probe trigger value, offset and trigger height
      M557 X40:315 Y70:320 S40 ; probe from X=40 to 300, Y=50 to 320mm with a mesh spacing of 50mm
      G29 S1
      
      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S0 ; Drive 3 goes backwards
      M350 X32 Y32 Z32 E32 I1 ; Configure microstepping with interpolation
      ;
      M92 X200 Y200 Z800 E830 ; Set steps per mm
      ;
      ; Acceleration
      M566 X600 Y600 Z50 E600 ; Set maximum instantaneous speed changes (mm/min)
      M203 X30000 Y30000 Z2400 E10000 ; Set maximum speeds (mm/min)
      M201 X2000 Y2000 Z100 E4000 ; Set accelerations (mm/s^2)
      M572 D0 S0.15
      M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      
      ; Heaters
      
      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B3950 C0 R4700  ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120                              ; Set temperature limit for heater 0 to 120C
      
      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      M307 H1 A542.0 C224.8 D5.3 B0
      
      
      ; 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 PD-bot ; Set machine name
      M587 S"TP-Link_B3F2" P"********"
      M587 S"Linksys01868" P"********"
      M552 S1 ; Enable network
      ; M587 S"Belkin.4832" P"********" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      
      
      ; Fans
      M106 P0 S0 I0 F250 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
      
      ; Custom settings
      ; Comment out the default M558 and  replace it with this
      ;M558 P5 I1 T1000 H7
      
      ; Miscellaneous
      T0 ; Select first tool
      ; M671 X-40:40:315:315 Y70:70:320:320 ; Z level screws are at (40,70), (40,320) and (315,70)
      
      
      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Sun Dec 17 2017 13:32:42 GMT-0800 (PST)
      G91               ; relative positioning
      G1 Z1 F6000 S2      ; lift Z relative to currnt position
      G90                ; back to absolute mode
      G1 X202 Y200 F6000 ; put head over the centre of the bed, or wherever you want to probe
      G30 ;lower head, stop when probe triggered and set Z to trigger height
      ;G91
      ;G1 S1 Z-270 F6000 ; move Z down until the switch triggers
      ;G91               ; relative positioning
      ;G1 Z1 F6000       ; lift Z relative to current position
      ;G90                ; back to absolute mode
      ;G1 S1 Z -10 F6000
      ;G92 Z0.3          ; set Z position to trigger height
      
      ; Uncomment the following lines to lift Z after probing
      ;G91              ; relative positioning
      ;G1 Z7 F100       ; lift Z relative to current position
      ;G90              ; absolute positioning
      posted in Tuning and tweaking
      mokashundefined
      mokash