Jump to content

Verändertes Startverhalten


chickozz

Recommended Posts

Posted · Verändertes Startverhalten

Moin Moin,

 

ich habe ein merkwürdiges Problem.

Ich nutze seit einigen Jahren einen CR10.

Vor einiger Zeit ist mir aufgefallen das sich das Startverhalten verändert hat.

 

Das Startverhalten war normalerweise wie folgt:

Aufheizen etc.

Nozzle fährt ca. 10-15mm in Z hoch und dann langsam absinkend zum Startpunkt.

 

Seit neustem (ohne am Gcode was geändert zu haben)

Fährt die Nozzle 10-15mm in Z hoch, wieder runter aud Z0 und dann zum Startpunkt.

 

Habe den GCode schonmal umgeschrieben/vereinfacht. Hat nichts verändert.

 

Der aktuelle Gcode der seit Jahren läuft:

G21 ;metric values

G90 ;absolute positioning

M82 ;set extruder to absolute mode

M107 ;start with the fan off

G28 Z0 ;home Z

G1 Z15.0 F840

G92 E0 ;zero the extruded length

G1 F200 E3 ;extrude 3mm of feed stock

G92 E0 ;zero the extruded length again

G1 F840

;Put printing message on LCD screen

M117 Drucken...

 

 

Hab dann mal einen anderen ausprobiert, mich hat aber das abziehen/wipe der Nozzle genervt (unnötig bei meinen Einstellungen)

G28 ; home all axes

M190 S60 ; Set bed temp and wait to be reached

M109 S210 ; Set extruder temp and wait to be reached

G1 Z10 F3000 ; lift

G1 X85 Y0 F1500 ; Jump binder clip

G1 Z0.2 F3000 ; get ready to prime

G92 E0 ; reset extrusion distance

G1 X120 E10 F600 ; prime nozzle

G1 X150 F5000 ; quick wipe

 

 

Hab diesen dann gekürzt auf:

G28 ; home all axes

M190 S60 ; Set bed temp and wait to be reached

M109 S210 ; Set extruder temp and wait to be reached

G1 Z10 F3000 ; lift

M117 Drucken

 

In der Hoffnung das er von Z10 zum Startpunkt fährt, aber wieder hat er Z10, Z0 und ist dann zum Startpunkt gefahren?!

 

 

 

Kann mir da jemand Helfen?

 

Liebe Grüße 🙂

 

 

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Das mit dem Cura Update habe ich auch schonmal gelesen, konnte aber den Fehler nicht finden...

    Nutze Cura 4.8.0 (Mac OSX El Capitan) was neueres läuft nicht da ich mein System nicht updaten kann, da der Laptop zu alt ist 😄

     

    Keine Plugins.

     

    Hab mal irgend ein Teil genommen, da der Start ja bei jedem Druck so merkwürdig ist.

    1_fine_positive_features.gcode

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Ist nicht so ersichtlich wie ich das gedacht hatte

     

    Er fährt auf Z0.6

    Ist nach den Start Code, also wird von Cura ausgegeben

    Hast du Z-Hope (Z-Sprung) aktiviert? Vielleicht verursacht es das? Mal deaktivieren und anschauen

    Musst mal zurück denken wast geändert haben könntest, seit es dir aufgefallen ist

    • Like 1
    Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Habe ich tatsächlich an. 0.4 Sprung beim Einziehen.

    Könnte sogar iwi sinnmachen, Schichtdicke is 0.2+0.4 sprung ...

    Mache ich aus und teste morgen direkt mal.

    Danke und bis Morgen

     

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Nice eye @Zerspaner_gerd.  The Z is moving to LayerHeight + ZHopHeight before moving to the start of the first extrusion.

    Unfortunately the line causing the problem "G1 F600 Z0.6" appears throughout Layer:0.  The Search and Replace post-processor could be used to get rid of it, but it would get rid of all the first layer Z-Hops.  That might be preferable to turning it off.

    Search = G1 F600 Z0.6

    Replace = ;G1 F600 Z0.6

    The replacement with the semi-colon in front turns it into a comment instead of a command.

    An alternative would be to hand edit the file and get rid of the one line.

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Morgen,

     

    es war der Z Sprung, habe ihn ausgemacht und siehe da, Startvorgang wie gehabt.

    Lasse ihn jetzt auch aus 😉 und falls ich ihn mal brauche, werde ich den GCode mit dem Semicolon per Hand editieren.

     

    Danke für die schnelle Lösung des Problems

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    Hallo,

     

    On 3/14/2022 at 10:01 PM, GregValiant said:

    The Search and Replace post-processor could be used to get rid of it, but it would get rid of all the first layer Z-Hops.  That might be preferable to turning it off.

    Search = G1 F600 Z0.6

    Replace = ;G1 F600 Z0.6

     

    Vielleicht kann man nach "M107\nG1 F600 Z0.6" Suchen. Mit aktivierten "Regular Expressions".

    (Meine ich habe sowas schon mal erfolgreich angewendete, nur über der richtigen Schreibweise bin ich mir nicht ganz sicher)

    Vorausgesetzt das M107 steht immer an der gleichen stelle

     

    Gruß

  • Link to post
    Share on other sites

    Posted · Verändertes Startverhalten

    I think it depends on how (or if) he has the Accel and Jerk configured.

    If the gcode is always like this it will work.

    M107
    G1 F600 Z0.6
    ;MESH:fine_positive_features.stl
    G0 F1800 X160.128 Y135.559 Z0.6

     

    If the gcode is like mine then it won't

    M107
    M204 S1000
    M205 X10 Y10
    G1 F600 Z0.7
    G0 F9000 X94.809 Y113.971 Z0.7

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 16 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...