Jump to content

UM2+ und neues Duetwifi Board


Minimaxer

Recommended Posts

Posted · UM2+ und neues Duetwifi Board

Hallo, ich habe für den UM2+ ein neues Duetwifi Board geordert. Zunächst auch nur die Termistoren und Stromversorgung angeschlossen. Nun zeigen die Termistoren von Hotend und Heizbett so um die 316 Grad an. Wenn ich diese vom Board trenne dann 2000 Grad - wäre ja normal. Ich hab noch keine Zeile G-Code geändert.

 

Die config.g:

 

; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Sat Dec 28 2019 00:04:16 GMT+0100 (CET)

; General preferences
G90                                     ; send absolute coordinates...
M83                                     ; ...but relative extruder moves
M550 P"My Printer"                      ; set printer name

; Network
M552 S1                                 ; enable network
M586 P0 S1                              ; enable HTTP
M586 P1 S0                              ; disable 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 S0                              ; physical drive 2 goes backwards
M569 P3 S1                              ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3                        ; set drive mapping
M350 X256 Y256 Z256 E256 I0             ; configure microstepping without interpolation
M92 X80.00 Y80.00 Z4000.00 E420.00      ; set steps per mm
M566 X900.00 Y900.00 Z12.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 X220 Y220 Z200 S0                  ; set axis maxima

; Endstops
M574 X1 Y1 Z1 S1                        ; set active high endstops

; Z-Probe
M558 P0 H5 F120 T6000                   ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20                ; define mesh grid

; Heaters
M305 P0 T100000 B4138 R4700             ; set thermistor + ADC parameters for heater 0
M143 H0 S120                            ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700             ; set thermistor + ADC parameters for heater 1
M143 H1 S280                            ; set temperature limit for heater 1 to 280C

; Fans
M106 P0 S0 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

; Tools
M563 P0 D0 H1 F0                        ; 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
 

Bildschirmfoto 2019-12-28 um 14.57.28.png

  • Link to post
    Share on other sites

    Posted · UM2+ und neues Duetwifi Board

    Hi,

     

    20 hours ago, Minimaxer said:

    Der UM2+ hat PT100 Sensoren - ich brauche also ein extra Tochterboard um die beiden Sensoren anzuschließen:-(((

     

    Das ist richtig, du braucht ein PT100 Daughter Board (falls notwendig kannst du auch zwei übereinander einstecken z.B. für´´´´´ ´s Dual drucken)

     

     

    Ist dein UM sonst noch Standard?

    Sehe einige Sachen die nach meinen wissen so nicht funktionieren!

     

    Gruß

  • Link to post
    Share on other sites

    Posted (edited) · UM2+ und neues Duetwifi Board

    Hallo - ja da sind noch ein paar Sachen - z.B. hab ich mir gleich den Hotendlüfter zerschossen, der hat ja nur 5V anstatt 12v - mein Fehler die Jumper standen auf 12V(man hätte ja auch als Standard auf 5V stehen können, auf 12v kann ich immer stecken).

    Dann kann ich die Achsen nicht verifizieren usw. - bin kurz davor wieder das Ultiboard wieder ein zubauen;-(

     

    Hast du noch ein paar Tips für mich? Ich hatte mir das einfacher vorgestellt - ist auch nicht mein erster Drucker den ich umbaue. Aber das Duett ist schon sehr speziell.

     

    Der UM2+ ist noch Standard - nix weiter umgebaut.

     

    Viele Grüße Uwe

    Edited by Minimaxer
  • Link to post
    Share on other sites

    Posted · UM2+ und neues Duetwifi Board

    Mein Duet umbau ist schon etwas länger her, sind es aber nicht 24 Volt da die zwei Seitenlüfter in reihe mit jeweils 12Volt laufen?

    Also der jumper stellt von 24 Volt (das Ultimaker Netzteil hatte 24 Volt) auf 5 Volt um, meines wissen. Also muss der jumper auf "VIN Versorgung" stehen, sonst laufen die Seitlichen Lüfter nicht mehr

     

    Ich habe die 5 Volt von PIN1 von Expansion Steckplatz geholt und dann mit FAN1 GND verbunden, genau so wie in diesen Video.

    https://www.youtube.com/watch?v=VNkVqTN0v_Y&t=9s

     

     

    Hier ist meine Motoren Config (habe meinen auf Dual umgebaut):

    (ich verrate aber nicht gleich alles, einmal sollst du ja noch was denken 😊und zweitens habe ich aktuell nicht mehr zeit)

     

    On 12/28/2019 at 9:25 PM, Minimaxer said:

    M584 X0 Y1 Z2 E3                        ; set drive mapping

     

    Hier fehl noch das P3

    meine config:

    M584 X0 Y1 Z2 P3

     

    Weiteres passen diese werte überhaupt nicht zusammen:

    On 12/28/2019 at 9:25 PM, Minimaxer said:

    M350 X256 Y256 Z256 E256 I0             ; configure microstepping without interpolation
    M92 X80.00 Y80.00 Z4000.00 E420.00      ; set steps per mm

     

    Meins:

    M350 Z128 E64 I0					; Configure microstepping without interpolation
    M350 X16 Y16 I1						; Configure microstepping with interpolation
    M92 X80 Y80 Z3200 E1969.8			; Set steps per mm

    Alle Steps die nicht mit 16 laufen musst du ausrechnen, bzw. die Z-Achse läuft ja bei UM Board nur mit 8 Microschritte.

    Die E-Steps kannst du nicht übernehmen da ich einen Bondtech drin habe, kein Standard UM Fedder mehr

    Ich Empfehle dir nur die X und Y Achse mit der Interpolation laufen zu lassen

     

    Ich empfehle dir beim probieren die Motorströme zu senken, macht weniger schaden wenn der drucker nicht das macht was er soll. (M906)

     

    Grüße Gerd

     

    P.S.: Duet ist ein schönes Board für Bastler, man muss sich nur stark damit befassen

    • Thanks 1
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...