Re: G28 w/ABL diagonal movement too fast
Quotemosci.to nonaym, did you actually find a solution to that problem? I'm stuck exactly at the same point. Cheers mosci.to I am now using an updated Marlin firmware from the printer manufacturer...
View ArticleGT2560 help
quick rundown of my issue. I own a Lulzbot Mini that due to the fan plug for the main electronics cooling fan falling off due to it not having a locking connector, fried the stepper drivers a bit, end...
View ArticleRe: GT2560 help
How about posting links to this random (to us anyways) firmware and a copy of your configuration.h You did install the required Mini Rambo plugin to the ardunio ide? see [reprap.org]
View ArticleRe: GT2560 help
heres the github link for the firmware: [github.com] only thing I have changed from whats in it is the motherboard to Ultimaker as it is spelled in the list. I also do have the Mini Rambo add on in...
View ArticleRe: GT2560 help
Right, can duplicate your error this is caused by block #if HAS_CONTROLLERFAN SET_OUTPUT(CONTROLLERFAN_PIN); //Set pin used for driver cooling fan #endif trace this back to missing pins in...
View ArticleRe: Setting RGB LED values on boot
Compiled and uploaded this morning and it does exactly as intended. Thanks ever so much :)
View ArticleMarlin 1.1.3 LCD
I'm getting a weird LCD display. I'm not sure whether it's a faulty LCD or something wrong with the software. [attachment 95087 IMG_20170605_234241052.jpg]
View ArticleRe: Marlin 1.1.3 LCD
Which LCD display have you selected for in the configuration.h, and is it definitely the correct one?
View ArticleRe: Marlin 1.1.3 LCD
I have selected REPRAP_DISCOUNT_SMART_CONTROLLER. It's written "RepRapD1scount Smart Controller" at the back of the PCB
View ArticleRe: Marlin 1.1.3 LCD
There seems to be some discussion about this on the github page, hopefully someone can come up with a solution for you. [github.com]
View ArticleRe: Marlin 1.1.3 LCD
I seen that. It's for full graphic and mine is character based. I suspect my LCD controller is broken.
View ArticleRe: Marlin 1.1.1.
It would be helpful to know which auto bed leveling system you are using...
View ArticleRe: GT2560 help
and now that im past that... "sorry - this program has been built without plugin support exit status 1 Error compiling for board Arduino/Genuino Mega or Mega 2560." I've no clue... [github.com]
View ArticleRe: GT2560 help
upgrade to Arduino: 1.8.3 [www.arduino.cc] Check its fully up to date. Launch the boards manager, click Tools menu, Board: and select boards mangers. change from type all to all to Updateable, select...
View ArticleLatest Marlin on Printrboard: Problems!
Downloaded latest Marlin (1.1.1). Compiling with Arduino 1.8.2 at Teensy2++. I've set Motherboard to Board_Printrboard (with appropriate caps). Here are examples of the two errors: In file included...
View ArticleRe: GT2560 help
turns out I had put something in the library folder that was messing everything up. got it all sorted with latest version of IDE and uploaded to the board. now all i have to do is install this in my...
View ArticleRe: Latest Marlin on Printrboard: Problems!
This was fixed 11 days ago... see [github.com] Download bugfix-1.1.x branch Still has warnings, but compiles
View ArticleRe: Latest Marlin on Printrboard: Problems!
FYI - Marlin is getting ready to release a version that does away with the Marlin/FASTIO(STANDARD) vs. Teensy pin numbering headache. It'll only use the Teensy system.
View ArticleRe: Latest Marlin on Printrboard: Problems!
Thanks for the quick, helpful response. AND for that tricky bug fix! Code compiles now for PrintrBoard (don't know about the F version - didn't try). Lots of warnings about the redefinition of USBCON,...
View Article