photos and help
photos and help
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)
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
Hi, I'll send you the latest PDF of G2/2s, you can check if that's what you want.
Re: photos and help
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
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
You can refer to the link here to reinstall the firmware:
http://www.geeetech.com/forum/viewtopic ... 20&t=16433
http://www.geeetech.com/forum/viewtopic ... 20&t=16433
Re: photos and help
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?
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
It's in the tab language.h of your firmware, find the "it" for itlian and change it .
Re: photos and help
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
// 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
hi,i define LANGUAGE_CHOICE 7 ,it can be compiled.please see if you have modified correctly.
- Attachments
-
- QQ图片20150930164026.jpg (56.53 KiB) Viewed 13359 times
Re: photos and help
yes, but I receive this error:
"ultralcd.cpp:33: error: initializer-string for array of chars is too long"
"ultralcd.cpp:33: error: initializer-string for array of chars is too long"