Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. mickey30m
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 73
    • Best 1
    • Controversial 0
    • Groups 0

    mickey30m

    @mickey30m

    1
    Reputation
    5
    Profile views
    73
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mickey30m Unfollow Follow

    Best posts made by mickey30m

    • RE: My prints are in mirror, but the axis are good.

      @dc42

      Sorry for the misunderstanding.

      I think now everything is working good...
      i go make a print and lett you know..

      but what a super nice board is it....

      first it is a little bit looking for everything.

      but change homex.g and no need to reboot or whatever....
      damnnn

      In the beginning I thought it was a lot of money for a new board. but after a bit of looking around and reading. I was up. and now I am completely up. and I regret that I did not switch sooner ...

      soon to buy two more for a DIY project.

      Super thanks

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m

    Latest posts made by mickey30m

    • RE: when print temp go to 0

      @timcurtis67 hi

      my fan is connected to a pwm port. if i have it correct port 2.

      i can control it in dwc but he is always on, on a low output in the beginning, and when i move the slicer up in dwc he going to high flow.

      so i can control but i cannot get it off. this is not slicer related because in dwc is the problem also

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • RE: when print temp go to 0

      @ayudtee this works indeed. !!

      i have only one problem with my fan. my tool fan is always on.
      is my fan code good?

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • when print temp go to 0

      hi everyone,

      when i hit print or upload and start a print my temp go to 0

      i must change it in the drop down menu to the temp i want. than he print good.

      someone know where to look. this is my config.g

      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards Hotend left right
      M569 P1 S0 ; Drive 1 goes backwards Bed
      M569 P2 S1 ; Drive 2 goes backwards Z
      M569 P3 S1 ; Drive 3 goes forwards E1
      ;M569 P4 S1 ; Drive 4 goes forwards (Z2 in the E1)

      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X80 Y80 Z419 E420:400 ; Set steps per mm
      M566 X900 Y900 Z20 E120:12 ; Set maximum instantaneous speed changes (mm/min) z=12
      M203 X4800 Y4800 Z1500 E1200:960 ; Set maximum speeds (mm/min) default z = 960
      ;M201 X1000 Y100 Z1000 E250:500 ; Set accelerations (mm/s^2)
      M201 X500 Y50 Z500 E250:500 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800:800 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      M207 S4.0 F2400 Z0.075 ; firmware retraction

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X320 Y300 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y0 Z1 S0 ; Set active low endstops

      ;M572 D0 S0.1
      M558 P4 X0 Y0 Z0 ; smart IR Z probe, used for homing Z axis only, dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min, no recovery time

      ; Heaters
      M301 H1 P10 I0.2 D50 T0.3 S1.0
      M301 H0 P10 I0.2 D50 T0.3 S1.0

      M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
      M305 P0 T100000 B4138 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

      ; Fans
      M106 P0 T45 H1
      M106 P1 T45 H1
      M106 P2 T45 H1
      M106 P3 T45 H1

      ; 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

      							; Automatic saving after power loss is not enabled
      

      M911 S10.0 R13.0 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000"

      M501 ; Custom settings are not configured

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • RE: upgrade my tornado with my duet

      Now i want to add a tl-feeder from trianglelabs.

      But i get a error that no tool is selected.

      posted in Tuning and tweaking
      mickey30m
      mickey30m
    • RE: upgrade my tornado with my duet

      i have everything now working.

      now i need to calibrate everything

      posted in Tuning and tweaking
      mickey30m
      mickey30m
    • upgrade my tornado with my duet

      Hi

      i change my tarantula for a Tevo Tornado. now i want to upgrade my tornado with my Duet Wifi.
      I got almost everything working. but only my thermosistor stay on 2000c

      and when i change my homing files i dont have no bltouch any more.
      (maybe later)

      but when i home x the meaning is that he go to the swtitch and when hit go some mm back and again go to switch.
      now he go to the switch and dont do it a second time. only one time.

      this is my homex.g
      G91 ; relative mode
      G1 S2 Z4 F200 ; raise head to avoid dragging nozzle over the bed
      G1 S1 X-350 F3000 ; move up to 240mm in the -X direction, stopping if the homing switch is triggered
      G1 X4 F600 ; move slowly 4mm in the +X direction
      G1 S1 X-10 ; move slowly 10mm in the -X direction, stopping at the homing switch
      G1 S2 Z-4 F200 ; lower the head again
      G90 ; back to absolute mode

      home y is the same but change the x for y

      the same for y and z.

      z is also a limit switch.

      thanks

      posted in Tuning and tweaking
      mickey30m
      mickey30m
    • RE: Fan connectors dont work anymore

      @dc42 when i measure the volts. i get on the left connector. 0.00 and on the other connectors 0.15volt

      @dc42 an idea why?
      i dont see things that are damaged

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • RE: Fan connectors dont work anymore

      @dc42 blade fuse is the blue (car fuse) ?

      I now have disconnected everything so i will check IT and put power on it to test

      Question when i disconnected everything and power the board. And in web control i slide the fan on. It will put power on the fan connector?

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • RE: Fan connectors dont work anymore

      @dc42 ![alt text](2_1538628932470_October 04, 2018 at 0649AM.jpg 1_1538628932470_October 04, 2018 at 0648AM.jpg 0_1538628932469_October 04, 2018 at 0647AM.jpg image url)

      someone tell me if the mosfet is done??
      ;-)_

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m
    • RE: Fan connectors dont work anymore

      @dc42 link text is this the right one, i dont can buy it from farnell because they dont accept my creditcard for some reason.

      posted in Duet Hardware and wiring
      mickey30m
      mickey30m