mUVe3D / Marlin-mUVe1DLP-Running

Tested and Working DLP Printer Firmware w/Shutter Support
30 stars 12 forks source link

Added tilt commands, fixed some bugs #1

Closed mattcaron closed 8 years ago

mattcaron commented 9 years ago

This has been lightly tested.

  1. Manually set GCode until I was convinced it did what I wanted it to do.
  2. Ran a print job (no resin) with the config here. Essentially, it does:

    M650 D$ZLiftDist S$ZLiftRate P0 T20;mUVe 1 Prefs

    in the start, and:

    M653 ; Do mUVe tilt move.

    in the end, and then I issued a M654 command to relevel it when the print job was completed.