Subscribe to Blog via Email
Recent Posts
Blog Categories
- 3D Printing 5
- Art 8
- Featured Artists 6
- Humor 1
- In the News 7
- Jigsolve 5
- Makelangelo 28
- Miscellaneous 36
- News 149
- Opinion 9
- Projects 4
- Robot Arm 32
- Tutorials 84
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);
““
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
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