Maintenance

Lubrication

Use a very light coat of PTFE grease on the 6 precision rods, threaded Z-axis rod and the X-axis idler pulleys.

Heater cartridges

24V 40-45W cartridge to fit a ¼ inch (6.35 mm) diameter hole. The diameter of a cartridge will be around 0.247 inches (6.27 mm) with a tolerance of plus or minus .002 inches (0.05 mm). The approximate wire length needed from control board to mounted cartridge is 51 inches (1.3m). Heater cartridge lead lengths are shorter than that so extension leads will need to be spliced. Ensure that the cartridges are 24V. They will have a resistances of 13-15 Ohms across the wires.

Thermocouples

K-Type thermocouple

Replacing Extruder Nozzles

Use 0.4mm MK8 nozzles. Never try to replace a nozzle cold! Always do a preheat and remove the nozzle hot. Trying to remove it cold is a guaranteed way to shear one off!

The nozzles on dual-extruder Replicators are adjusted at our factory to be within 0.3 mm of each other’s heights, but if you want to fine-tune them, click here to learn how to use a Kapton tape shim to raise one side of the Stepstruder.

Changing the WiFi on the Raspberry Pi (OctoPrint)

Remove the SD card, plug it into another Linux computer like e.g., the Raspberry Pi and enter in Terminal: Use an Ethernet cable to connect your Pi with your router directly.

In order to change the WiFi settings on the Raspberry Pi, you will need to connect to edit and edit the WiFi settings file.

Connect a HDMI monitor and USB keyboard to access the Linux console

  • Enter login credentials, default pi and raspberry

  • Edit the WiFi settings file

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
  • Change the WiFi settings
network={
   ssid="Test Wifi Network"
   psk="SecretPassWord"
}

Connect an ethernet cable between your computer and the Raspberry Pi, then use a terminal emulator to connect

  • Once the cable has been connected, open your terminal emulator
  • Connect to the raspberry pi
ssh pi@octopi.local
  • Enter your password, then proceed as shown above

Remove the microSD card from the Raspberry Pi and insert in your computer

The wpa_supplicant.conf should be in the /boot folder on the SD card


Design Files

The Makerbot Replicator 1 was open source:

Modifications

Makerbot Replicator Manual 2021 Nkawu
https://github.com/Nkawu/makerbot_replicator_1_info
programming pages theme v0.5.22 (https://github.com/pixeldroid/programming-pages)