Jump to content

iMakeITwork

Dormant
  • Posts

    2
  • Joined

  • Last visited

Posts posted by iMakeITwork

  1. Hallo Gerd,

     

    Danke für deine Antwort!

     

    RepRap hatte ich aufgrund des besagten Tutorials eingestellt.

    Vorher waren die Machine Settings unter G-code flavor auf Ultimaker 2 eingestellt.

    Die Temperatur wird in Cura abhängig vom Material automatisch eingestellt und mir auch unter Printer settings angezeigt.

     

    Sollte ich es also mit dem G-code flavor auf Marlin gestellt probieren bzw. funktioniert Octoprint eventuell auch mit dem Ultimaker 2 Profil?

     

    Lieben Gruß

    Dennis

     

  2. Guten Abend,

     

    ich habe an meinem Ultimaker 2+ Octoprint eingerichtet. Dies hat ohne Probleme funktioniert.

     

    Lediglich das Druckbild sieht komplett anders aus, als wenn ich über SD-Karte drucke.

    Es treten folgende Probleme auf:

    -Der Druckkopf fährt am Anfang zu weit nach vorne und extrudiert genau auf die Klammer der Glasplatte

    -Filament hat scheinbar eine zu geringe Temperatur, da teilweise das Filament hinterher gezogen wird

     

    Slicen tue ich immer noch wie gehabt in Cura und lade den G-Code dann in Octoprint hoch.

    Gedruckt wird mit PLA und laut Octoprint wird das Hotend auf 200°C und das Bett auf 60° geheizt.

     

    Eingestellt wurde unter Machine Settings in Cura als G-Code flavor RepRap mit folgendem Start- und Endcode

     

    Start-Code

    Quote

    G21 ;metric values

    G90 ;absolute positioning

    M82 ;set extruder to absolute mode

    M107 ;start with the fan off

    G28 Z0 ;move Z to bottom endstops

    G28 X0 Y0 ;move X/Y to endstops

    G1 X15 Y0 F4000 ;move X/Y to front of printer

    G1 Z15.0 F9000 ;move the platform to 15mm

    G92 E0 ;zero the extruded length

    G1 F200 E25 ;extrude 25 mm of feed stock

    G92 E0 ;zero the extruded length again

    G1 F9000

    ;Put printing message on LCD screen

    M117 Printing...

     

    End-Code

    Quote

    M104 S0 ;extruder heater off

    M140 S0 ;heated bed heater off (if you have it)

    G91 ;relative positioning

    G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure

    G1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more

    G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way

    G28 Z0 ;move Z to bottom endstops

    M84 ;steppers off

    G90 ;absolute positioning

    ;Version _2.6 of the firmware can abort the print too early if the file ends

    ;too soon. However if the file hasn't ended yet because there are comments at

    ;the end of the file, it won't abort yet. Therefore we have to put at least 512

    ;bytes at the end of the g-code so that the file is not yet finished by the

    ;time that the motion planner gets flushed. With firmware version _3.3 this

    ;should be fixed, so this comment wouldn't be necessary any more. Now we have

    ;to pad this text to make precisely 512 bytes.

     

    Die fettgedruckten Zeilen wurde hinzugefügt bzw. verändert. Diese Einstellungen hatte ich aus einem anderen Tutorial.

     

     

    Hat jemand eine Idee wo das Problem liegt oder Einstellungen die besser funktionieren?

     

     

    Vielen Dank im voraus!

     

    Lieben Gruß

    Dennis

     

×
×
  • Create New...