Skip to content

Releases: dchauran/marlin

Pyramid A1.1, v0.3.1 - Left side probe mount

05 Mar 04:08
Compare
Choose a tag to compare

SEE v0.3 FOR INSTRUCTIONS

Same as v0.3 but with parameters tweaked for William P. Lewis' left side extruder mount.

Pyramid A1.1, v0.3

04 Mar 01:07
Compare
Choose a tag to compare

This is firmware for the Pyramid A1.1 printer, using 100% stock, unmodified hardware, other than the optional addition of a BLTouch. This firmware allows you to keep both Z endstops and use a BLTouch. If using the BLTouch, connect it to the MT_DET2 port on the motherboard.

v0.3 Changes

- Latest Marlin bugfix
- Enabled bed PID
- Reduced baud rate to ease CPU load
- Tweaked bed thermal protection values to reduce false positives
- Enabled retry on G29 probing failure
- Enabled M73 estimated time remaining support

Recommended usage

  1. Flash Firmware (Copy Robin_nano35.bin to the root of a MicroSD card, insert card, turn on printer)
  2. If you are prompted to initialize firmware, select yes. If not, reset all settings using the menu or G-code M502.
  3. Optional: Menu -> Custom Commands -> Calibrate Touchscreen (M995)
  4. Optional: Enable abort on endstop hit. Highly recommended if you print unattended (M540 S1)
  5. Optional: PID Autotune via menu or gcode, improves temperature stability and heat up time:
    • Hotend: M303 S210 U (change 210 to the hottest temperature that you regularly use)
    • Bed: M303 E-1 S60 U (change to the hottest bed temperature you regularly use, if times out preheat the bed halfway first)
  6. Home the machine (G28)
  7. Run bed leveling (G29)
  8. Activate leveling (M420 S1)
    • Note: You should add M420 S1 to your print start script, as Marlin does not like to leave it enabled.
  9. Menu -> Configuration -> Advanced Settings -> Probe Offsets -> Z Probe Wizard
  10. Save settings (M500)

Pyramid A1.1, v0.2

27 Feb 04:30
Compare
Choose a tag to compare

Second release of custom firmware for the Pyramid A1.1 printer. This firmware allows you to keep both Z endstops and use a BLTouch connected to MDET_2. Works with or without BLTouch attached.

This release contains numerous features, fixes, and tweaks.

  • Updated to latest Marlin bugfix
  • Increased buffers for SD and serial prints
  • Enabled experimental S curve
  • Added custom menu to allow touchscreen calibration
  • Added action prompt support for Octo
  • Reduced default speeds to prevent printer self destruction
  • Increase menu timeout
  • Enabled Z probe repeatability test
  • Enabled various safety features
  • Enabled quick homing (X & Y home at the same time)
  • Enabled extra BLTouch menus (WARNING: These are dangerous, use at your own risk)
  • Added preheat menu shortcut

Pyramid A1.1, First release

25 Feb 05:59
Compare
Choose a tag to compare

Firmware for the Pyramid A1.1 with the stock hardware configuration using the Marlin color touch UI (not the LGVL icon driven UI).

This release uses the MT_DET2 connector for BLTouch, preserving the dual Z endstops, which means it works with or without a BLTouch attached. Includes most marlin features, such as bed leveling, linear advance (K set to 0 by default), emergency parsing, etc. Will also work with an MKS wifi module, provided that the module is flashed with a non-MKS firmware, such as ESP3D.