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

    Maut

    @Maut

    2
    Reputation
    1
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Maut Unfollow Follow

    Best posts made by Maut

    • RE: Wep Page Disconnections

      @dc42 said in Wep Page Disconnections:

      @chas2706 said in Wep Page Disconnections:

      ; Network
      M552 P192.168.1.6 ; Configure static IP address.

      Are you quite certain that nothing else uses that IP address? Your router might be assigning it to something else via DHCP. I suggest you check your router settings, to make sure that the pool of available DHCP addresses doesn't include 192.168.1.6. If it does, then move the Duet's IP address to be outside that range.

      I think it's good practice to set a static IP for the Duet on the router itself.

      posted in General Discussion
      Mautundefined
      Maut
    • Pressure advance calibration

      Hi, I ran a calibration script (modified Marlin linear advance script) for pressure advance and I'm not really sure how to diagnose the results:
      0_1546721676318_IMG_20190105_224001_HHT.jpg

      Calibration script:
      https://pastebin.com/JE75Ya5Y

      Config.g:
      https://pastebin.com/fPz16j1q

      Using Bondtech BMG with Bowden (about 600mm length), Capricorn tube and e3d v6. Retraction distance is 3mm@45mm/s

      What am I looking for? What parameters should I play with?

      Thanks!

      posted in Tuning and tweaking pressure advance
      Mautundefined
      Maut

    Latest posts made by Maut

    • RE: Duet3 + Pi4 + HDMI Touchscreen virtual keyboard

      Hi, not the best solution, but I'm booting into the duet web page using chromium in kiosk mode and using a virtual keyboard add-in for chrome.

      Still have some issues though... If you find something better I would like to know 🙂

      posted in DSF Development
      Mautundefined
      Maut
    • RE: Wep Page Disconnections

      @dc42 said in Wep Page Disconnections:

      @chas2706 said in Wep Page Disconnections:

      ; Network
      M552 P192.168.1.6 ; Configure static IP address.

      Are you quite certain that nothing else uses that IP address? Your router might be assigning it to something else via DHCP. I suggest you check your router settings, to make sure that the pool of available DHCP addresses doesn't include 192.168.1.6. If it does, then move the Duet's IP address to be outside that range.

      I think it's good practice to set a static IP for the Duet on the router itself.

      posted in General Discussion
      Mautundefined
      Maut
    • RE: Internet with Raspberry Pi and Crossover Cable?

      Yes, you can use the Pi as a router. I'm using something similar on my Duet Maestro and Pi:

      https://github.com/arpitjindal97/raspbian-recipes/blob/master/README.md

      https://github.com/arpitjindal97/raspbian-recipes/blob/master/wifi-to-eth-route.sh

      posted in Duet Hardware and wiring
      Mautundefined
      Maut
    • Pressure advance calibration

      Hi, I ran a calibration script (modified Marlin linear advance script) for pressure advance and I'm not really sure how to diagnose the results:
      0_1546721676318_IMG_20190105_224001_HHT.jpg

      Calibration script:
      https://pastebin.com/JE75Ya5Y

      Config.g:
      https://pastebin.com/fPz16j1q

      Using Bondtech BMG with Bowden (about 600mm length), Capricorn tube and e3d v6. Retraction distance is 3mm@45mm/s

      What am I looking for? What parameters should I play with?

      Thanks!

      posted in Tuning and tweaking pressure advance
      Mautundefined
      Maut
    • RE: IR probe and Duet Maestro

      Thanks, but would it be a problem for my printer? The two flashes mean digital output, but I'm using the analog output anyway, am I right?
      If it's a problem, what else should I look into?

      posted in IR Height Sensor
      Mautundefined
      Maut
    • RE: IR probe and Duet Maestro

      This is my M558 command in config.g:

      M558 P1 H5 F120 T6000

      And my full config.g:

      ; Configuration file for Duet Maestro (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;

      ; 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
      ; Automatic saving after power loss is not enabled
      M208 X0 Y0 Z0 S1 ; Set axis minima
      M208 X210 Y205 Z195 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S1 ; Set active high endstops
      M574 Z1 S2 ; Set endstops controlled by probe
      M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X0 Y19.22 Z2.850 ; Set Z probe trigger value, offset and trigger height
      M557 X10:210 Y20:200 S20 ; Define mesh grid

      ; Drives
      M569 P0 S0 ; Drive 0 goes backwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S0 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I1 ; set 16x microstepping with interpolation
      M92 X80 Y80 Z400 E831 ; Set steps per mm
      M566 X1200 Y1200 Z60 E300 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z600 E3600 ; Set maximum speeds (mm/min)
      M201 X3000 Y3000 Z50 E1000 ; Set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1000 E1300 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      M671 X110:15:205 Y15:195:195 P0.5

      ; Heaters
      M305 P0 T100000 B3950 C0 R2200 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M307 H0 A131.4 C339.7 D1.0 B0 ; Set PID parameters for heater 0 (bed) at 60C
      M305 P1 T100000 B4725 C7.060000e-8 R2200 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
      M307 H1 A361.8 C225.6 D5.8 B0 ; Set PID parameters for heater 1 (hotend) at 210C

      ; 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

      ; Fans
      M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S0 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Custom settings are not configured

      ; Miscellaneous
      T0 ; Select first tool

      posted in IR Height Sensor
      Mautundefined
      Maut
    • IR probe and Duet Maestro

      Hi, I've recently upgraded my Duet 0.8.5 to the Duet Maestro and while wiring my IR probe (the same one I had used before) I noticed it only blinks twice instead of four times at power up. It does seem to work - homes correctly and outputs a height map, don't know if the readings are correct though.

      What am I missing?

      Using RRF 2.01 and AUS3D v1.4 Z probe.

      I've checked the wiring: analog output<->z probe in, vcc<->3.3v, gnd<->gnd.

      Thanks!

      posted in IR Height Sensor irprobe maestro
      Mautundefined
      Maut
    • RE: Upgrading Duet 0.8.5 to the Duet Wifi/Maestro

      @dc42 thanks! My motors are rated for 1.7A and I'm running them at 1A for XYZ and 1.3A for the extruder. I'm running firmware version 1.22, what about the transition to the 2.0 firmware?

      posted in General Discussion
      Mautundefined
      Maut
    • Upgrading Duet 0.8.5 to the Duet Wifi/Maestro

      Hi, I'm currently using Duet 0.8.5 with latest stable firmware on my cartesian printer (my customized ultimaker clone) so I thought about upgrading to the Duet Wifi/Maestro and I have a few questions:

      1. My printer is currently pretty noisy, would it help reduce noise?
      2. I haven't seen any reviews on the Duet Maestro, are there any impressions from someone using it?
      3. What should I take into account when upgrading? Can I use the same config file?

      Thanks,
      Roi

      posted in General Discussion
      Mautundefined
      Maut
    • RE: Recommendation for Insul. Crimp Terminals Crimping Tool?

      I'm using this one:
      https://www.amazon.com/Titan-Tools-11477-Ratcheting-Terminal/dp/B0069TRKJ0

      posted in Duet Hardware and wiring
      Mautundefined
      Maut