Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

RepRapPro Ormerod 2 spinning smiley sticking its tongue out

geschrieben von Printerfix 
RepRapPro Ormerod 2 spinning smiley sticking its tongue out
03. February 2015 11:46
Hallo Zusammen ,

ich habe mir den RepRapPro Ormerod 2 gekauft und zusammen gebaut.
Der Druck ist sehr gut. Der Drucker ist bis auf den Lüfter leise.

Nun ich möchte die Z-Spindel, also die M5 Gewindestange gegen eine Trapezgewindespindel TR8x1, 5 ersetzen und direkt verbinden.
Ok, bis dahin kein Problem smileys with beer .

Wenn ich richtig recherchiert habe, sollte die Formel momentan lauten; 1,8° NEMA 17 mit M5 Regelwinde: (200 * 16) / 0.8 = 4000.
Mit der TR8x1,5 - 1,8° NEMA 17 mit Tr8x1,5mmsad smiley200 * 16) / 1,5 = 2133,3333

Also muss ich nach dem Umbau die Motor-Step Werte ändern und da fängt das Problem an.

Ich habe in der Kommando Zeile vom "Pronterface" den Befehl M503 eingegeben:

SENDING:M503
; Configuration file for RepRap Ormerod 2
; RepRapPro Ltd
;
; Copy this file to config.g if you have an Ormerod 2
; If you are updating a config.g that you already have you
; may wish to go through it and this file checking what you
; want to keep from your old file.
;
M111 S0 ; Debug off
M550 PMy RepRapPro Ormerod 2 ; Machine name (can be anything you like)
M551 xxxxxxxx ; Machine password (currently not used)
M540 P0xB0:0xE0:0xD0:0xA0:0xF0:0xE0 ; MAC Address
M552 P192.168.x..x ; IP address
M553 P255.255.255.0 ; Netmask
M554 P192.168.x.x ; Gateway
M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute corrdinates...
M83 ; ...but relative extruder moves
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
;M305 P0 R4700 ; Set the heated bed thermistor series resistor to 4K7
;M305 P1 R4700 ; Set the hot end thermistor series resistor to 4K7
M569 P0 S0 ; Reverse the X motor
M92 E433 ; Set extruder steps per mm
M558 P2 ; Use a modulated Z probe
G31 Z2.7 P586 ; Set the probe height and threshold (deliberately too high to avoid bed crashes on initial setup)
M557 P0 X55 Y2 ; Four...
M557 P1 X55 Y190 ; ...probe points...
M557 P2 X215 Y190 ; ...for bed...
M557 P3 X215 Y2 ; ...levelling
M556 S78 X0.0 Y0.0 Z-0.5 ; Put your axis compensation here
M201 X500 Y500 Z15 E500 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M563 P1 D0 H1 ; Define tool 1
G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures

Genau das steht auch in der "config.g" im "sys-Ordner" auf der Sd Karte .

Was ich unter M92 vermisse ist so was wie "M92 X91.429 Y91.429 Z4000.000 E945.000 " .

Die Configuration.h Datei ist hier ein zu sehen [github.com] .

Wer hat eine Idee wie ich an die Werte komme und die ändern kann ?

Gruß Torben

1-mal bearbeitet. Zuletzt am 03.02.15 12:08.
Re: RepRapPro Ormerod 2 spinning smiley sticking its tongue out
03. February 2015 13:32
Das sind die Originalwerte aus der platform.h:
#define DRIVE_STEPS_PER_UNIT {87.4890, 87.4890, 4000.0, 420.0, 420.0, 420.0, 420.0, 420.0}
Auf der SD-Karte werden nur die Abweichungen davon benötigt. Schreib' in die config.g einfach den Z-Wert mit rein:
M92 Z2133 E433 ; Set extruder steps per mm

Herzl. Grüße
Re: RepRapPro Ormerod 2 spinning smiley sticking its tongue out
04. February 2015 11:00
Hallo AlterBastler ,

ich habe das Ganze mit "M92 Z2000" getestet. Die Z-Achse ist also nur 0,5mm gefahren thumbs up.

Vielen Dank und danke für die schnelle Antwort smiling smiley .
Gruß aus Wob
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen