How to connect your printrboard to Printrun.

Leave a comment

1. The Printrboard Board comes ready-to-print with Marlin RC2Firmware and LUFA  CDC BootLoader already installed .

 

2.Before plugging in the Printrboard Electronics to your computer install the

Printrboard driver Serial_install.exe.

 

3.plug the Printrboard Electronics into your computer via USB Port and

wait for the driver to finish installing,that will give you a com port number,

you can check it on device manager.

 

4.Start Printrun , select the port your Printrboard was installed to and set the baud to 250000 then click connect.

5.If your Printrun shows “connecting…” for a long time,close Pronterface, unplug the USB Cable from the Printrboard, Shut off the Power to the Printrboard, Homing   the Y axis.

6.Turn on the Power to the Printrboard, Plug in the USB Cable, Start Pronterface and click connect.

 

Setting Sprinter with Ramp 1.4

Leave a comment

1. Arduino 2.3 to upload Sprinter to Ramp

   change config tab

   float axis_steps_per_unit[] = {80, 80, 3200/1.25,700};

2 The Z axis setting

   a 200 step motor using 16x micro-stepping gives you 3200 steps, an M8 threaded rod is 1.25mm per complete revolution so 3200/1.25 = 2560,so my gear ratio is 2.5,I must set 2560X2.5=6400 for 1 mm up or down.

float axis_steps_per_unit[] = {80, 80, 6400,700};

 

Getting Started with ArduBlock

Leave a comment

Getting Started with ArduBlock

1.Download ardublock-all.jar ArduBlock

2. In Arduino IDE, open menu “Arduino” -> “Preferences”

3. Find “Sketchbook location:”

Your logging name

  • In Linux, /home/george/sketchbook/tools/ArduBlockTool/tool/ardublock-all.jar
  • In Windows, C:\Users\george\Documents\Arduino\tools\ArduBlockTool\tool\ardublock-all.jar

This is a graphic programmning laguage use with Arduino IDE,it is suitable for children.