emiliano

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: New Makelangelo 5 not working at all! #29039
    emiliano
    Participant

    chiedo scusa se ho scritto qui io ho cambiato le misure ma makelaNGELO NON LE SALVA IN EPROM

    ““
    #if MACHINE_STYLE == POLARGRAPH
    /**
    D11 makelangelo 5 specific setup call
    */
    void makelangelo5Setup() {
    // if you accidentally upload m3 firmware to an m5 then upload it ONCE with this line uncommented.
    float limits[NUM_AXIES * 2];
    limits[0] = 225.0;
    limits[1] = -225.0;
    limits[2] = 250;
    limits[3] = -250;
    limits[4] = PEN_UP_ANGLE;
    limits[5] = PEN_DOWN_ANGLE;
    adjustLimits(limits);
    ““

    in reply to: makelangelo is not working properly #29057
    emiliano
    Participant

    buongiorno il mio makelangelo scrive benissimo le lettere ma : quando inizia a scrivere una frase non la scrive in orizzontale ma in diagonale spero che qualcuno mi aiuti grazie

    in reply to: makelangelo is not working properly #29047
    emiliano
    Participant

    ho cambiato le misure della macchina in d11
    D11 makelangelo 5 specific setup call
    */
    void makelangelo5Setup() {
    // if you accidentally upload m3 firmware to an m5 then upload it ONCE with this line uncommented.
    float limits[NUM_AXIES * 2];
    limits[0] = 250.0;
    limits[1] = -250.0;
    limits[2] = 190;
    limits[3] = -190;
    limits[4] = PEN_UP_ANGLE;
    limits[5] = PEN_DOWN_ANGLE;
    adjustLimits(limits);
    ho notato che quando muovo gli assi con il programma ho notato che i mms sono giusti ,se do il comando sali di 1 cm lui sale ma in diagonale ed i disegni vengono obbliqui spero che qualcuno mi aiuti grazie

Viewing 3 posts - 1 through 3 (of 3 total)