Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Probleme mit Hephestos Update auf Marlin 1.1.0-RC3

geschrieben von Profane 
Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 04:15
Hallo zusammen, ich bin auch neu im Bereich 3D-Druck. Meine ersten Ergebnisse mit der Originalfirmware waren einigermaßen
zufriedenstellend. Nun wollte ich aber einen kapazitiven Näherungssensor mit Servo verbauen (ja, ich weiß, gibt schönere Lösungen, aber ich bin ein Spielkind :-D).
Habe mir also, da die Originalfirmware wohl keine Servoansteuerung unterstützt, die oben genannte Marlin Firmware aufgespielt.
Nun kommen die Probleme. Die Einstellungen in der Datei die ich eindeutig identifizieren konnte funktionieren auch. Teilweise aus der originalen
Datei abgeguckt und teilweise über google ermittelt. Das Display, der Buzzer und der Drehknopf funktionieren. Was ich allerdings
nicht raus bekomme sind andere Sachen. Z.B. werden beim anfahren der Home-Position die Endschalter ignoriert. Ich hatte vorsichtshalber gottseidank die Hand
am "Not-Aus". Des Weiteren werden die Positionen der Achsen auf dem Display nicht angezeigt. Und durch mein, im Moment noch sehr geringes,
Verständnis, kann ich doch den Home-Punkt gar nicht ermitteln wenn die Endstops nicht reagieren. oder? Genauso funktioniert die Achsenansteuerung
über die Software nicht. Komme gerade nicht auf den Namen der Software die ich verwendet habe. (Mit der originalen Firmware hat das übrigens funktioniert).

Vielleicht kann mir bis hier hin ja schon jemand helfen. Vielen Dank schon mal!

EDITH sagt: Die Version 1.1.0-RC3 nutze ich nur, weil mir gesagt wurde dass die neuere Software die Ansteuerung von Servos nicht mehr unterstützt.

2-mal bearbeitet. Zuletzt am 17.03.16 04:47.
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 07:15
Mit M119 Endstop testen und ggf. anpassen.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 13:17
18:16:26.277 : x_min: TRIGGERED
18:16:26.277 : x_max: TRIGGERED
18:16:26.277 : y_min: TRIGGERED
18:16:26.277 : y_max: TRIGGERED
18:16:26.277 : z_min: TRIGGERED
18:16:26.277 : z_max: TRIGGERED

Ist das Ergebnis.Physisch ist aber keiner von denen gedrückt.
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 13:21
Und was passiert, wenn du einen Endstop drückst, und dabei gleichzeitig M119 sendest?


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 13:27
18:26:30.031 : x_min: open
18:26:30.031 : x_max: TRIGGERED
18:26:30.031 : y_min: TRIGGERED
18:26:30.031 : y_max: TRIGGERED
18:26:30.031 : z_min: TRIGGERED
18:26:30.031 : z_max: TRIGGERED
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 13:32
Also genau falsch rum, einfach ändern...


[www.facebook.com]

Power is nothing.....without control!
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 13:53
Ja, hat funktioniert. Danke schonmal. Ich bastel dann mal weiter :-D
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 15:12
Kannst du mir sagen wie bei dem Befehl M114 der Unterschied zwischen den vorderen Zahlen und den "Count X" Zahlen bei der Z-Achse zustande kommt?

20:08:46.755 : X:-25.20 Y:35.40 Z:43.24 E:0.00 Count X: -25.20 Y:35.40 Z:43.54
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
17. March 2016 16:38
Ich nochmal, ich habe das Tutorial hier genau befolgt. Beim compilieren aber bekomme ich folgende Fehlermeldung. Und ich werde daraus nicht schlau :-/

Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\Marlin.ino.cpp:1:0:

Configuration.h:494: error: floating constant in preprocessor expression

   #define X_PROBE_OFFSET_FROM_EXTRUDER 25.2     // Z probe to nozzle X offset: -left  +right

                                        ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:85:24: note: in definition of macro 'max'

 #define max(a,b) ((a)>(b)?(a)sad smileyb))

                        ^

sketch\Conditionals.h:280:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER'

     #define MIN_PROBE_X (max(X_MIN_POS, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:178:37: note: in expansion of macro 'MIN_PROBE_X'

       #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X

                                     ^

Configuration.h:494: error: floating constant in preprocessor expression

   #define X_PROBE_OFFSET_FROM_EXTRUDER 25.2     // Z probe to nozzle X offset: -left  +right

                                        ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:85:32: note: in definition of macro 'max'

 #define max(a,b) ((a)>(b)?(a)sad smileyb))

                                ^

sketch\Conditionals.h:280:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER'

     #define MIN_PROBE_X (max(X_MIN_POS, X_MIN_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:178:37: note: in expansion of macro 'MIN_PROBE_X'

       #if LEFT_PROBE_BED_POSITION < MIN_PROBE_X

                                     ^

Configuration.h:494: error: floating constant in preprocessor expression

   #define X_PROBE_OFFSET_FROM_EXTRUDER 25.2     // Z probe to nozzle X offset: -left  +right

                                        ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:84:24: note: in definition of macro 'min'

 #define min(a,b) ((a)<(b)?(a)sad smileyb))

                        ^

sketch\Conditionals.h:281:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER'

     #define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:180:40: note: in expansion of macro 'MAX_PROBE_X'

       #elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X

                                        ^

Configuration.h:494: error: floating constant in preprocessor expression

   #define X_PROBE_OFFSET_FROM_EXTRUDER 25.2     // Z probe to nozzle X offset: -left  +right

                                        ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:84:32: note: in definition of macro 'min'

 #define min(a,b) ((a)<(b)?(a)sad smileyb))

                                ^

sketch\Conditionals.h:281:53: note: in expansion of macro 'X_PROBE_OFFSET_FROM_EXTRUDER'

     #define MAX_PROBE_X (min(X_MAX_POS, X_MAX_POS + X_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:180:40: note: in expansion of macro 'MAX_PROBE_X'

       #elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X

                                        ^

Configuration.h:495: error: floating constant in preprocessor expression

   #define Y_PROBE_OFFSET_FROM_EXTRUDER -35.4     // Z probe to nozzle Y offset: -front +behind

                                         ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:85:24: note: in definition of macro 'max'

 #define max(a,b) ((a)>(b)?(a)sad smileyb))

                        ^

sketch\Conditionals.h:282:53: note: in expansion of macro 'Y_PROBE_OFFSET_FROM_EXTRUDER'

     #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:182:40: note: in expansion of macro 'MIN_PROBE_Y'

       #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y

                                        ^

Configuration.h:495: error: floating constant in preprocessor expression

   #define Y_PROBE_OFFSET_FROM_EXTRUDER -35.4     // Z probe to nozzle Y offset: -front +behind

                                         ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:85:32: note: in definition of macro 'max'

 #define max(a,b) ((a)>(b)?(a)sad smileyb))

                                ^

sketch\Conditionals.h:282:53: note: in expansion of macro 'Y_PROBE_OFFSET_FROM_EXTRUDER'

     #define MIN_PROBE_Y (max(Y_MIN_POS, Y_MIN_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:182:40: note: in expansion of macro 'MIN_PROBE_Y'

       #elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y

                                        ^

Configuration.h:495: error: floating constant in preprocessor expression

   #define Y_PROBE_OFFSET_FROM_EXTRUDER -35.4     // Z probe to nozzle Y offset: -front +behind

                                         ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:84:24: note: in definition of macro 'min'

 #define min(a,b) ((a)<(b)?(a)sad smileyb))

                        ^

sketch\Conditionals.h:283:53: note: in expansion of macro 'Y_PROBE_OFFSET_FROM_EXTRUDER'

     #define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:184:39: note: in expansion of macro 'MAX_PROBE_Y'

       #elif BACK_PROBE_BED_POSITION > MAX_PROBE_Y

                                       ^

Configuration.h:495: error: floating constant in preprocessor expression

   #define Y_PROBE_OFFSET_FROM_EXTRUDER -35.4     // Z probe to nozzle Y offset: -front +behind

                                         ^

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:84:32: note: in definition of macro 'min'

 #define min(a,b) ((a)<(b)?(a)sad smileyb))

                                ^

sketch\Conditionals.h:283:53: note: in expansion of macro 'Y_PROBE_OFFSET_FROM_EXTRUDER'

     #define MAX_PROBE_Y (min(Y_MAX_POS, Y_MAX_POS + Y_PROBE_OFFSET_FROM_EXTRUDER))

                                                     ^

sketch\SanityCheck.h:184:39: note: in expansion of macro 'MAX_PROBE_Y'

       #elif BACK_PROBE_BED_POSITION > MAX_PROBE_Y

                                       ^

exit status 1
floating constant in preprocessor expression
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
18. March 2016 16:36
Bei X und Y dürfen, meines Wissens, keine Kommawerte angegeben werden.


Gruß
Siggi


Geeetech I3 Pro B 8mm Acryl - Mega 2560 - Ramps 1.4 - TMC2100 - MK42 - E3DV6-Clone 0,4 - SSR 522-1dd60-40 (A-Senco) - Marlin RC8Bugfix 26.12.2016 - Repetier Host - Windows 7 64 Bit
Vulcanus mit Linearschienen
Anycubic i3 Mega
Re: Probleme mit Hephestos Update auf Marlin 1.1.0-RC3
19. March 2016 15:55
Quote
siggi60
Bei X und Y dürfen, meines Wissens, keine Kommawerte angegeben werden.

Es kann so einfach sein :-D

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

Klicke hier, um Dich einzuloggen