hugetoughguy
About
- Username
- hugetoughguy
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Ah okay, thank you very much!
-
Apparently this is an IC error or IC blown out on the board if everything checks out. Good stuff, it's a new board for me apparently
-
I tried it two additional times and received the following errors "avrdude: stk500_getsync(): not in sync: resp=0x49 avrdude: stk500_getsync(): not in sync: resp=0x4e" Not sure what is going on. Ports are synced to 115200 and all of that. Perha…
-
Okay great, thank you very much!
-
Okay, extremely simple but NEVER discussed problem. It ended up being hardware based. The jumpers were not placed on my alternate Z motor option so it was essentially an open circuit. When I placed my jumpers side by side on the unused Z motor…
-
Yup that's the info I was looking for, making one from scratch. Thank you!
-
I don't get it. Everything checks out but my extruder motor is running instead when I attempt to move the X, Y or Z motors?? I totally don't get this or why that would happen, at all. Everything is wired, set up for pins properly, etc. Makes no …
-
Hmmm, okay my steps per mm are all set okay and the motors seem to be assigned correctly. Could this have something to do with messing up the endstops? Because I had hardware for max stops enabled when they shouldn't have been. Anyway, I'm going t…
-
Yes, I'm reworking a firmware I have. And yes you are correct, there was a sub-menu modification put into the firmware. I just removed all of the code for it altogether and it goes through fine now. Still strange though, why didn't it catch this …
-
This line here in unimenu.h is apparently the problem? Not sure why, because it was fine 45 min ago LOL. Sigh... UI_MENU(ui_menu_configuration,UI_MENU_CONFIGURATION,UI_MENU_BACKCNT+UI_MENU_DELTA_CNT+UI_MENU_AUXLEVEL_CNT+4+UI_MENU_EEPROM_CNT+UI_ME…
-
Then it starts giving me this error over and over again and everything just stops: Warning:Invalid delta coordinate - move ignored Error:No move in delta segment with > 1 segment. This should never happen and may cause a problem! [ERROR] Error:N…
-
Okay, I used an older version of arduino, version 1.0.6, instead of 1.6.8 and it recognized both my older sanguino communication files under the hardware folder as well as my firmware in a much easier fashion. Everything seems to be taken care o…
-
Okay, I used an older version of arduino, version 1.0.6, instead of 1.6.8 and it recognized both my older sanguino communication files under the hardware folder as well as my firmware in a much easier fashion. Everything seems to be taken care o…
-
Okay, I used an older version of arduino, version 1.0.6, instead of 1.6.8 and it recognized both my older sanguino communication files under the hardware folder as well as my firmware in a much easier fashion. Everything seems to be taken care o…
-
Okay, it looks like that was a sort of solution. I uninstalled arduino 1.6.8, I reinstalled 1.0.6 (oldest I had the original file for) and it appears to have recognized everything fine with no errors! So thank you, it worked out. Also, it appears…
-
And yes, the sanguino files were used under arduino 1.0.5 and I have updated to 1.6.8.
-
Sigh, Okay I don't get arduino at all. It's like it only works in one direction. I just tried updating to the more current 6 board supported hardware files and it just gave me loads of pin setting errors, meaning it is not compatible. So I will h…
-
The full error is Board Sanguino:Sanguino:atmega1284m doesn't define a 'build.board' preference. Auto-set to: SANGUINO_ATMEGA1284M Board Sanguino:Sanguino:atmega12848m doesn't define a 'build.board' preference. Auto-set to: SANGUINO_ATMEGA12848M Bo…
-
That is the error response I get when trying to verify the firmware through arduino.
-
Okay, I have manually tracked down a sanguino file that had more appropriate options available, now I am only receiving the following error(s): Board Sanguino:Sanguino:atmega1284m doesn't define a 'build.board' preference. Auto-set to: SANGUINO_ATM…
-
Wow... Okay, well everything is hooked up exactly the way it is supposed to be. The only change is the addition of a heatbed, but that was defined in configuration.h and should not change the pin settings to that extent, correct? Otherwise, every…
-
Sigh, is there a location where one can acquire preset firmware based on board or build? A gathering or forum perhaps where people trade firmware or where it is downloadable based on board and setup? I think it a bit odd that I would have to manua…
-
Other sections of the error message(s) are as follows: ______________________________________________ from sketch\Repetier.h:264, from sketch\ui.cpp:20: sketch\ui.h: In function 'void ui_init_keys()': fastio.h…