Best posts made by elmoret
-
RE: M3D Cant resolve . Not recommended.
Hi gencab, just now saw this. I know you didn't buy from us, but if you contact us (Filastruder) using the contact page, we might be able to help.
Sorry you had a bad experience with M3D, seems you are not alone unfortunately.
-
RE: PT100 board pinout/instructions?
Detailed documentation for what you're trying to do doesn't really exist for the simple reason that your approach is an odd one. Instead of using the Duet PT100 daughterboard like most everyone would do, you're using a third party board.
This is like buying a Honda Civic, and then then being upset that Honda does not provide detailed instructions for installing a Ford engine into the car.
I don't know why you spent 30 minutes of searching to find that page, if you go to the Duet documentation, type in "PT100" in the search box, that page you linked is the first result.
At any rate, the info in the table does match, though it is for generic PT100 boards and Duet 0.6/0.8.5. Assuming you have this specific board from Adafruit:
https://www.adafruit.com/product/3328
Then look at the schematic for the Duet 2 Wifi:
https://github.com/T3P3/Duet/blob/master/Duet2/Duet2v1.04/DuetWifi_Schematic_v1.04.pdf
Connect the Vin pin on the Adafruit board to pin 8 of the SPIO temperature sensor board connector and so on.
-
RE: Duet3D-2 New install uncertainties
@dc42 said in Duet3D-2 New install uncertainties:
I think the reason nobody has ported any other firmware to the Duet is that RRF is so hard toi beat. Whereas RRF has been so successful that others have already ported it to LPC1768/1769 boards, and a port to STM-based boards is under way.
Gotta say I agree with that. No way I'd go back to Marlin after experiencing RRF.
-
RE: Duet 2 Wifi stopped responding
@onerob That'll do it!
I've gotta say, I appreciate the honesty. Happy to knock $50 off a Duet 3 6HC if you want to purchase one from us (Filastruder). Just email support at filastruder.com with a link to this thread, and you'll get a coupon code.
-
RE: Panel Due 5i White Screen on Duet Mini 5+
@random_task_1 Your pinout is incorrect.
I've taken the photo in the documentation, and overlaid your wire colors in text. The 4 pin side represents what your 4 pin side is. The 5 pin side represents what your 5 pin side should be. Looks to me like you've got the RX/TX flipped, which is why your screen is powering up (5v and GND are good) but not communicating.
-
RE: M3D no response
Got the board from @srgallagher13 , it does not present as a USB port. Diag LED is on continuously. We'll work on it and advise if we come up with a solution, in the meantime we've provided him with a Duet WiFi instead.
-
RE: Global Supply Shortages - Duet / Pi Impact
@t3p3tony Just wanted to chime in that as a reseller working with many companies, Duet3D has done an outstanding job of navigating supply chain issues. Well done!
-
RE: Joel diagnosing a commercial printer with Duet.
@nhof I think that's your comment in the resume.g file in Joel's video
Latest posts made by elmoret
-
RE: PanelDue Firmware
You're effectively asking someone to do development work for you for free. You've gotten a fair bit of (free) help so far. If that's not enough, you could consider contacting Duet3D to set up paid development work.
-
RE: Scanning z probe problems
Seems like another possibility is that the ribbon cable isn't fully seated, photos would be useful.
-
RE: PanelDue Firmware
@remzirecep Yelling for help is not a path to a solution.
Posting the aforementioned photo is a path to a solution, as is posting the changes you've made to the code.
You're getting a reply from the lead firmware author. Maybe a little appreciation for that would be helpful too.
-
RE: DOA PanelDue V3?
@PDBeal This is the first I've heard of these incompatibilities, lots and lots of these sold. Certainly not meaning to hide anything, and happy to publish any official incompatibilities on the product page. First, need to ascertain whether the incompatibility is firmware based or PCB based. What say you @T3P3Tony ?
PDBeal - I'll add that these PanelDue PCBs are EOL'ed, less than 10 remaining at Duet3D and only a few here. So hesitating to buy another probably means just not buying another, since they'll be OOS soon.
-
RE: DOA PanelDue V3?
Just to close the loop on this, PanelDue PCB was received and tested fine. Did need to reflash the firmware as it arrived seemingly in an erased state, but no issues after flashing, see photo:
-
RE: hotend Recomendations - looking at E3D Revo
@opentoideas said in hotend Recomendations - looking at E3D Revo:
before I make a mistake is there a reason they don't do this kit?
Just low demand, no issues with it. But you could just pick a hotside kit and add a Revo Micro heatsink/duct/fan. https://e3d-online.com/search?q=revo+micro&options[prefix]=last
-
RE: Wifi of printer not recognized by computer
Your config.g file has a M552 S1, which tells the board to enable networking as a client, not an access point. Board's just doing what you're telling it to