Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. mfoltz
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mfoltz

    @mfoltz

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

    mfoltz Follow

    Best posts made by mfoltz

    This user hasn't posted anything yet.

    Latest posts made by mfoltz

    • RE: Duet Wifi Not Completing Startup

      Have now tried re uploading firmware and using 2 other sd cards. after firmware reload Diag led went off until i put the new sd card in.

      posted in Duet Hardware and wiring
      mfoltz
      mfoltz
    • RE: Duet Wifi Not Completing Startup

      Pulled the card Diag led still lit, put the card in my computer to check contents and they are still there.

      posted in Duet Hardware and wiring
      mfoltz
      mfoltz
    • Duet Wifi Not Completing Startup

      My Duet Wifi V1.02 will power on as does my PanelDue but it seems to get stuck there it will not connect or do anything else. All the status lights are on solid. I have been using it for 2 years now with no problem until now. attached pictures are showing as far as start up gets. !20200327_132112.jpg 20200327_132122.jpg 20200327_132129.jpg

      posted in Duet Hardware and wiring
      mfoltz
      mfoltz
    • RE: SD card issue

      just tried a different card. worked. thanks

      posted in Firmware installation
      mfoltz
      mfoltz
    • RE: SD card issue

      FAT32 with no label

      posted in Firmware installation
      mfoltz
      mfoltz
    • SD card issue

      I was doing some rewiring on my delta and for some reason like a dummy i took out my sd card and then lost it. I have followed all the steps on th wiki several times and on M997 S0 i get[ SENDING:M997 S0
      M997: Firmware binary "Duet2CombinedFirmware.bin" not found]
      so then I run M21 and get [SENDING:M21
      M21: Cannot mount SD card 0: code 13]

      posted in Firmware installation
      mfoltz
      mfoltz
    • Always on fans

      Is it possible to use the M42 command to switch the always on fan connections on and off or are they truely always on?

      posted in Tuning and tweaking
      mfoltz
      mfoltz
    • RE: Firmware 1.21 thermostatic fan

      I should also mention that it still shuts the fan off ok during cool down.

      posted in Firmware installation
      mfoltz
      mfoltz
    • Firmware 1.21 thermostatic fan

      A few days ago I updated to the final 1.21 firmware and kept having a jamming issue. I ended up discovering that my hotend fan which has been setup for thermostatic operation at 45c was not coming on at all unless I manually turned it on with the slider or gcode. I haven't changed any of the settings since the update.

      here is my config

      ; 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 Oct 29 2017 15:41:30 GMT-0400 (US Eastern Daylight 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
      M665 R175.0545 L305.5553 B130 H335 X0.2123 Y-0.2632 Z0.00; Set delta radius, diagonal rod length, printable radius and homed height
      M666 X0.372 Y0.013 Z-0.384 ; Put your endstop adjustments here, or let auto calibration find them
      M208 Z0 S1 ; Set minimum Z

      ; Endstops
      M574 X2 Y2 Z2 S1 ; Define active low and unused microswitches
      M558 P5 R0.4 F500 A3 S20 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
      G31 P50 X0 Y0 Z-0.15 ; Set Z probe trigger value, offset and trigger height
      M557 R90 S20 ; Define mesh grid

      ; 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 forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M350 X32 Y32 Z32 E32 I0 ; Configure microstepping without interpolation
      M92 X400 Y400 Z400 E300 ; Set steps per mm
      M566 X720 Y720 Z720 E12000 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z18000 E12000 ; Set maximum speeds (mm/min)
      M201 X720 Y720 Z720 E12000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E1200 I60 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S50 ; Set idle timeout

      ; Heaters
      M143 H1 S290 ; Set maximum heater temperature to 290C
      M143 H0 S85 ; Set maximum bed temperature to 85C
      M305 P0 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 0
      M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
      M563 P1 D1 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 PThe Bruise 3.1 ; Set machine name
      M552 S1 ; Enable network
      M587 S"AARGH" P"406dbn20" ; 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 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P2 S0 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Custom settings are not configured
      M915 X Y Z E S30 F0 H400 R3
      M307 H0 B0
      M579 X0.9975 Y0.9925 Z0.98
      M307 H2 A-1 C-1 D-1
      M501

      posted in Firmware installation
      mfoltz
      mfoltz
    • RE: MRRF 2018

      I was there Saturday and was suprised by how many duets I spotted just by the use of paneldues. It was amazing!

      posted in General Discussion
      mfoltz
      mfoltz