Author: ctheroux
Misan’s Another Compact Extruder Fan Holder
A fan holder is now available to complement Misan’s Another Compact Extruder. More details at Misan’s Another Compact Extruder Fan Holder.
Read MoreBattlefield 4 (BF4) Key Bindings and Map
If you are a fan of Battlefield 4 (BF4), you will like this cheat sheet. It is the default Key Bindings and Map taken from the PC version. Download it
Read MoreHow to find duplicate files on Linux?
It is pretty straight forward in Linux, install fdupes. sudo apt-get install fdupes Type the following command to display the documentation man fdupes
Read MoreUnclogging A 3D Print Head
Unclogging a 3D print head is not always an easy task, especially when you lack of the proper tools. They are sometimes hard to find. To unclog a .35mm J-Head
Read MoreWordPress “Internal server error”
You may experience an “Internal server error” on the home page of your site if you are a customer of iPower. You cannot access the home page nor login to
Read More3D Printing Supply Estimator
A GCode Analyzer for 3D printing is now available. This on-line tool estimates the amount of filaments required and the cost to print a 3D object. Give the filament type,
Read MoreAccessing a serial port from a web server
On most Linux distribution, it is impossible to access a serial port (ex. /dev/ttyS0) from a web server such as Apache or lighttpd using a cgi. Simply add the user
Read MoreScript listing all the keys on a memcache server
This script lists all the keys on a memcache server. #!/bin/bash nc localhost 11211 > /tmp/$$.1 <<EOF stats items EOF cut -d: -f2 /tmp/$$.1 | grep -v END | uniq
Read MorePreventing warping when printing 3D ABS objects
The biggest issue when printing 3D ABS objects is warping. As an example, this 8 cm x 8 cm bit holder is badly warped. In this example, 5 mm. Adding
Read MoreVirtualBox does not run or runs slowly under Windows 8
Windows 8 comes with Hyper-V pre-installed. If you want to run Virtual Box, you must completely uninstall Hyper-V through the “Add and Remove Programs” option from the Control Panel. Failing
Read MoreCannot reach 110 Celsius with a Prusa PCB Heated Bed Mk 1
I was not able to reach 110 Celsius with a Prusa PCB Header Bed MK1. My initial installation was with the PCB traces down with a borosilicate glass on top
Read MoreG-Code commands supported by Marlin
The G-Code commands supported by Marlin 3D printing firmware are: Implemented Codes G0 Rapid Motion G1 Coordinated Movement X Y Z E G2 CW ARC G3 CCW ARC G4 Dwell
Read MoreEnable the TRIM command on Mountain Lion for SSD drives
To know if TRIM is enabled for a particular drive, open “System Profiler” and search for the “TRIM enable” information in the “Serial ATA sub-tree”. If TRIM is not enabled,
Read MoreBuilding a Prusa Mendel Iteration 2 3D Printer
It is not obvious to choose and get a 3D printer. There is quite a lot a choices on the market which can be divided in two categories: pre-assembled and
Read MoreRalink RT5572 based WiFi Usb Dongle setup on Ubuntu 12.04
The WiFi USB dongles based on the newest RT5572 chip set do not work out of the box on Ubuntu. Unex DNUR-V72, D-Link DWA-160 Rev B and TP-Link TL-WDN3200 dongles are
Read More2.4 GHz WiFi channels
Channel Center Frequency (GHz) 1 2.412 2 2.417 3 2.422 4 2.427 5 2.432 6 2.437 7 2.442 8 2.447 9 2.452 10 2.457 11 2.462 12 2.467 13 2.472
Read MoreRecording a terminal session under Linux
It is possible to record a terminal session under Linux with ttyrec. It also records vi, emacs, etc. sessions. Fisrt, install ttyrec sudo apt-get install ttyrec To start recording a
Read MoreA step by step guide to setup a Bluetooth keyboard and mouse on the Raspberry PI
A lot of people is having problem setting up a Bluetooth keyboard and mouse on the Raspberry PI. Things get more complicated when your wired keyboard or mouse does not
Read MoreInitializing A Wireless Connection At Boot Time
You can initialize your Raspberry PI wireless connection automatically at boot time if the instructions given in a previous post entitled How To Setup A Protected Wireless Connection Via The
Read MoreHow To Setup A Protected Wireless Connection Via the Command-Line
Setting up a wireless connection via the command line may vary depending on the USB Wireless Interface you are using. These instructions also work for the Raspberry PI running Wheezy.
Read More