Home » Posts tagged '3D printer'

Tag Archives: 3D printer

Setting up you RepRapWeb Raspberry pi b+ instance

Once you have a working IMG of the RepRapWeb application on your Raspberry PI you probably want to get it tricked out so you can get to controlling your 3D printer. This is a short description of what I did…

When login on to your image the login / password is not your standard one, it’s pi / raspbian. After the image was created I connected it to the network by hardwire to setup my static IP and WIFI. I used a “EDIMAX wireless 802.11 nano USB Adapter” and that worked great for me. Here is the link I used as a reference http://raspberrypihq.com/how-to-add-wifi-to-the-raspberry-pi/

My interfaces file looks like this and my static ip is 192.168.1.97

just run “sudo nano /etc/network/interfaces” make the changes and your ready to disconnect you hard connection.

_______________________________________________________________

auto lo

iface lo inet loopback

iface eth0 inet static

address 192.168.1.97

netmask 255.255.255.0

network 192.168.0.0

broadcast 192.168.1.255

gateway 192.168.1.0

auto wlan0

allow-hotplug wlan0

iface wlan0 inet dhcp

wpa-ssid “wifiname”

wpa-psk “password”

________________________________________________________________

OK my next step was streaming video because lets face it you need to see what your doing. This takes a little while but the directions I found are great. Just go to http://jacobsalmela.com/raspberry-pi-webcam-using-mjpg-streamer-over-internet/ and follow those instructions. You want to follow the instructions to set it up as a service.

** A little disclaimer at this point, as if this writing the reprapweb application does not have a video feed embedded in it. I talked to Andrew and he said he’s working on that now and it should be done soon. Until then you have to run a separate browser window for your video streaming. Not a big deal as mjpg_streamer has a default stream running on port 8080 so once your set up it’s a snap to use.

Advertisement

First thoughts on installing and configuring 3D printer Web Controller REPRAPWEB

I’m beginning my install and configurations of a new 3D printing web based controller from XYZBots and wanted to pass on a few things. This controller is pretty strait forward but it sits on a Raspberry PI b+ controller and having never set on up before I ran into a couple of things. First, Make sure you follow the direction on the software site REPRAPWEB when setting things up or like me when you first plug in your board you’ll get nothing but two solid lights on your board, one green and the other red. The issue is if the image you placed on the SD Micro card is not correct you get nothing and that includes nothing on the video to even tell you what is wrong. Below are my steps to get a functional image on the Raspberry pi b+. You’ll know you’ve got a good image as the red light on the board stays red and the green light flashes as it accesses the card.

1) Run “sudo fdisk -l”. Look at what is returned and then plug in SD Micro card and run again, you’ll see the new device name. Mine was.

“Device    Boot  Start End   Blocks Id System
/dev/sdc1 8192 62333951 31162880 c W95 FAT32 (LBA)”

2) Format the card with FAT32, I downloaded GParted app using Ubuntu Software center.

3) Download the latest image from software site REPRAPWEB. I took the image, I might play with the source some day but it won’t be today.

4) Unzip the Download into directory and go to it.

** before I go further you need to remember two things. First, be careful you run dd command against wrong device you will be in a world of hurt. Second, in the directions on the software download site it explains that Raspberry Pi for this install does not use partitions. If you just use the device name you found in step 1 without modifying it and push the image across it will install on the SD micro card but Raspberry pi will not function.

5) to install the code to the SD Micro card run the following. Obviously you need to use the right image name if it’s changed. What is most important is my Step 1 command returned and device of “/dev/sdc1” but my “of” parameter below only uses “/dev/sdc”. The reason for that is removing the last number from the device copies the code in one partition. Also an FYI is this stuff is case sensitive the “M” in the bs=4M needs to be capitalized, found that out the hard way.

sudo dd if=reprapweb-2014-09-09-wheezy-raspbian.img of=/dev/sdc bs=4M

The command takes a while but once it completes you can plug in the SD Micro card to you raspberry and your good to go.

3D printer Conductive Plastic

Over the last year I’ve spent a lot of time trying to find conductive plastic that has resistance properties even close to wire. What I’ve found is currently there is nothing on the market that comes even close. Although a plastic “Described” as conducting is offered by quite a few venders the conductivity it pretty bad. If you are making an anti-static pad or a Faraday cage your OK but for most circuits it’s not practical, basically it just plastic with infused Carbon Black.

I did spend some time trying to make my own and I did get some good batches but I had a real hard time with getting consistent batches. If you interested I used Multi Walled Carbon Nanotubes and infused them is standard PLA. believe it or not nanotubes are pretty cheap now. I got mine from “CheapTubes.com“. Yes, believe it or not that’s the name of the company. I tried a bunch of combinations but my greatest success was with MWNT’s around the 30-50nm range. Basic method is to take existing 3D printing plastic and mix it with “Dichloromethane” this liquefies it and after a time just remove to stopper off your mixing bottle and the dichloromethane will evaporate leaving just the plastic infused with the nanotubes. Now all you have to do is get it back in 3D printer plastic form. To do that I just built a 3D printing extruder.

If someone comes up with a better way to do it let me know but the best I was able to get was about 200 ohms per inch, still not what I was looking for but way better then stuff available on the market now.

 

 

RepRapPro and Selection of Extruder

When selecting the extruder for the RepRapPro be sure to take a little extra time before just selecting the Mini extruder as I did. My line of though was that it was smaller and would look better on the printer which, looking back on it was a pretty stupid reason to make a section. By and large I consider my selection of the Mini extruder to be my biggest misstate with regard to that printer build.  Here is what I’ve fount;

  • The mini is really small. it’s small so the gear teeth are small which means your prints need to be dead on. There is no room for even a small deviation.
  • The threading channel hole for the plastic is static. Simply put it’s a printed diameter hole. threading and working with it is a pain.
  • the Friction adjustment is not really all that effective.
  • The mounting of the extruder on the printer itself can effect the friction applied to the plastic being extruded. (Really an pain)

So simply put for me the choice of the Mini extruder was really bad! It’s just my opinion but you’ve been warned, choose the curtain on the left and go with the normal, proven Huxley_Extruder.

in the RepRapPro model files it’s the directory Modified_RepRapPro_Huxley_Extruder not the Mini you want. (Picture on left)

500px-Reprappro_multi-materials-alternate-drives

Ramps 1.4 power failure

This is a little heads up on an issue I ran into a while back regarding my 3D printer and Ramps 1.4. The symptom  where that although the printer worked when connected to the USB and external power the LCD went blank. When using just the external power supply it didn’t function correctly. The most obvious thing was when connected just though the USB to the computer the LCD interface worked but once external power was applied the LCD went blank. After a lot of looking around I found it was all about a 5V power regulator on the mega board. In fact on the board below you can see a three prong power regulator right there on the lower left next to the power plug. I ordered a new regulator “10 Pcs AMS1117 LM1117 1117 5.0 H342TE 5V 1A Voltage Regulator SOT-223 from eBay and was good to go. In all honestly I just bought the new board on amazon for 40 dollars and fixed the old one later for a backup.

 

.810a+loZFWL._SL1500_

Musings ON 3D Modeling and CAD software on Ubuntu

Since I’m fundamentally cheap and have an unreasonable phobia regarding Microsoft products over the years I’ve been attempting to find the best tool for my 3D modeling restricted  to the open source community. So, here is what I’ve found, as far as machine operating systems go I finally settled Ubuntu, its simple to use and more then covers my needs. CAD software is a lot more challenging, I’ve started to become convinced that software companies are using the Microsoft platform as a way to enhance there licensing enforcement. Lets face it, if the software only runs on Windows then it much more likely the end user will pay for it since they already payed for the operating system and if it was pirated they can ride right along with the Microsoft’s legal team. So anyway my final tool box ends up being OpenSCad for most models. I thought I’d hate the command line driven tool but with a plug-in from Notepad++ it ends up being easy to use and very strait forward, it’s no wonder it’s the top file type format you see when going to Thingiverse. If I’m looking to really build something complex with a lot of moving parts I use FreeCad and yes, I know it use to suck but the last few releases have really cleaned things up. Last but not least for “Art” I use Blender and honestly it’s not all that often I feel the need to go down the Blender path. Blender is great but for 3D printing models it clunky and time consuming. Last but not least I have two favorite slicers. Number one for single extruder prints and dual extruder prints for support I’ve found KISSlicer is the way to go, I know the web site doesn’t look like much, but the slicer is free and trust me you will not be disappointed. Things get a little more complicated for dual extruder printing when your not using one of the extruders for support, If thats the model type I’m working with I use Slic3r.

OK, thats all my rambling for the moment, if you have any other solutions that are Linux based and free of cost let me know.

 

3D Mendel FSR implementation

This new way of measuring the Z axis is great for providing perfect prints every time but there are a few things you need to keep in mind. First at the moment the base Marlin firmware although configurable does not really work right. Use https://github.com/jcrocholl/Marlin/tree/fsr at least thats what got it working for me. I used 5 of FORCE SENSING RESISTOR,0.5 INCH ,CIRCLE,1oz-22LB,FLEXIBLE from Jameco.

31kUOn1-onL

 

Another thing I learned is you do need to secure them with two sided tape (You know the stuff white and kind of thick), it’s not just to secure the resistors but also it helps to distribute the force, trust me on this you need the tape!

Now I used a pretty simple way of wiring it all up. I just took 5 FSR sensors and put them in parallel and wired them all up through an old contact switch sensor I had from an earlier printer build. That way I had a little sensor board with an led to work with. I did try during my testing to wire the thing right to the Ramps 1.4 Z switch plugs as well that that worked too. The resistor pretty much works as a simple switch, off with no pressure and no real resistance when pressure applied.

 

Last but not least keep in mind that you have to update your slicer to put the new scripting in pre-Gcode, you need this or the slicer default firmware  pretty much overrides all the work you did. Here is the Code,

G28 X0 Y0 ;home X and Y

G29 ;probe bed

G90; set absolute coordinates

G92 E0; reset extruder distance

G1 Z5 F300 ;move platform down 5mm

G1 X145 Y145 F3000 ; move to back right corner