Search found 7 matches

by SteveShein
Mon Aug 03, 2015 9:03 pm
Forum: Stepper Motor
Topic: X,Y,Z AXIS GRONS SIDE AND THE EXTRUDER MOTOR DONT WORK
Replies: 8
Views: 11588

Re: X,Y,Z AXIS GRONS SIDE AND THE EXTRUDER MOTOR DONT WORK

i resolve the problem but now i have more problems....no one of the fans are working after reinstall the firmware.....y check the conection and are fine, i check the voltage and i dont have any in the area of fans......other problem that i have its that when i made the autolevel, i put all the axis...
by SteveShein
Tue Jul 21, 2015 10:13 am
Forum: Others
Topic: Rostock G2 Mini - G29 breaking carriages
Replies: 8
Views: 12985

Rostock G2 Mini - G29 breaking carriages

When I first got this "kit", the G29 command would run within bounds and not damage anything, but it never seemed to do the auto level. After two firmware updates, the G29 command now tries to run to invalid points before it starts, and it doesn't take much to break the tabs that connect the rods to...
by SteveShein
Sun Jul 19, 2015 12:46 am
Forum: Others
Topic: Rostock Mini G2 - Zeroing/leveling XYZ
Replies: 6
Views: 10111

Re: Rostock Mini G2 - Zeroing/leveling XYZ

I continue to have difficulty. After burning the new firmware, I also did the recommended other firmware edits for this printer. I now have a broken spider plate. What is there that should stop the machine from going to positions that are not valid and will break components? It's hard to print parts...
by SteveShein
Fri Jul 17, 2015 7:40 pm
Forum: Others
Topic: Rostock Mini G2 - Zeroing/leveling XYZ
Replies: 6
Views: 10111

Re: Rostock Mini G2 - Zeroing/leveling XYZ

Thank you very much, I will re-burn and let you know the results.
by SteveShein
Fri Jul 17, 2015 10:28 am
Forum: Others
Topic: Rostock Mini G2 - Zeroing/leveling XYZ
Replies: 6
Views: 10111

Rostock Mini G2 - Zeroing/leveling XYZ

I hope someone has a nice easy to follow method to zero and level off my XYZ. I am trying to follow this http://www.instructables.com/id/Using-Repetier-Host-to-Set-Up-Your-Auto-Leveling-P/step11/Set-3-probing-points-050433-25-433-25-using-G-code/ but if I send a GCODE command like "GO X0 Y50 Z2" the...
by SteveShein
Thu Jul 16, 2015 7:54 pm
Forum: Firmware
Topic: Delta Rostock mini G2 dual firmware for GT2560
Replies: 40
Views: 71600

Re: Delta Rostock mini G2 dual firmware for GT2560

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...
by SteveShein
Thu Jul 16, 2015 9:34 am
Forum: Firmware
Topic: Delta Rostock mini G2 dual firmware for GT2560
Replies: 40
Views: 71600

Re: Delta Rostock mini G2 dual firmware for GT2560

Setting the X direction opposite of the others in firmware fixed the problem. #define INVERT_X_DIR false // for Mendel set to false, for Orca set to true #define INVERT_Y_DIR true // for Mendel set to true, for Orca set to false #define INVERT_Z_DIR true // for Mendel set to false, for Orca set to ...