Auto Bed Leveling - keine Positionierung in XY 04. July 2016 15:48 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
#define ABL_PROBE_PT_1_X 60 #define ABL_PROBE_PT_1_Y 60 #define ABL_PROBE_PT_2_X 60 #define ABL_PROBE_PT_2_Y 160 #define ABL_PROBE_PT_3_X 120 #define ABL_PROBE_PT_3_Y 160
G28 G29ausführe, bleibt der Druckkopf nach dem HOMING auf seiner aktuellen (HOME) Position stehen und macht Z_PROBE(s)
21:38:43.478 : N628 G28*31 21:39:18.431 : N641 G29*17 21:39:25.048 : Bed x: 60.00 y: 60.00 z: 1.70 21:39:33.025 : Bed x: 60.00 y: 160.00 z: 1.70 21:39:40.998 : Bed x: 120.00 y: 120.00 z: 1.70 21:39:41.006 : echo:endstops hit: X:100.00 Y:165.01 Z:1.70
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe) // X and Y offsets must be integers #define X_PROBE_OFFSET_FROM_EXTRUDER -40 #define Y_PROBE_OFFSET_FROM_EXTRUDER -5 #define Z_PROBE_OFFSET_FROM_EXTRUDER -1.68 Edit: Das '-' muss vermutlich weg
Re: Auto Bed Leveling - keine Positionierung in XY 07. July 2016 02:44 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 13 |
Quote
MarceIIo
Was hat es mit der Zeile 'echo:endstops hit: X:100.00 Y:165.01 Z:1.70' auf sich?
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 03:43 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
01: G32 S2 02 : Info:Autoleveling disabled 03 : Z-probe:8.39 X:140.00 Y:0.00 04: Z-probe:8.39 X:140.00 Y:152.00 05 : Z-probe:8.73 X:40.00 Y:80.00 06 : plane: a = -0.0034 b = -0.0000 c = 8.8664 07 : Transformation matrix: 0.999994 0.000000 0.003418 -0.000000 1.000000 0.000014 -0.003418 -0.000014 0.999994 08: CurrentZ:8.59 atZ:6.85 09: Info:Autoleveling enabled 10: X:40.03 Y:80.00 Z:8.453 E:220.0000
1.750 Z-probe height [mm] 5.000 Max. z-probe - bed dist. [mm] 2.000 Z-probe speed [mm/s] 100.000 Z-probe x-y-speed [mm/s] -40.000 Z-probe offset x [mm] -8.000 Z-probe offset y [mm] 140.000 Z-probe X1 [mm] 0.000 Z-probe Y1 [mm] 140.000 Z-probe X2 [mm] 160.000 Z-probe Y2 [mm] 40.000 Z-probe X3 [mm] 80.000 Z-probe Y3 [mm] 0.000 Z-probe bending correction A [mm] 0.000 Z-probe bending correction B [mm] 0.000 Z-probe bending correction C [mm] 1 Autolevel active (1/0)
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 05:25 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 08:21 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
Y 160 ^ | | 0+-----> X 0 140
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 09:04 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
14:58:27.047 : X:140.00 Y:0.00 Z:0.000 E:0.0000 14:59:21.424 : G32 S1 14:59:31.551 : Info:Autoleveling disabled 14:59:42.751 : Z-probe:6.81 X:140.00 Y:0.00 14:59:50.455 : Z-probe:6.72 X:140.00 Y:152.00 14:59:58.155 : Z-probe:7.30 X:40.00 Y:80.00 15:00:00.955 : plane: a = -0.0054 b = -0.0006 c = 7.5653 15:00:00.955 : Transformation matrix: 0.999986 0.000000 0.005374 -0.000003 1.000000 0.000602 -0.005374 -0.000602 0.999985 15:00:00.955 : CurrentZ:7.08 atZ:6.85 15:00:01.457 : Info:Autoleveling enabled 15:00:01.457 : X:40.04 Y:80.00 Z:6.819 E:0.0000 15:00:25.819 : G28 15:00:42.560 : X:140.00 Y:-0.00 Z:-0.000 E:0.0000
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 09:44 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 15:31 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 16:23 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 16:46 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
Re: Auto Bed Leveling - keine Positionierung in XY 09. July 2016 16:52 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 300 |
Re: Auto Bed Leveling - keine Positionierung in XY 10. July 2016 03:27 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |
#define MIN_HARDWARE_ENDSTOP_Z falsebringt außer einer dramatischen Fehlermeldung im roten Fenster in Repetierhost nichts.
Re: Auto Bed Leveling - keine Positionierung in XY 10. July 2016 12:03 |
Registrierungsdatum: 8 Jahre zuvor Beiträge: 11 |