Giter Club home page Giter Club logo

Comments (2)

davidramiro avatar davidramiro commented on July 24, 2024

Hi, do you mean restoring the original song after having enabled the STARTUP_CHIME flag?

The chime is defined in here:
https://github.com/davidramiro/Marlin-Ai3M/blob/master/Marlin/AnycubicTFT.cpp#L119

The original tune is to be found here:
https://github.com/ANYCUBIC-3D/I3-MEGA/blob/master/Marlin_TFT_CR_V1.1.1/music.cpp#L32

I haven't heard the tune in a long time, but I think the rhythm went something like this:

#ifdef STARTUP_CHIME
    buzzer.tone(150, 2794); // F7
    buzzer.tone(150, 2093); // C7
    buzzer.tone(150, 2217); // D7
    buzzer.tone(150, 2349); // E7
    buzzer.tone(300, 2217); // D7
    buzzer.tone(300, 3136); // G7
    buzzer.tone(600, 3520); // A7
#endif

from marlin-ai3m.

dietlow avatar dietlow commented on July 24, 2024

from marlin-ai3m.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.