Builders/Config/Config Axes/de

From RepRap
Revision as of 10:13, 15 August 2010 by Peer (talk | contribs) (Seite angelegt und ÜS begonnen.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hinweis: Dies ist eine Übersetzung der englischen Originalseite Builders/Config/Config_Axes

Konfiguration der Achsen

Die X-, Y- und Z-Achsen werden exakt auf dieselbe Weise konfiguriert. Der Abstand, der bei jedem Bewegungsschritt zurückgelegt wird, muss justiert werden, andernfalls werden Kreise zu Ovalen und Quadrate zu Rechtecken. Außerdem würde das Drucken nicht richtig funktionieren, da die Kunststoffwurst gestreckt oder gestaucht würde.

Diese Prozedur setzt voraus, dass Du einen getesteten und funktionierenden RepRap hast (siehe Builders/Config/Getting_Started)

Beginne mit der X-Achse.

  • Home all 3 axes.
  • Mark the position of your extruder nozzle on the bed using tape or pencil.
  • Move the x-axis to 10mm, and then again in 10mm steps until it's about half-way across.
  • Mark the position of the nozzle and measure the distance between the two marks.
  • Open the preferences dialog and look up the setting XAxisScale (Steps/mm). The default is 7.93something.

You can now calculate the correct scale. Example values: I moved the x-axis 100mm using the host software. I measured the two marks to be 83mm apart.

The host software asked the stepper to move: (distance recorded in host software) x (Current XAxisScale setting) 100mmx7.93steps/mm = 793 steps

The 793 steps actually moved 83mm, so steps/mm 793/83 = 9.55421687

So the new correct value of XAxisScale is 9.5542

  • Test by restarting the host software and moving the x-axis 100mm and re-measuring. It should move 100mm.

Repeat for the other axes.