stefi01

About

Username
stefi01
Joined
Visits
15
Last Active
Roles
Member

Comments

  • ok,i noticed...... i upload the exact config h file from the original 0.91 firmware but placed with the upload config h uploader on the firmware tool in to 0.92, compiles and uploads fine, but the printer will not respond, all it does is go up in ra…
  • also to add, x axis is the same, move 80mm, travels 100m although i have not changed any thing on this yet, however, Z axis is spot on, move 80mm and travels 80mm
  • went to delete this comment as was an edit but it would not delete so ignore this bit
  • also to add, x axis is the same, move 80mm, travels 100 although i have not changed any thing on this yet, however, Z axis is spot on, move 80mm and travels 80mm
  • here is what i have been changing, its in eeprom.h#define EPR_MAGIC_BYTE              0#define EPR_ACCELERATION_TYPE       1#define EPR_XAXIS_STEPS_PER_MM      3#define EPR_YAXIS_STEPS_PER_MM      7    < this one, from 7 (original) tried 8 to 13#…
  • ok so i worked it out, but it slowed the y axis right down so much that it takes about 20 seconds to move a full sweep of the bed, so where it originly said 7mm, i tried 8,9 and 10mm just trying to bring the numbers closer but the y axis failed to m…
  • wow that was fast, where would i find the editor, did a search on the site but could not find it or is it somewhere on the configeration tool?and thanks
  • i hope this works, i have added the complete code to google drive and the link https://drive.google.com/file/d/0B2W8ThCAfjYPYXBKdmJaampORzg/view?usp=sharing  
  • i am not not sure what you mean by put a link up but the errors was with arduino ide 1.0.5 as i have tried many versions of ide but 1.0.5 was the only one what would compile version 0.92, the above error code was with 0.91 using the same arduino and…
  • Eeprom.cpp: In static member function 'static void EEPROM::initalizeUncached()':Eeprom.cpp:456: error: 'Z_PROBE_Z_OFFSET' was not declared in this scopeEeprom.cpp:463: error: 'AXISCOMP_TANXY' was not declared in this scopeEeprom.cpp:464: error: 'AXI…
  • when i modified the above to how instructed on the support section of this site i get this (below) during compiling, so im more than a bit lost
  • #define FEATURE_SERVO 1#define SERVO0_PIN 6#define SERVO1_PIN -1#define SERVO2_PIN -1#define SERVO3_PIN -1#define SERVO0_NEUTRAL_POS  -1#define SERVO1_NEUTRAL_POS  -1#define SERVO2_NEUTRAL_POS  -1#define SERVO3_NEUTRAL_POS  -1#define UI_SERVO_CONTRO…
  • all of it is like this, was not enougth room above.
  • ok not to worry, managed to get it to work by creating another folder on desktop, moved ALL librarys to it then used just the repitier ones in that folder then it seemed to compile
  • all i get when compiling is this, no idea what im doing, i added the libary folder to librarys within program files,even  imported them, added the cores, just wont compile "Repetier\ui.cpp.o: In function `uiInitKeys()':/ui.h:502: multiple definition…