Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

AUTO_BED_LEVELIN

geschrieben von derhesse2002 
AUTO_BED_LEVELIN
11. September 2014 11:12
hi ich hab mal eine frage wegen dem Autobed-Leveling

alles wie hier gemacht
[www.youtube.com]


wenn ich es flashen will kommt immer das
Marlin_main.cpp: In function 'void dock_sled(bool, int)':
Marlin_main.cpp:1289: error: 'SLED_DOCKING_OFFSET' was not declared in this scope
Marlin_main.cpp:1293: error: 'SERVO0_PIN' was not declared in this scope
Marlin_main.cpp:1299: error: 'SLED_DOCKING_OFFSET' was not declared in this scope
Marlin_main.cpp:1302: error: 'SERVO0_PIN' was not declared in this scope

aber wenn ich das

#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)

aus mache kommt es nicht danke schonmal

Prusa I2 ,Marlin , Ramps 1.4, Pronterface

1-mal bearbeitet. Zuletzt am 11.09.14 12:06.
Re: AUTO_BED_LEVELIN
11. September 2014 12:09
kuck mal hier:
[forums.reprap.org]
Hatte das Prob mit der aktuellen Marlin auch, turbotommi's Tip hat bei mir geholfen.
Grüße
Re: AUTO_BED_LEVELIN
11. September 2014 17:44
Danke aber hilft mir irgendwie nicht weiter
Re: AUTO_BED_LEVELIN
11. September 2014 23:27
Hast Du in der Configuration.h ein Servo definiert?
"#define NUM_SERVOS 1 // Servo ...."
Hab mit dem Sensor zwar kein's dran, vermutlich setzt Marlin das aber für's BAL voraus.
Grüße
Re: AUTO_BED_LEVELIN
13. September 2014 02:49
Jap hab ich gemacht kommt nur wenn ich den einen Befehl aktiviere
Re: AUTO_BED_LEVELIN
13. September 2014 08:13
Kennt sich sonst keiner hier damit aus?
Re: AUTO_BED_LEVELIN
13. September 2014 11:43
Hast du die aktuelle Firmware herunter geladen. Ich habe letzten was über das Sled gelesen, dass es da Probleme mit gab und gefixt wurde.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: AUTO_BED_LEVELIN
13. September 2014 14:18
ich denke mal schon oder kannst du mir bitte den link einer aktuellen geben danke
Re: AUTO_BED_LEVELIN
13. September 2014 16:00
den "Fehler" mit dem Sled hatte ich mit der aktuellen Version;
turbotommi's Hint hat bei mir Abhilfe geschaffen.
Häng mal bitte deine "Coniguration.h" und die "Marlin_main.cpp" an.
Grüße
Re: AUTO_BED_LEVELIN
14. September 2014 03:26
hier sind beide datei höffe man findet den fehler
Anhänge:
Öffnen | Download - Marlin_main.cpp (145.5 KB)
Öffnen | Download - Configuration.h (33 KB)
Re: AUTO_BED_LEVELIN
14. September 2014 05:15
Hilferesistent, hm? Hätteste mal meinen ersten Post befolgt.
ich hab mit deinen Dateien überprüft > erwartungsgemäß dein beschriebener Fehler
turbotommi´s Hint in der Marlin_main.cpp eingetragen, gespeichert
nochmal überprüft > Resultat Arduino IDE: "Binäre Sketchgröße: 153.168 Bytes (von einem Maximum von 258.048 Bytes)"
Die Conf hab ich nicht verändert.
kuck in der Marlin_main.cpp in Zeile 1271 und 1272 die Veränderungen an.
Grüße

1-mal bearbeitet. Zuletzt am 14.09.14 05:16.
Anhänge:
Öffnen | Download - Marlin_main.cpp (145.5 KB)
Re: AUTO_BED_LEVELIN
14. September 2014 11:50
hey top danke hat geklappt ich hab nicht so die ahnung von dem ganzen programieren darum frage ich lieber danke nochmal

hab nur noch ein problem : Sobald er X Y Z auf home fährt und das autobed macht fährt er davor immer ein stück runter woran kann das liegen??

1-mal bearbeitet. Zuletzt am 14.09.14 11:50.
Re: AUTO_BED_LEVELIN
14. September 2014 13:40
wie geschrieben, ich hab deine Configuration.h nicht bearbeitet.
Hast Du die Offset-Werte angepasst?
Grüße
Re: AUTO_BED_LEVELIN
14. September 2014 13:53
ja hab ich der macht das noch beim befehl G28
Re: AUTO_BED_LEVELIN
02. December 2014 19:52
Hi. Did you solve your problem? I have exactly the same problem, and here's the only place where I can find something related with this problem. Sadly, I don't speak german.
If you could help me with this, I'll be very thankful.

Best regards.
Re: AUTO_BED_LEVELIN
02. December 2014 21:58
Hi MakingLat,
which problem you mean?
Greets
seefew
Re: AUTO_BED_LEVELIN
03. December 2014 11:08
Hi seefew, thanks for your reply.

This problem:

Quote
derhesse2002
hi ich hab mal eine frage wegen dem Autobed-Leveling

alles wie hier gemacht
[www.youtube.com]



wenn ich es flashen will kommt immer das
Marlin_main.cpp: In function 'void dock_sled(bool, int)':
Marlin_main.cpp:1289: error: 'SLED_DOCKING_OFFSET' was not declared in this scope
Marlin_main.cpp:1293: error: 'SERVO0_PIN' was not declared in this scope
Marlin_main.cpp:1299: error: 'SLED_DOCKING_OFFSET' was not declared in this scope
Marlin_main.cpp:1302: error: 'SERVO0_PIN' was not declared in this scope

aber wenn ich das

#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line)

aus mache kommt es nicht danke schonmal

Prusa I2 ,Marlin , Ramps 1.4, Pronterface

I'm trying to make the auto bed leveling, but without the sled, I don't need it, but I can't figure out how to configure in Marlin, it shows:

Marlin_main.cpp: In function 'void dock_sled(bool, int)':
Marlin_main.cpp:1293: error: 'SERVO0_PIN' was not declared in this scope
Marlin_main.cpp:1302: error: 'SERVO0_PIN' was not declared in this scope

I already downloaded the Marlin_main.cpp that you uploaded, and it compiles good, but I still haven't tested in my printer. What changes did you do?

Regards.
Re: AUTO_BED_LEVELIN
03. December 2014 11:21
The sledge-problem should be solved in the actual version, since 4 weeks or so?!?


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: AUTO_BED_LEVELIN
04. December 2014 18:09
Quote
Wurstnase
The sledge-problem should be solved in the actual version, since 4 weeks or so?!?

Thanks Wurstnase. Let me take a look. Have you tried it?
Re: AUTO_BED_LEVELIN
05. December 2014 03:46
My Printer works with Marlin, RAMPS, Autobedleveling without any issue.
Use the actual version of Marlin. [github.com]


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: AUTO_BED_LEVELIN
05. December 2014 12:17
Do I have to modify the start.gcode of my software?
I've tested my old Marlin and new Marlin, and both do the same. My printer is one made by myself, I'm using a Hall endstop with a retractable small rod, and I'm not using any servo, I don't need it. The problem I have is that only do the homing in Z during the Z test, instead of testing the entire rectangle. It respect the offset, but doesn't make the autoleveling
Re: AUTO_BED_LEVELIN
05. December 2014 12:20
Check this out:

My autobed level

What could be?

1-mal bearbeitet. Zuletzt am 05.12.14 12:24.
Re: AUTO_BED_LEVELIN
05. December 2014 12:33
Show your gcode.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: AUTO_BED_LEVELIN
05. December 2014 13:43
@MakingLat
Quote

Show your gcode.
and attach your configuration.h
Geetings


Sehen ist nicht nur Augensache
Drucker:
seefew's Jenny
Re: AUTO_BED_LEVELIN
05. December 2014 19:57
It's done, my autobed leveling is working excellent.

Thanks.
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen