Thanks for the videos they helped me get through some questions especially the power supply since that wasn't in the document. I seem to have the same issue with the firmware as it is giving me a mintemp BED and I don't have a heated bed. I tried to use Cura to upload the firmware but it cannot connect. I am new to 3D Printing, but not to the Arduino world, I have alwaays uploaded my code not a hex file thought. Can you give me any tips?
Thanks,
Doug
Which is a clear violation of Marlin's license. Marlin is published under the GPL license. Xmachines is required to provide the source upon request.
Doug
Glad that you guys are happy with their communication; as you know, some people are having a significantly "different" experience with xmachines. As far as I'm concerned, I find it really hard to sympathies with them, or to believe in their good intentions. This "non-compliance" doesn't help.
Based on Sandro's recommendation, I got Arduino 1.6.13 and the Marlin firmware.
It sees the USB port.
I selected "Get Board Info" and got:
BN: Unknown board
VID: 0403
PID: 6001
SN: Upload any sketch to obtain it
I tried to upload the firmware and got:
Sketch uses 51,312 bytes (20%) of program storage space. Maximum is 253,952 bytes.
Global variables use 2,666 bytes (32%) of dynamic memory, leaving 5,526 bytes for local variables. Maximum is 8,192 bytes.
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
An error occurred while uploading the sketch
BTW, I have a duo, 9"x9", non heated bed.
Thanks,
Travis Jackson
Board: Arduino/Genuino Mega or Mega 2560
Processor: ATMega 2560 (Mega2560)
I'm in touch with Xmachines; they are going to send me the firmware for my printer; so, I can try to re-flash.
I have a DUO, 9"x9", no heated bed. I believe you have the same thing.
I'll keep you posted on how it goes for me.
Al
Say you want to upload the "standard" Marlin firmware. Download it and unzip.
Run Arduino, select File/Open.
Find the Marlin-RC folder (this what is called in my Mac, PC should be the same). Open it.
Find the Marlin folder (under Marlin-RC). Open it.
Find file Marlin.ino. Open it.
With the printer connected, select Sketch.
You could do a Verify/Compile (to check the Marlin firmware compiles).
Or you could just Upload (under Sketch).
If you do this, you are committed. Cannot interrupt the process.
Don't do any of this if you are not sure. :-)
Al