how to down IDE to arduino board

I am new, I had download repeater host mac ,hard time to config the printer set up(different panel than instruction)
and how to download IDE to my gadget 30D Ramps 1.4 arduino board

Thank you

Comments

  • Sounds liek you used the windows host docs not the mac documentation.

    For firmware installation see http://www.repetier.com/documentation/repetier-firmware/rf-installation/ and maybe try our firmware config tool.
  • This is what I get,after unzip the 
    http://arduino.cc/en/Main/Software                                                                                                                                                  void setup() {
      // put your setup code here, to run once:

    }

    void loop() {
      // put your main code here, to run repeatedly:

    }
    different than your instruction

    arduino-ide.png

  • on top of the panel I have doesn't have the 

    Skatch  tool  help is different
  • The image is from an older Arduino IDE. You need to open the firmware you want to compile of course. The default sketch is just if you want to program your own software.
Sign In or Register to comment.