I have gotten everything working except the auto leveling stuff, But I manually leveled the bed. So that is ok , I can work on that later.
The reversed motor issue I found while leveling, was due to the belt and mount being backwards and then switch the direction of X again
to align with the rest ...
Search found 10 matches
- Mon Jun 22, 2015 1:01 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
- Sun Jun 21, 2015 1:35 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
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 ...
#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 ...
- Fri Jun 19, 2015 7:30 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
All the end stops are working and return M119 data correctly, its just the X axis always goes away from it. Its the X axis stepper motor itself causing the problem.
You could do something like a pull the wires from the stepper and swap them to change the phase to force an invert, or maybe the pololu ...
You could do something like a pull the wires from the stepper and swap them to change the phase to force an invert, or maybe the pololu ...
- Thu Jun 18, 2015 6:02 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
I have tested the controller board and it was ok, no problems.
What I had to do was change sensor slot to furthermost away from reset button.
Which was not what the wiki had shown. I also had to do this for the hotend temp also.
Sensors for the heat bed and extrruder 0 work fine now. This issue ...
What I had to do was change sensor slot to furthermost away from reset button.
Which was not what the wiki had shown. I also had to do this for the hotend temp also.
Sensors for the heat bed and extrruder 0 work fine now. This issue ...
- Wed Jun 17, 2015 2:19 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
I have checked over and over again and its reading some resistance in accordance with the thermistor
at the end connector located by the second slot in between GT and reset button.
While typing G-CODE M105 on the direct serial connection I get the return debug data.
ok T:0.0 /0.0 B:28.9 /0.0 T0:0 ...
at the end connector located by the second slot in between GT and reset button.
While typing G-CODE M105 on the direct serial connection I get the return debug data.
ok T:0.0 /0.0 B:28.9 /0.0 T0:0 ...
- Tue Jun 16, 2015 7:21 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
I did get the LCD working, I had to uncomment the #define DISPLAY_CHARSET_HD44780_JAPAN
But still having the temperature setting issue.
: Extruder switched off. MINTEMP triggered !
Error:Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after ...
But still having the temperature setting issue.
: Extruder switched off. MINTEMP triggered !
Error:Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after ...
- Tue Jun 16, 2015 7:16 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
I'm having trouble with the temperature settings.
The bed heater and sensor are working fine.
I know this because I can set TEMP_SENSOR_0 0 to disable the hotend sensor.
But the hotend temp sensor gives me this error and locks the printer when enabled ...
The bed heater and sensor are working fine.
I know this because I can set TEMP_SENSOR_0 0 to disable the hotend sensor.
But the hotend temp sensor gives me this error and locks the printer when enabled ...
- Mon Jun 15, 2015 6:21 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
zhangxueyou,
Thanks for the quick response. I have downloaded the firmware from my email and looked over the code, its using the Ultimaker
board setting. I was using a different setting totally. Plus see all the SD card and LCD code in the source tree. Will be busy , but get
to installing it it ...
Thanks for the quick response. I have downloaded the firmware from my email and looked over the code, its using the Ultimaker
board setting. I was using a different setting totally. Plus see all the SD card and LCD code in the source tree. Will be busy , but get
to installing it it ...
- Mon Jun 15, 2015 3:43 pm
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Re: Delta Rostock mini G2 dual firmware for GT2560
I had gotten the Firmware here(1) and compiled it and installed it.
Added the Delta Configuration.h Configuration_adv.h to the source and set the numbers to the ones in the wiki(2).
I had set the temp sensors to 100k for the hotend and 10k for the hotbed. Was getting MAXTEMP error otherwise.
But ...
Added the Delta Configuration.h Configuration_adv.h to the source and set the numbers to the ones in the wiki(2).
I had set the temp sensors to 100k for the hotend and 10k for the hotbed. Was getting MAXTEMP error otherwise.
But ...
- Mon Jun 15, 2015 11:48 am
- Forum: Firmware
- Topic: Delta Rostock mini G2 dual firmware for GT2560
- Replies: 40
- Views: 73495
Delta Rostock mini G2 dual firmware for GT2560
I had reconfigured my firmware and uploaded, but can not find out which settings I need for LCD and SD card display.
Some of the setting I did were found on the wiki site , but not all of them .
http://www.geeetech.com/wiki/index.php/Delta_Rostock_mini_G2
Would be nice if you guys had a Github ...
Some of the setting I did were found on the wiki site , but not all of them .
http://www.geeetech.com/wiki/index.php/Delta_Rostock_mini_G2
Would be nice if you guys had a Github ...