Delta Rostock mini G2 dual firmware for GT2560

User avatar
Admin
Posts: 486
Joined: Wed Nov 30, 2011 9:49 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Admin » Thu Jul 16, 2015 11:00 am

anubisragnarok wrote:I appear to be having homing issues as well on my G2S. Could I have a copy of the correct firmware as well? My homing was working until adjusting the manual Z level to prevent the print head from crashing into the bed.
please see the attachment.
Attachments
RKMA_GT2560_dual extruder.zip
(274.51 KiB) Downloaded 2285 times

SteveShein
Posts: 7
Joined: Thu Jul 16, 2015 9:32 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by SteveShein » Thu Jul 16, 2015 7:54 pm

Modifying the firmware solved the reversed motor.

Using Repetier now, I can make all carriages go up using +z.

There is still a problem. In manual control once the carriages are up, I can't get the -z to work.

Also, pressing the x and y buttons only seem to make the carriages go up. I don't have the spider connected because it already broke one of the carriages, and I can't print a part until I can get this printer to work.
Did I miss something, is there a custom setup for Repetier to use with this printer?

Many thanks!

Sherry
Posts: 362
Joined: Wed Jul 01, 2015 12:52 pm

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Sherry » Fri Jul 17, 2015 5:46 pm

hi, the following link is a setup for Repetier to use with rostock mini.you can have a try.
http://www.geeetech.com/wiki/index.php/ ... _to_set_up
ragarding to the broken carriage,you could buy a new carraige since the broken one may interfer with the printing quality.

Buzz
Posts: 31
Joined: Thu Jul 09, 2015 7:59 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Buzz » Sun Jul 19, 2015 11:06 pm

I bought the G2S for more than a month and it is still not working. The GT2560 is giving command waiting error in Repetier and the LCD is showing only blocks. I am trying to reburn the firmware to the GT2560. The firmware I downloaded from this forum was verified/checked successfully but when I upload, it gave timeout communicating with programmer error as below. I am using Arduino IDE 1.0.5. It can detect the GT2560 because it was picked up as COM3 when I checked under tools. Is this something to do with missing bootloader or the board is bad?

avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer

Sherry
Posts: 362
Joined: Wed Jul 01, 2015 12:52 pm

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Sherry » Mon Jul 20, 2015 3:46 pm

Buzz wrote:I bought the G2S for more than a month and it is still not working. The GT2560 is giving command waiting error in Repetier and the LCD is showing only blocks. I am trying to reburn the firmware to the GT2560. The firmware I downloaded from this forum was verified/checked successfully but when I upload, it gave timeout communicating with programmer error as below. I am using Arduino IDE 1.0.5. It can detect the GT2560 because it was picked up as COM3 when I checked under tools. Is this something to do with missing bootloader or the board is bad?

avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
hi,the board is ok as it could be detected by pc.regarding to comand waiting error,maybe some wires connected to mainboard are loose,please turn off printer and repluged the wire.then restart the printer.
regarding to the block on LCD,please screw the screw at the back of LCD,it was used to adjust contrast ratio.
the latest firmware for g2s has been sent to your mailbox.

Buzz
Posts: 31
Joined: Thu Jul 09, 2015 7:59 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Buzz » Mon Jul 20, 2015 5:23 pm

Thanks. I will test it again tonight. Question.Can I remove the GT2560 board from the printer to perform the firmware uploading only using the USB cable you have provided?

arachno7
Posts: 3
Joined: Tue Jul 07, 2015 4:11 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by arachno7 » Tue Jul 21, 2015 5:11 am

For those having trouble with the auto leveling probe dancing around and moving up, check that your z_min is open when the probe is down (look at the output after probe is down and send M119 command). If the z_min is Triggered, then the probing sequence is always going to think it's hitting the bed and will keep running up until it crashes at the top.

If your z_min is triggered, you need to get the firmware posted above: http://www.geeetech.com/forum/download/file.php?id=1146 and modify Configuration.h

const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

to

const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.

Also, if you find that your homing speeds are crazy fast and you're afraid you'll break the endstops at the top, lower the homing speed to an acceptable value. Min is:

// delta homing speeds must be the same on xyz
#define HOMING_FEEDRATE {35*60, 35*60, 35*60, 0} // set the homing speeds (mm/min)

Sherry
Posts: 362
Joined: Wed Jul 01, 2015 12:52 pm

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Sherry » Tue Jul 21, 2015 4:17 pm

Buzz wrote:Thanks. I will test it again tonight. Question.Can I remove the GT2560 board from the printer to perform the firmware uploading only using the USB cable you have provided?
yeah,please turn off the power supply when burning firmware.

Buzz
Posts: 31
Joined: Thu Jul 09, 2015 7:59 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Buzz » Sat Jul 25, 2015 4:55 pm

Hi, I just managed to find time to re-burn the firmware. Now I get a loud beep from the LCD controller plus Repetier is showing maxtemp error on heated bed. I can also see that the temp is around 200C on both the hotbed and extruder. This is immaterial whether I connect the 2 heat sensors or not. Both thermistor resistance is around 75K is fine. I check the configuration .h that the sensors are set as 1 for 100K which is correct. What seems to be the problem?

Vulk
Posts: 3
Joined: Sun Jul 26, 2015 12:10 am

Re: Delta Rostock mini G2 dual firmware for GT2560

Post by Vulk » Sun Jul 26, 2015 12:15 am

I'm getting odd issues when connecting the printer to repeater software and home only seems to move one axis to the stop then grinds as it tries to go down even with no binding. Moving the axis with the LCD works on all areas but home still does not work. The endstops work correctly I have verified with M119 and manually triggering them and moving them one axis at a time with the LCD works but Home still has the issue going down.


08:58:48.523 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://firmware.ultimaker.com PROTOCOL_VERSION:1.0 MACHINE_TYPE:GET delta pro EXTRUDER_COUNT:2 UUID:00000000-0000-0000-0000-000000000000
08:58:48.554 : echo:Unknown command: ""
08:58:48.554 : Error:No Line Number with checksum, Last Line: 3
08:58:48.554 : Error:Line Number is not Last Line Number+1, Last Line: 3
08:58:48.554 : Resend: 4
08:58:48.570 : Error:Line Number is not Last Line Number+1, Last Line: 3
08:58:48.570 : Resend: 4
08:58:48.601 : echo:Active Extruder: 0
08:58:48.601 : Begin file list
08:58:48.601 : End file list
08:58:48.601 : echo:Active Extruder: 0
08:58:48.601 : Error:Line Number is not Last Line Number+1, Last Line: 11
08:58:48.601 : Resend: 12
08:58:48.632 : Error:No Line Number with checksum, Last Line: 11
08:58:48.632 : Error:Line Number is not Last Line Number+1, Last Line: 11
08:58:48.632 : Resend: 12
08:58:48.663 : Error:Line Number is not Last Line Number+1, Last Line: 12
08:58:48.663 : Resend: 13
08:58:48.882 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://firmware.ultimaker.com PROTOCOL_VERSION:1.0 MACHINE_TYPE:GET delta pro EXTRUDER_COUNT:2 UUID:00000000-0000-0000-0000-000000000000
08:58:48.882 : echo:Active Extruder: 0

Post Reply