Hi everybody,
My name is Niels. It's my first post here, so if I did anything wrong, let me know. I recently started building a Cyclone and things are going great. I finished printing all essential parts and have almost all other "vitamins". Today I started testing my electronics.
I bought a Sanguinololu 1.3a from ebay and flashed the MarlinForCyclone-Marlin_v1 firmware from the zipfile in Cyclone-PCB-Factory-2.1.zip. I only added "#define MOTHERBOARD 62" above "#ifndef MOTHERBOARD" in the Configuration.h file and flashed the firmware without problem.
I can connect to the board with both Pronterface and bCNC. They both give the same result. Codes M17 and M18 lock and unlock my steppers as expected. But those are the only codes that seem to work. Any other command returns something like: 'echo:Unknown command: "?????????M0 5 5 5 5" '.
When I reset the printer this is my output:
start
echo:Marlin1.0.0
echo: Last Updated: Aug 3 2015 12:49:02 | Author: Carlosgs
Compiled: Aug 3 2015
echo: Free Memory: 12111 PlannerBufferBytes: 1232
echo:Hardcoded Default Settings Loaded
echo:Steps per unit:
echo: M92 X2560.0000 Y2560.0000 Z4800.0000 E800.0000
echo:Maximum feedrates (mm/s):
echo: M203 X5.0000 Y5.0000 Z2.5000 E45.0000
echo:Maximum Acceleration (mm/s2):
echo: M201 X16 Y16 Z16 E3000
echo:Acceleration: S=acceleration, T=retract acceleration
echo: M204 S20.0000 T3000.0000
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
echo: M205 S0.0000 T0.0000 B20000 X2.5000 Z2.5000 E5.0000
echo:Home offset (mm):
echo: M206 X0.0000 Y0.0000 Z0.0000
echo:SD init fail
Can you guys help me out? Any suggestions on how to proceed are welcome.
Thanks,
Niels