wangsamas / wangsamas-firmware

Wangsamas firmware can be used for cartesian, delta and SCARA 3d printers and can be modified for plotter, CNC and laser.
http://www.wangsamas.com
24 stars 11 forks source link

What happens when you don't have the right drivers? #6

Open Power3DPrinting opened 6 years ago

Power3DPrinting commented 6 years ago

Hi, starting from the ground up in reconfiguring the Wangsama firmware for a single arm SCARA, using a RAMPS Arduino setup and I am not very tech savy, I can upload to my Arduino fine as far as I can tell but not sure if not having the right drivers would prevent the motors or kinematics from functioning properly. Many thanks for any advice or a link to clone drivers for download! Not sure if they are needed.

wangsamas commented 6 years ago

Hi, if your hardware are not in the firmware, you have to modify pins.h file to fit your hardware

Power3DPrinting commented 6 years ago

Thanks for the tip, I have no idea how to tell if any of the pins are wrong, I am using a RAMPS 1.4 and Arduino Mega 2560 R3, the default setting, board 33, what pins do I have to change?

wangsamas commented 6 years ago

You need the driver for your computer to connect to your hardware. If you can upload the firmware to your hardware then you already have the driver.

You need to modify the pins in the firmware if your hardware is not in the firmware list of hardware

On Tue, 27 Mar 2018, 07:04 Daniel Power, notifications@github.com wrote:

Thanks for the tip, I have no idea how to tell if any of the pins are wrong, I am using a RAMPS 1.4 and Arduino Mega 2560 R3, the default setting, board 33, what pins do I have to change?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wangsamas/wangsamas-firmware/issues/6#issuecomment-376351436, or mute the thread https://github.com/notifications/unsubscribe-auth/AKM_BFkzMPTvuTV-P8oDHRbDv8O5TkNHks5tiYIdgaJpZM4S6Z_c .

Power3DPrinting commented 6 years ago

Okay, thank you, then I should be fine then, much appreciated o7