Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. georgepaul
    3. Posts
    • Profile
    • Following 3
    • Followers 0
    • Topics 8
    • Posts 53
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by georgepaul

    • RE: Trying to tune extruder. What might I be missing

      What is the layer height that you are printing with.. it can so happen that the extruder is pushing more that what is coming out and pressure is building up in the extruder.

      Also check your layer change and retraction settings in the slicer. probably layer height change is taking a long time.

      you can also read through the gcode that is generated and check for unwanted codes or change in feedrate.

      posted in Tuning and tweaking
      georgepaulundefined
      georgepaul
    • Cooling and Heating with PELTIER

      I read a few posts that talk about peltier heating OR cooling and also found one post that talks about both together but I believe it is still incomplete.

      i know i need to use a relay to switch on and OFF the peltier and a DPDT/H-bridge to switch polarity on the peltier.

      But on the firmware side, i am new with 0% programming knowledge so i need some help there. I read on one post, where David said its not in Heat.cpp but in pid.cpp

      https://forum.duet3d.com/topic/5057/reverse-polarity-of-heater-peltier-heating-cooling/31

      But what next.???

      posted in General Discussion
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      i am just making sure i don't fry the board by doing something wrong😇

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      my doubt is whether this can be done;

      ZProbe.png

      and if i wanted to connect two probes can one more be connected in the E0 endstop STP pin for the U axis?

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      Then i tried using theProbe for the U axis and i made this tiny change in the config.g file;

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Set active low and disabled endstops
      M574 U1 S2

      And that too worked fine

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      Ok so i did connect a Zprobe and got it working. I made the following changes and it worked for the NPN inductive sensor that I scavenged.
      ZProbe.png

      I made the following wiring. I used the IN4007 because i dint have anything else on me.

      The following config changes were done;

      **; Endstops
      M574 X1 Y1 U1 S0 ; Set active low and disabled endstops
      M574 Z1 S2

      ; Z-Probe
      M558 P1 I1 H5 F120 T6000
      M557 X25:0 Y25:0 S20 ; Define mesh grid**

      and it worked fine.

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      ok then im safe... my hardware says Duet2 V1.04... yippie🤗

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      mine says;

      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.0(RTOS) ELECTRONICS: Duet WiFi 1.02 or later + DueX5 FIRMWARE_DATE: 2018-06-05b3

      so I guess it's not compatible!

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      so even a capacitive probe, working on 12V will not harm the Duet if the signal pin of probe is connected to any endstop STP pin.

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      what about on the hardware side... where can i put the additional probe pins?

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Error: Failed to initialise WiFi module, code -2

      yes i too feel it is a hardware issue.

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • RE: Error: Failed to initialise WiFi module, code -2

      yes i downloaded the one from the link David sent in his replies.

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      @dc42 since the extruders are independent, and z axis and x axis will also be independent. we will need two probes right?!

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: Error: Failed to initialise WiFi module, code -2

      @Veti i had the same 2.03.
      i was using this in my printer for3 months now suddenly, the wifi module dint flash its blue LED so i thought its time for an update and tried updating the DuetWiFiServer.bin. So i am not sure if its a hardware or firmware issue.

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • RE: Error: Failed to initialise WiFi module, code -2

      I followed the steps and this is the same message that came up;

      M997 S1

      Trying to connect at 230400 baud: success<LF>Erasing 4096 bytes...<LF>Erasing 212992 bytes...<LF>Uploading file...<LF>5% complete<LF>10% complete<LF>15% complete<LF>20% complete<LF>25% complete<LF>30% complete<LF>35% complete<LF>40% complete<LF>45% complete<LF>50% complete<LF>55% complete<LF>60% complete<LF>65% complete<LF>70% complete<LF>75% complete<LF>80% complete<LF>85% complete<LF>90% complete<LF>95% complete<LF>Upload successful<LF>ok<LF>WiFi module started<LF>Error: Failed to initialise WiFi module, code -2<LF>

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • RE: Error: Failed to initialise WiFi module, code -2

      yes i did M997 S1

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • Error: Failed to initialise WiFi module, code -2

      Any idea what this code means... i just erased my firmware and flashed with Firmware version 2.03

      <LF>RepRapFirmware for Duet 2 WiFi/Ethernet version 2.03 running on Duet WiFi 1.02 or later

      posted in Firmware installation
      georgepaulundefined
      georgepaul
    • RE: Connecting multiple Z probes for multiple independent Z axis

      @dc42 what about putting two probes for each Z?? is that possible??

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • Connecting multiple Z probes for multiple independent Z axis

      Have you guys checked out the ZideX 3D printer.
      Its awesome.

      I thought i would build a similar one but with two probes to home each independent Z axis.

      This calls for two probe pins that I believe the DuetWifi doesn't have. Does anyone know a hack around it? I am thinking of two inductive sensors for the two Z axis.

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul
    • RE: PS_ON to DuetWIFI

      yes i too got it working on separate USB.. works well... i was wondering why i am not getting 5V at the pin next to the PS-ON pin.

      posted in Duet Hardware and wiring
      georgepaulundefined
      georgepaul