cosudor

About

Username
cosudor
Joined
Visits
9
Last Active
Roles
Member

Comments

  • I can confirm that the stock 0.92.7 works for me using board number 66. Thank you very much.
  • Here is a board description from K8200 Wiki. 3DRAG and K8200 both use the same ATmega2560-based design. The wiki article explains that it is a successor of Sanguinololu Controller (ATmega644 based). I have 'Arduino Mega' selected when compiling. …
  • Hmmm. Just noticed the 0.92.7 which has the spindle issue fixed. Thank you.
  • BTW: could you verify my problem with missing "direction = 0;" in  CNCDriver::spindleOff() which I described above?
  • I used this as "userpins.h" and set motherboard to 999. Worked for me.
  • #define KNOWN_BOARD 1 //////////////////FIX THIS////////////// #ifndef __AVR_ATmega1280__ #ifndef __AVR_ATmega2560__ #error Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #endif #endif // X/Y/Z Steppers and MIN…
  • I have a more or less complete list of pins obtained from some other post. But as I currently use the board in a cnc router, I could not verify all pins. But the risk should be minimal. The primary confusion is about heaters. The userpins.h mentione…
  • I now have a working "userpins.h" for a 3DRAG/K8200 printers motherboard. At least all pins used for CNC milling have been tested. Thermistor pins are defined, but untested. Lets see where I can contribute is. Perhaps it would be feasible to weave i…
  • I can confirm that 0.92.6 now works for me (at least compiles and starts printer, menu and preheating...). Thank you again,Michael
  • I am not exactly sure what the KILL_METHOD is about; I assume it is the part where I choose to reset instead of simply shutting done heaters.I chose this method because even after reset it automatically turns on my extruder fan, as long as the tempe…
  • My fault. Seems my ide was still set to the Due because of RADDS board.
  • Hmmm. I tried to use "userpins.h". Got very strange error: In file included from Repetier.h:457:0,                  from Commands.cpp:22: HAL.h:34:20: fatal error: avr/io.h: No such file or directory  #include                     ^ compilation term…