Skip to content

Commit

Permalink
updated todo.txt and more asciidoc work
Browse files Browse the repository at this point in the history
  • Loading branch information
timschmidt committed Nov 4, 2010
1 parent 8de9eb0 commit 533ee60
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
16 changes: 6 additions & 10 deletions doc/manual.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ You will almost certainly want to change the value on the line that sets tempera
When you first open RepSnapper this is what is in the tab:
----
; GCode generated by RepSnapper by Kulitorum
G21 ;metric is good!
G90 ;absolute positioning
T0 ;select new extruder
G28 ;go home
G92 E0 ;set extruder home
M104 S200.0 ;set temperature to 200.0
G21 ;metric is good!
G90 ;absolute positioning
T0 ;select new extruder
G28 ;go home
G92 E0 ;set extruder home
M104 S200.0 ;set temperature to 200.0
G1 X20 Y20 F500 ;Move away from 0.0, so we use the same reset (in the layer code) for each layer
----

Expand Down Expand Up @@ -539,10 +539,6 @@ Raft
Gcode

* Start tab
* Removed the M83 line in the start code. (important to replace it with an M82 command, or reboot the Arduino)

M83 has the effect of causing the extruder to start very slow, and extrude faster as the print progresses..??

* Cleared the text out of the other tabs, knowing that the steppers are skipping steps is a good thing at the beginning.

Appendix A.
Expand Down
26 changes: 7 additions & 19 deletions doc/manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1024,12 +1024,12 @@ <h4 id="_start_tab">3.4.1. Start tab</h4>
<div class="listingblock">
<div class="content">
<pre><tt>; GCode generated by RepSnapper by Kulitorum
G21 ;metric is good!
G90 ;absolute positioning
T0 ;select new extruder
G28 ;go home
G92 E0 ;set extruder home
M104 S200.0 ;set temperature to 200.0
G21 ;metric is good!
G90 ;absolute positioning
T0 ;select new extruder
G28 ;go home
G92 E0 ;set extruder home
M104 S200.0 ;set temperature to 200.0
G1 X20 Y20 F500 ;Move away from 0.0, so we use the same reset (in the layer code) for each layer</tt></pre>
</div></div>
<div class="paragraph"><p>In Labitat.dk the Workhorse Mendel uses this in the Start tab</p></div>
Expand Down Expand Up @@ -1517,18 +1517,6 @@ <h3 id="_launching">4.1. Launching</h3><div style="clear:left"></div>
</li>
<li>
<p>
Removed the M83 line in the start code. (important to replace it with an M82 command, or reboot the Arduino)
</p>
<div class="qlist"><ol>
<li>
<p><em>
M83 has the effect of causing the extruder to start very slow, and extrude faster as the print progresses..
</em></p>
</li>
</ol></div>
</li>
<li>
<p>
Cleared the text out of the other tabs, knowing that the steppers are skipping steps is a good thing at the beginning.
</p>
</li>
Expand Down Expand Up @@ -1615,7 +1603,7 @@ <h3 id="_launching">4.1. Launching</h3><div style="clear:left"></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2010-11-04 04:52:15 EDT
Last updated 2010-11-04 05:10:08 EDT
</div>
</div>
</body>
Expand Down
2 changes: 2 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Write an 'install' target in our makefile

Implement a big red "Emergency Stop" button on the print tab that sends an M112 code to the printer.

Libraries to be moved to /lib:

- ivcon.c
Expand Down

0 comments on commit 533ee60

Please sign in to comment.