Skip to content

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

License

Notifications You must be signed in to change notification settings

Ramis84/Makerfarm-Pegasus-8-Marlin

 
 

Repository files navigation

Marlin 2.1 on Makerfarm Pegasus 8''

Summary

  1. Original hardware from Makerfarm:
    1. RAMPS 1.4
    2. MK1 heat bed
    3. E3Dv6 Hotend
    4. E3D Titan Extruder
    5. ACME Lead Screws (8mm trapezoidal lead screw) with DRV8825 stepper drivers for Z-motors
  2. Upgraded hardware:
    1. Quieter stepper drivers for X, Y, E motors: TMC2208
    2. BLTouch V3.1 for Auto Bed Leveling (replaces Z endstop)
    3. Extruder auto fan using pin on RAMPS board (https://www.youtube.com/watch?v=qEXKQUJnbAU)
    4. Custom Titan mount (https://www.thingiverse.com/thing:4506348)
    5. Better Lead Screw mount (using 2x 8mm 4-start lead screw nuts), to regain som print area lost by badly designed X idler mount (https://www.thingiverse.com/thing:1989637)
    6. 5015 Radial blower print fan (https://www.thingiverse.com/thing:2175956)

Marlin settings

  1. TMC2208 drivers running in standalone legacy mode (StealthChop)
  2. S-curve acceleration
  3. Bilinear Auto Bed Leveling (2 * 2 probe points)
  4. Software Min Z endstop (to prevent mistake of ramming nozzle into bed)
  5. Z safe homing
  6. Save to eeprom
  7. LCD bed leveling
  8. Enable M73 progress GCODE
  9. Enable FAST_PWM_FAN, to remove print fan noice when running on low speed

Note to self for upgrading

git remote -v (should list upstream branch "MarlinFirmware/Marlin")
git fetch upstream
git merge upstream/2.1.x

License

Marlin is published under the GPL license because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.

While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.

About

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 63.7%
  • C 33.7%
  • Python 1.1%
  • Shell 0.7%
  • JavaScript 0.3%
  • Makefile 0.2%
  • Other 0.3%