• 5 Posts
  • 36 Comments
Joined 11 months ago
cake
Cake day: August 8th, 2023

help-circle





  • Hello, I suggested heat creep in your last post, which didn’t end up being the issue. I don’t remember if anyone suggested it, but have you tried checking the bowden assembly, on the motor side? Whether the stepper works, or the gears wore down (I’m pointing towards this), or there are clogs somewhere in the mechanism, even some dust that accumulated where it shouldn’t had. Or did you change settings like the current limit on the steppers? If that’s controlled with a potentiometer on the main board, maybe it got turned down for some reason (if so, I’d try to understand why’s that). I don’t know how Klipper handles motor drivers where current limits are controlled in software, I know that Marlin has a dedicated submenu in the Configuration>Advanced Configuration. If you reflashed the firmware, maybe the settings where in the eeprom and did not get transfered over or got overwritten in the flashing process.

    I remembered that on a couple different printers I had the same problem as you, and it came down to damaged/untightened nozzles (which you excluded already) or wore down gears or, on the printer I’m working on right now, too low current limits which made the stepper skip steps somewhat randomly









  • Also depending on the architecture on the computer, this might be the only possible solution. I have a samsung m2020 series printer connected to a Pi to share it on the local network. Samsung Unified Driver does not work on armhf as it is only compiled for x86/x64, but splix can be compiled on armhf and it actually supports my printer



  • What did you do to keep the card cool?

    Poorly. Had 3d printer a fan duct and ducted a fan to the back of the case, to push-pull air. Those cards are made to work in server racks, with really high pressure and high speed fans, not really for a desktop. I have seen people on reddit mounting a modified 3070ti cooler on the tesla, but I had not had a chanve to try that.

    And was it loud?

    Yes, depending on the fans used. But high speed fans are generally loud. Also lots of vibrations, but that qas mostly fault of my incredibly sketchy setup


  • I used to do this with a nvidia tesla m40 and a radeon hd6850. Used the tesla for rendering amd encoding, the radeon for display output. I just followed the arch wiki pages related to nvidia optimus laptops and PRIME offloading. It worked but was a bit junk, in some other tests I did, when the radeon was used to render the DE, I had a much more fluid experience, offloading the rendering seems to lead to some micro stutters every now and then that make it a not so fluid experience. But ymmv I guess. Also I haven’t had any luck with two separate nvidia cards, but that was probably due to driver version mismatch between the two cards




  • I also just saw how they places their vbat and gnd on your main chip, I don’t think I would put any there either unless it asks for it.

    What are you exactly saying here? You wouldn’t put vias behind those pads?

    Just saw your comment on the PCB size. In that case I would definitely go with a four layer board to avoid issues (heat and signal integrity).

    Yep, I’ve also done some tests with ground planes on both layers, and it comes out sparse to say the least. Problem is, I have never made a 4-layer board, do you have any resources on those I can learn from? Are there any particular things to pay attention to? How do I “organize” layers? Which ones do I use for traces and which ones for power planes?

    If you have pics of the schematic, I can take a deeper look at it. Cool project, first time I see that chip.

    Here’s a quick screenshot, in the original post I linked the git repo which includes all kicad files. It’s rough atm, I haven’t made it look good yet