REPRAP UPDATE

  • user warning: Table 'makerspace._drupalcomments' doesn't exist query: SELECT COUNT(*) FROM _drupalcomments c WHERE c.nid = 34 AND c.status = 0 in /home/makerspace/makerspace.editkid.com/modules/comment/comment.module on line 992.
  • user warning: Table 'makerspace._drupalcomments' doesn't exist query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.signature, u.picture, u.data, c.thread, c.status FROM _drupalcomments c INNER JOIN _drupalusers u ON c.uid = u.uid WHERE c.nid = 34 AND c.status = 0 ORDER BY c.thread DESC LIMIT 0, 50 in /home/makerspace/makerspace.editkid.com/modules/comment/comment.module on line 992.

the reprap is now crudely functionion and has printed out several test shapes.

two squares with layers.

and a flat raft shape.

but most importantly, i've figured out how to consistantly start a print off properly.

using gcdump at the command line:

0. set metric mode

G21

1. move extruder to home:

G1 X-100 Y-100

2. get the extruder good and hot. i tell it to go to 118 with 

M104 P118

wait until it is up to temperature.  (will take a while)

3. turn on extruder motor

M101

3. lower extruder to work bench, and then up 0.5 mm

G1 Z-10

G1 Z0.5

the extruder should just touch the workbench, and then raise up 0.5 mm. this creates nice wide traces which stick to each other nicely. this may not be the best way to drive the reprap but it's working right now.

4. lay out a test bead.

G1 X20 F100 

5. if that looks good, draw test shape:

G1 X20 F100 

G1 Y20 F100 

G1 X-20 F100 

G1 Y-20 F100 

6.move up for next layer

G1 Z0.5

and repeat from step 5.

 

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr><br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong><font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code><cite> <embed> <object> <param> <strike> <caption>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.