Code: Select all
M203 X192 Y208 Z4 ; set max rapid rates mm per sec
G91; set to incremental motion
G1 Z10.0 F11520; raise Z
G90; set to absolute motion
G28 X0 Y0; home X and Y axes
G1 X276 F11520; go to probe deployment position
G1 X288 F350; deploy probe
G1 X250 F11520; go to safe place
G28 Z0; Home Z axes
G29; probe bed
G1 Z12.0 F240; raise probe off bed
G1 X14 F11520; go to probe retract position
G1 X0.5 F350; retract probe
G1 X1 F350; move away from limit switch
M206 X0.0 Y0.0 Z0.0; offset home position for fine tuning
Here is the start up form my TAZ:
Code: Select all
Connecting...
start
Printer is now online.
echo: External Reset
Marlin 1.0.0
echo: Last Updated: Dec 6 20132013-07-03 20:45:37 | Author: (1013, bed level config for TAZ)
Compiled: Dec 6 2013
echo: Free Memory: 5458 PlannerBufferBytes: 1232
echo:Using Default settings:
echo:Steps per unit:
echo: M92 X100.50 Y100.50 Z800.00 E800.00
echo:Maximum feedrates (mm/s):
echo: M203 X192.00 Y208.00 Z4.00 E45.00
echo:Maximum Acceleration (mm/s2):
echo: M201 X9000 Y9000 Z100 E10000
echo:Acceleration: S=acceleration, T=retract acceleration
echo: M204 S500.00 T3000.00
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum xY jerk (mm/s), Z=maximum Z jerk (mm/s)
echo: M205 S0.00 T0.00 B20000 X5.00 Z0.40 E5.00
echo:Home offset (mm):
echo: M206 X0.00 Y0.00 Z0.00
echo:PID settings:
echo: M301 P22.20 I1.08 D114.00
There must be a setting wrong. but i cant find the problem.
I keep trying, but maybe somebody knows whats wrong.

Andy W