Page 1 of 2

photos and help

Posted: Wed Sep 16, 2015 12:34 pm
by mga
if anyone has mounted the new delta rostock mini g2 could take some pictures?
I do not know how to mount the power supply and how to connect.
Then there are several pieces that do not match the manual.
here are some examples taken from the pages of kit contents:
page 8 SCS10UU
Page 10 Heat Sink
Page 15 spider - RK-12 (carriage mount)
Page 16 ... all (!)
Page 17 Ejector pin (what is this?)

If you can take pictures thank you. I have not figured out how to fix the drive belt because it's all that different sector.
Then there are two blue stickers. I do not know what the use of (page 10 number 39)

Re: photos and help

Posted: Thu Sep 17, 2015 5:10 pm
by Mark
Hi, I'll send you the latest PDF of G2/2s, you can check if that's what you want.

Re: photos and help

Posted: Fri Sep 18, 2015 10:38 am
by mga
if you put it that post the pdf so that it is available to all. But it must be the pdf of the new printer, not the usually already present in the site.

Re: photos and help

Posted: Wed Sep 23, 2015 5:30 pm
by mga
But when I in Arduino I press on "upload" I send all flags or open only one on which they are placed? "Upload" change firmware? If the printer sees the endstop, but does nothing, then missing the appropriate instructions. I would try to restore ... if I knew how to do.

Re: photos and help

Posted: Thu Sep 24, 2015 8:25 pm
by Mark
You can refer to the link here to reinstall the firmware:
http://www.geeetech.com/forum/viewtopic ... 20&t=16433

Re: photos and help

Posted: Thu Sep 24, 2015 8:56 pm
by mga
if I try to set the Language 7 (italian) with a different one I get this error message:
ultralcd.cpp:33: error: initializer-string for array of chars is too long

where I find the strings to be changed?

Re: photos and help

Posted: Thu Sep 24, 2015 9:08 pm
by Mark
It's in the tab language.h of your firmware, find the "it" for itlian and change it .

Re: photos and help

Posted: Thu Sep 24, 2015 9:18 pm
by mga
from the list I see that I need to enter the 7 instead of 1, but by doing it I get the error that I have told you before

// Languages
// 1 English
// 2 Polish
// 3 French
// 4 German
// 5 Spanish
// 6 Russian
// 7 Italian
// 8 Portuguese
// 9 Finnish
// 10 Chinese
// 11 Aragonese

#ifndef LANGUAGE_CHOICE
#define LANGUAGE_CHOICE 1 // Pick your language from the list above
#endif

Re: photos and help

Posted: Wed Sep 30, 2015 4:43 pm
by Sherry
hi,i define LANGUAGE_CHOICE 7 ,it can be compiled.please see if you have modified correctly.

Re: photos and help

Posted: Wed Sep 30, 2015 6:36 pm
by mga
yes, but I receive this error:
"ultralcd.cpp:33: error: initializer-string for array of chars is too long"