Jump to content

isphording90

Dormant
  • Posts

    48
  • Joined

  • Last visited

    Never

Posts posted by isphording90

  1. Also das Printbett-Level war auf jeden fall schomal ein guter Tipp und hat das Verziehen der Teile um einiges verbessert! =)

    Vielen Dankk schonmal für die Tipps!

    @Sonarok

    Das mit der Anleitung wäre echt super! Freue mich daher schon sehr aufs Wochenende! ;)

    Also ich habe mich bis jetzt recht erfolgreich durch die englischen Anleitungen gekämpft und mir die nötigen Teile schonmal bestellt. Werde also vermutlich nächste Woche dann mit dem Löten anfangen.

    Aber eine Frage hätte ich auch schonmal vorab: Hast du auch ein Relais verbaut, um die Stromzufuhr zum Druckbett unabhängig an ein neues Netzteil anzuschließen und vom Arduino zu "trennen"? Ich habe bis jetzt auch einige Ansätzte gesehen, wo die Stromzufuhr zum Heizbett durch einen RAMP geregelt wir, war mir aber noch nicht ganz sicher, welche von beiden Methoden nun zu bevorzugen ist...

    Viele Grüße

     

  2. Here is a quote from Daid from here: https://groups.google.com/forum/#!topic/ultimaker/UklpZJhpqKs

    You'll need a scope that can take samples fast enough, and you need a

    current probe.

    Or you need a multimeter and just measure the voltage on the "wiper

    pin" of the adjuster pot. Which is what is connected to the test pin.

    The wiper pin is the single pin on the side of the pot, the other side

    has 2 pins. This needs to be about 0.6V

     

    Does he mean the "pin" directly touching the "adjuster pod" (potentiometer) facing us on this picture? =)

     

  3. Hi there,

    I would like to adjust the current given from the UltStepper-boards to the drivers. I know that I have to turn the potentiometer clockwise or counter-clockwise to ether increase or decrease the current.

    But I don't know how to measure the new current? I have a multimeter for the measuring but I don't know where to put it.

    I have read that the UltiStepper has an extra pin for this purpose but I can't find a description (or a picture) for which pin I have to use...

    Thanks in advance

     

  4. I also went that way with the Arduino IDE, just changed the configuration.h file and uploaded directly through arduino. But I had a problem that with the new firmware the feeder-stepper motor didn't work properly anymore and was very loud. Changed back to the default firmware and the problem was gone. Now I wanted to compile the firware first as an hex file via "makefile" and then upload through cura to see if the problem is still there.

    From where did you download the source-code? From ErikZalm or from Ultimaker on gitHub? If you downloaded from ether one from github, which brand did you download? There is just too much you can choose from that its quiet dificult for someone new to this all to download the "right" one... :/

     

  5. I downloaded the firmware from: https://github.com/Ultimaker/Marlin (branch: Marlin_v1)

    There is nor Marlin.pde in the marlin directory so I can not open it directly in Arduino. Is that correct?

    I opened the makefile and changed the beginning:

    # This defined the board you are compiling for (see Configuration.h for the options)

    HARDWARE_MOTHERBOARD ?= 7

    # Arduino source install directory, and version number

    ARDUINO_INSTALL_DIR ?= Users/IsphordingDesign/Applications/Arduino

    ARDUINO_VERSION ?= 22

    # You can optionally set a path to the avr-gcc tools. Requires a trailing slash. (ex: /usr/local/avr-gcc/bin)

    AVR_TOOLS_PATH ?= /Users/IsphordingDesign/Desktop/Marlin-Marlin_v1/ArduinoAddons/Arduino_0.xx/hardware/tools/avr/etc

    #Programmer configuration

    UPLOAD_RATE ?= 115200

    AVRDUDE_PROGRAMMER ?= arduino

    UPLOAD_PORT ?= /dev/arduino

    #Directory used to build files in, contains all the build files, from object files to the final hex file.

    BUILD_DIR ?= applet

    Now when i get into the marlin directory with the makefile in it and type "make" I get this error message:

    make: *** No rule to make target `applet/wiring.o', needed by `applet/Marlin.elf'. Stop.

    Have I done something wrong? Did I downloade the wrong marlin brand from github? I'm a little desperate at this point so any kind of help will be highly appreceated.

     

  6. Quote from configuration.h:

    //===========================================================================

    //=============================Thermal Settings ============================

    //===========================================================================

    //

    //--NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table

    //

    //// Temperature sensor settings:

    // -2 is thermocouple with MAX6675 (only for sensor 0)

    // -1 is thermocouple with AD595

    // 0 is not used

    // 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)

    // 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)

    // 3 is mendel-parts thermistor (4.7k pullup)

    // 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!

    // 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan) (4.7k pullup)

    // 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)

    // 7 is 100k Honeywell thermistor 135-104LAG-J01 (4.7k pullup)

    // 8 is 100k 0603 SMD Vishay NTCS0603E3104FXT (4.7k pullup)

    // 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)

    // 10 is 100k RS thermistor 198-961 (4.7k pullup)

    //

    // 1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k

    // (but gives greater accuracy and more stable PID)

    // 51 is 100k thermistor - EPCOS (1k pullup)

    // 52 is 200k thermistor - ATC Semitec 204GT-2 (1k pullup)

    // 55 is 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan) (1k pullup)

    So you can use both 1 and 6 for the epcos. 1 is intended for other (normal?) thermisters but also for the epcos. Its the preffered table alo for the epcos because its more accurate in its readings.

    You can also use 6 for the epcos (this one is only for the epcos) but the readings wont be as accourate as they would be if you choose 1.

     

  7. @TigrouxMaker

    If you read the Configuration.h file there is a commented part with a table with all numbers for the thermistors. There you can read that 1 (as in #define THERMISTORBED 1) stands for 100k thermistors. So nothing strange there. For a 100k thermistor the settings are ok.

    @ vincentp

    If you don't want to change anything to the firmware than you have to use sensor input #3 for the heat bed (as shown in the picture in the ultimaker wiki). Sensor input #2 is made for a second extruder.

     

  8. Never mind, I found a version with the Marlin.pde file. But when I compare the configuration.h file from github with the one from the broken builder than there are things I can't find. For example: #define THERMISTORBED 6 is from the broken builder but is not in the version from github.

    The only thing I really found was that I have to change

    #define TEMP_SENSOR_BED 0 to #define TEMP_SENSOR_BED 6.

    Is that correct? I'm really just asking this much because I don't want to do something wrong and harm my ultimaker... :oops:

     

  9. Hi there,

    at the moment I'm building a heated bed for my ultimaker. But Daids Marlin Builder ist not working at the moment and I don't really know how to configure the Firmware myself and install it on the ultimaker.

    Is there anyone who has a Tutorial for that or or can tell me how to do this?

    What I already know is that I can install firmware through Cura but don't know where to change the code and how to compile it to make it installable...

    I have the newest electronics (1.5.7) and used an epcos 100k thermistor.

    Or is there even someone who already has a working Marlin build for a heated bed with an epcos thermistor and would share it with me?

    I have never done something like this and would be very greateful for any kind of help!

    Regards,

    Lukas

     

  10. Ok ist agekommen! ;)

    Eine letzte Frage. ^_^

    Anstadt des beheizten Druckbetts möchte ich zuerst einmal mit 2 Lüftern zum Kühlen des PLA arbeiten. Habe schon vielerorts gelesen, dass 2 Lüfter, richtig eingesetzt wohlgemerkt, wahre Wunder in Sachen Drückqualität bringen können.

    Kann ich 2 12V 0.05A Lüfter zusammen an den Stecker anschließen, an welchem vorher der Originallüfter mit 0.1A angeschlossen war? Bin kein Elektrotechniker und wollte mich erst versichern, dass ich damit nichts kaputt mache. Oder muss ich zwei 0.1A Lüfter anschließen?

    Danke schonmal.

     

  11. Habe gerade kein passendes bei Conrad gefunden.

    Grundsätzlich hängt das von der Leistung deines Heated Bed ab. Das normale Heated Bed für den RepRap hat 120W und 12V

    Also brauchst du ein Relais das min 10A 12V schalten kann.

    Aber warum Solid state? Ich habe für meines ein normal Relais verwendet und auf Hysteresensteuerung gestellt. Aufpassen musst du allerdings beim Thermistor. Bei mir zeigt der Ultimaker bei 20°C 55°C an.

    Beim normalen Relais muss du nur auf die Leistung aufpassen also eines mit ca 20V Steuerspannung nehmen.

     

    Hallo eckoe17,

    ich interessiere mich auch für ein beheiztes Druckbett und wollte mal fragen, welche Anleitung du zum Bau von deinem Heizbett benutzt hast? Hast du eine englische benutzt, oder vielleicht sogar eine auf deutsch gefunden? Oder bist du so fit in elektrotechnik, dass du alles allein gemacht hast? =)

    Grüße,

    isphording90

     

  12. I had a similar problem: I'm using Ubuntu 12.10 64bit and downloaded the .deb from the ultimaker download section and installed all the dependencies. When i opened Cura and pressed the prepare button, the word "starting" came in the bottom left corner but nothing happend. I tried many things to get it to work. The I removed cura and went here: https://github.com/daid/Cura and build and installed the Cura development version with these commands:

     

    
    

    git clone https://github.com/daid/Cura.git

    sudo apt-get install python-opengl

    sudo apt-get install python-numpy

    sudo apt-get install python-serial

    sudo apt-get install python-setuptools

    cd Cura

    sudo ./package.sh debian

    sudo dpkg -i ./scripts/linux/Cura*.deb

    Worked like a charm! :)

    I don't know what's wrong with the first .deb file but maybe this helps people who have the same problem.

    Thanks Daid for the very godd and easy to understand documentation on github!

     

  13. Vielen Dank für die Tipps! Werde ich mal ausprobieren. Aber eine letzte Frage hätte ch da noch, falls mich die Idee einer beheizten Druckfläche über längere Sicht doch nicht loslässt: Ist die mitgelieferte Plixiglasfläche des Ultimakers aus extrudiertem oder gegossenem Plexiglas? Wenn es gegossenes ist, dann ist es hitzebeständig und man könnte die Heizelemente direkt dort anbringen. Wenn nicht, dann müsste man sich ja einen neue Platte besorgen.

     

  14. Ja das mit dem Klebeband vom Tisch lösen ist mir auch passiert und hat dabei einige Drucke versaut. Wie ist das denn genau mit dem Haarspray gemeint? Sprühst du vor dem Druck das Klebeband mit dem Haarspray ein?

     

  15. Hallo alle zusammen,

    nach nunmehr 2 Wochen des intensiven Druckens und mehreren Modellen mit verzogenem Boden wird meine Sehnsucht nach einem beheizten Druckbetts immer größer. Da ich aber leider ein totaler Laie in Elektrotechnik bin und mein Englisch, im allgemeinen Schprachgebrauch sehr gut, aber bei Fachsprache doch eher zurückhaltend ist, habe ich arge Probleme, bei den Englischen Anleitungen zu verstehen, was ich genau zu tun habe. Ich möchte meinen neuen Ultimaker nicht kaputt machen, und wollte nun fragen, ob jemand eine deutsche Anleitung kennt? Es wäre natürlich auch schön, die benötigten Teile aus einer deutschen Bezugsquelle zu beziehen, um Portokosten zu sparen. Kennt da vielleicht jemand eine gute Internetseite für?

    Für jede Hilfe wäre ich sehr dankbar!

    Gruss, Lukas

     

  16. Hallo,

    dies ist mein erster Post, daher bitte ich etwaige Fehler zu entschuldigen. ;)

    So meine Frage ist nun: wie kann ich das Filament wechseln? Ich habe in vielen Anleitungen gelesen, dass man das hot end anfheizen muss, was ja logisch ist, und anschließend das restfilament in er düse durch nachschieben des neuen Filaments entfernen. Aber wie kann ich denn das hot end aufheizen, ohnen einen Druck zu starten?

    Vielen Dank schon mal im Vorraus!

     

×
×
  • Create New...