The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Editing Printer Configuration Settings

  1. Open the Arduino IDE.
  2. Ensure that the proper hardware files for the Melzi controller have been installed by selecting Tools>Board and locate Mighty 1284p 16 MHz using Optiboot. If not found in the list, return to overview and follow the instructions for installing the hardware files.
    Arduino IDE select correct board.
  3. Select File > Open and navigate to the location where the MOST printer firmware was saved and select Repetier.pde.
  4. Note that the IDE separates the different files that make up Repetier firmware into different tabs along the top of the edit pane. Locate the Configuration.h tab and click on it.
    Open the Configuration.h tab.
  5. The bulk of the definitions are logically named and documentation is thorough. Likewise, most of the settings will not need changing, but a few will.
  6. Locate the line having "#define XAXIS_STEPS_PER_MM" and change that number to 53.3333. This is the number of steps the x-axis stepper motor must make in order to travel one millimeter.
  7. Locate the line having "#define YAXIS_STEPS_PER_MM" and change that number to 53.3333.
  8. Locate the line having "#define ZAXIS_STEPS_PER_MM" and change that number to 2560.
  9. Locate the line having "#define EXT0_STEPS_PER_MM" and change that number to 750. This is the number of steps the extruder drive stepper motor must make in order to push approximately one millimeter of filament into the hot end.
  10. The Arduino IDE does not automatically save the file upon compiling. Save the changes (File>Save or ctrl-s).
  11. Upload the firmware to the printer controller (ctrl-u or clicking the upload button on the toolbar). The controller must be connected to the computer with a USB cable to upload the firmware.
FA info icon.svg Angle down icon.svg Page data
Authors Jerry Anzalone
License CC-BY-SA-3.0
Language English (en)
Related 0 subpages, 14 pages link here
Aliases HS RepRap firmware, MOST RepRap firmware
Impact 539 page views
Created June 6, 2013 by Jerry Anzalone
Modified December 6, 2023 by StandardWikitext bot
Cookies help us deliver our services. By using our services, you agree to our use of cookies.