Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Allt som rör 3D-skrivare.
LasseLucidor
Inlägg: 170
Blev medlem: 24 november 2005, 15:44:30
Ort: Växjö

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av LasseLucidor »

kiwi: Aha, ska bli kul att testa. Kan vara praktiskt eftersom jag inte caddar på datorn vid skrivaren.

Klas-Kenny: Jag har också sett sådana vågor när jag skriver ut och det är lite märkligt att de kommer regelbundet så att det blir mönster på det viset men det syns ju som sagt inte på utskriften.

Dagens första utskrift blev en "hasp" till skänken i köket så jag slipper plocka in allt dottern envisas med att riva ut. Ritad i Inventor:
Bild

Nu ska jag testa en ny stjärna till julgranen =)
http://www.thingiverse.com/thing:194864

Typiskt nog hade jag missat UPS som var här för att leverera 3kg plast nyss när jag hämtade barnen på skola/dagis.
/Lasse
dawa
Inlägg: 58
Blev medlem: 18 november 2013, 23:29:37

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av dawa »

:tumupp:
RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

Hej!

Jag är ny i Forumet och har nästan byggt klart mitt Mendel90-kit som UPS levererade för en vecka sedan från nophead.

Det jag har kvar innan första android-printen är att uppdatera firmware med mina kalibreringar men här får jag inte rätt på bygget.
Helst skulle jag vilja bygga på min RasPI (som även kör Octopi) utan att behöva en javadriven IDE för att kompilera och ladda firmware.

Både min Linux Mint (Ubuntu)-arbetsstation och RasPi har uppdaterats med arduino-paketet, Sanguino-katalogen är kopierad till /usr/share/arduino/hardware/, math.h-problemet beskrivet i http://forum.arduino.cc/index.php?topic=79371.0 är hanterat, INSTALL_DIR, och PORT uppdaterade i Makefile

I Arduino IDE 1.0.1 väljer jag ATMega644p från Tools/Board och bygget kraschar sedan med:

Kod: Markera allt

/usr/share/arduino/hardware/Sanguino/cores/arduino/HardwareSerial.cpp:145:15: error: attempt to use poisoned "SIG_USART1_RECV"
och kör jag make på RasPi eller på min Linux Mint så bombar det i

Kod: Markera allt

pi@octopi ~/Software/Marlin/Marlin $ make
  WR    applet/Marlin.cpp
  CC    applet/pins_arduino.o
  CC    applet/wiring.o
  CC    applet/wiring_analog.o
  CC    applet/wiring_digital.o
  CC    applet/wiring_pulse.o
  CC    applet/wiring_shift.o
  CC    applet/WInterrupts.o
  CXX   applet/WMath.o
  CXX   applet/WString.o
  CXX   applet/Print.o
avr-g++ -DF_CPU=16000000 -I . -I applet -I Sanguino/cores/arduino -I /usr/share/arduino/hardware/arduino/cores/arduino -I /usr/share/arduino/libraries/LiquidCrystal -Os -Wall     -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -w -ffunction-sections -fdata-sections -DARDUINO=22 -DMOTHERBOARD=91   -c -o applet/Marlin.o applet/Marlin.cpp
In file included from ./Marlin.h:24:0,
                 from ./Marlin.ino:28,
                 from applet/Marlin.cpp:2:
./fastio.h:2579:2: error: #error pins for this chip not defined in arduino.h! If you write an appropriate pin definition and have this firmware work on your chip, please submit a pull request
In file included from ./Marlin.h:26:0,
                 from ./Marlin.ino:28,
                 from applet/Marlin.cpp:2:
./pins.h:1059:2: error: #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. (Final OMCA board)
In file included from ./Sd2Card.h:31:0,
                 from ./SdVolume.h:29,
                 from ./SdBaseFile.h:31,
                 from ./SdFile.h:27,
                 from ./cardreader.h:6,
                 from ./Marlin.ino:35,
                 from applet/Marlin.cpp:2:
./Sd2PinMap.h:317:2: error: #error unknown chip
In file included from ./Marlin.h:38:0,
                 from ./Marlin.ino:28,
                 from applet/Marlin.cpp:2:
./MarlinSerial.h: In member function ‘int MarlinSerial::available()’:
./MarlinSerial.h:66:46: error: ‘rx_buffer’ was not declared in this scope
./MarlinSerial.h: In member function ‘void MarlinSerial::write(uint8_t)’:
./MarlinSerial.h:71:17: error: ‘UCSR0A’ was not declared in this scope
./MarlinSerial.h:71:33: error: ‘UDRE0’ was not declared in this scope
./MarlinSerial.h:74:7: error: ‘UDR0’ was not declared in this scope
./MarlinSerial.h: In member function ‘void MarlinSerial::checkRx()’:
./MarlinSerial.h:80:11: error: ‘UCSR0A’ was not declared in this scope
./MarlinSerial.h:80:24: error: ‘RXC0’ was not declared in this scope
./MarlinSerial.h:81:29: error: ‘UDR0’ was not declared in this scope
./MarlinSerial.h:82:32: error: ‘rx_buffer’ was not declared in this scope
In file included from ./Sd2Card.h:31:0,
                 from ./SdVolume.h:29,
                 from ./SdBaseFile.h:31,
                 from ./SdFile.h:27,
                 from ./cardreader.h:6,
                 from ./Marlin.ino:35,
                 from applet/Marlin.cpp:2:
./Sd2PinMap.h: At global scope:
./Sd2PinMap.h:320:47: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h: In function ‘bool getPinMode(uint8_t)’:
./Sd2PinMap.h:328:14: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h: In function ‘void setPinMode(uint8_t, uint8_t)’:
./Sd2PinMap.h:337:8: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h:339:8: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h: In function ‘bool fastDigitalRead(uint8_t)’:
./Sd2PinMap.h:348:14: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h: In function ‘void fastDigitalWrite(uint8_t, uint8_t)’:
./Sd2PinMap.h:357:8: error: ‘digitalPinMap’ was not declared in this scope
./Sd2PinMap.h:359:8: error: ‘digitalPinMap’ was not declared in this scope
In file included from ./SdVolume.h:29:0,
                 from ./SdBaseFile.h:31,
                 from ./SdFile.h:27,
                 from ./cardreader.h:6,
                 from ./Marlin.ino:35,
                 from applet/Marlin.cpp:2:
./Sd2Card.h: At global scope:
./Sd2Card.h:129:37: error: ‘SS_PIN’ was not declared in this scope
./Sd2Card.h:132:31: error: ‘MOSI_PIN’ was not declared in this scope
./Sd2Card.h:134:31: error: ‘MISO_PIN’ was not declared in this scope
./Sd2Card.h:136:30: error: ‘SCK_PIN’ was not declared in this scope
In file included from ./cardreader.h:6:0,
                 from ./Marlin.ino:35,
                 from applet/Marlin.cpp:2:
./SdFile.h:43:9: error: conflicting return type specified for ‘virtual void SdFile::write(uint8_t)’
In file included from Sanguino/cores/arduino/Stream.h:24:0,
                 from Sanguino/cores/arduino/HardwareSerial.h:27,
                 from Sanguino/cores/arduino/WProgram.h:15,
                 from applet/Marlin.cpp:1:
Sanguino/cores/arduino/Print.h:49:20: error:   overriding ‘virtual size_t Print::write(uint8_t)’
In file included from ./Marlin.ino:37:0,
                 from applet/Marlin.cpp:2:
./EEPROMwrite.h: In function ‘int EEPROM_writeAnything(int&, const T&)’:
./EEPROMwrite.h:16:50: error: there are no arguments to ‘eeprom_write_byte’ that depend on a template parameter, so a declaration of ‘eeprom_write_byte’ must be available [-fpermissive]
./EEPROMwrite.h:16:50: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
./EEPROMwrite.h: In function ‘int EEPROM_readAnything(int&, T&)’:
./EEPROMwrite.h:25:50: error: there are no arguments to ‘eeprom_read_byte’ that depend on a template parameter, so a declaration of ‘eeprom_read_byte’ must be available [-fpermissive]
In file included from applet/Marlin.cpp:2:0:
./Marlin.ino: In function ‘void setup()’:
./Marlin.ino:261:14: error: ‘MCUSR’ was not declared in this scope
./Marlin.ino: In function ‘void process_commands()’:
./Marlin.ino:722:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:722:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:722:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:722:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:722:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:722:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:722:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:722:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:722:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:723:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:723:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:723:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:723:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:723:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:723:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:723:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:723:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:723:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:724:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:724:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:724:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:724:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:724:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:724:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:724:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:724:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:724:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:725:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:725:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:725:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:725:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:725:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:725:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:725:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:725:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:725:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1047:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1047:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1047:11: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1047:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1047:11: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1047:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1047:11: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1047:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1047:11: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1055:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1055:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1055:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1055:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1055:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1055:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1055:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1055:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1055:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1056:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1056:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1056:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1056:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1056:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1056:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1056:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1056:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1056:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1057:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1057:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1057:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1057:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1057:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1057:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1057:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1057:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1057:30: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1127:9: error: ‘DIO0_RPORT’ was not declared in this scope
./Marlin.ino:1127:9: error: ‘DIO0_PIN’ was not declared in this scope
./Marlin.ino:1135:9: error: ‘DIO1_RPORT’ was not declared in this scope
./Marlin.ino:1135:9: error: ‘DIO1_PIN’ was not declared in this scope
./Marlin.ino:1143:9: error: ‘DIO2_RPORT’ was not declared in this scope
./Marlin.ino:1143:9: error: ‘DIO2_PIN’ was not declared in this scope
./Marlin.ino: In function ‘void manage_inactivity(byte)’:
./Marlin.ino:1462:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1462:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1462:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1462:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1462:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1462:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1462:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1462:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1462:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1463:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1463:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1463:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1463:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1463:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1463:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1463:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1463:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1463:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1464:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1464:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1464:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1464:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1464:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1464:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1464:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1464:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1464:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1465:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1465:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1465:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1465:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1465:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1465:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1465:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1465:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1465:9: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino: In function ‘void kill()’:
./Marlin.ino:1501:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1501:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1501:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1501:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1501:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1501:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1501:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1501:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1501:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1502:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1502:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1502:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1502:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1502:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1502:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1502:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1502:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1502:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1503:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1503:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1503:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1503:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1503:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1503:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1503:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1503:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1503:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1504:1: error: ‘DIO10_RPORT’ was not declared in this scope
./Marlin.ino:1504:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1504:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1504:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1504:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1504:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1504:3: error: ‘DIO10_PIN’ was not declared in this scope
./Marlin.ino:1504:1: error: ‘DIO10_WPORT’ was not declared in this scope
./Marlin.ino:1504:3: error: ‘DIO10_PIN’ was not declared in this scope
In file included from applet/Marlin.cpp:3:0:
/usr/share/arduino/hardware/arduino/cores/arduino/main.cpp: In function ‘int main()’:
/usr/share/arduino/hardware/arduino/cores/arduino/main.cpp:15:7: error: ‘serialEventRun’ was not declared in this scope
make: *** [applet/Marlin.o] Error 1
RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

Hej igen,

Nu är firmware uppdaterad med hjälp av Aurino IDE.
Det gäller att läsa nopheads instruktinoner - och inte som jag - läsa Marlin/Marlin/README.md.

Är det någon som fått det att fungera med ren make på Ubuntu/Debian?
Du har inte behörighet att öppna de filer som bifogats till detta inlägg.
X-IL
EF Sponsor
Inlägg: 8474
Blev medlem: 3 december 2008, 07:47:20
Ort: Hallstahammar

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av X-IL »

Den där utskriften ska du vara nöjd med som första utskrift! Den där gröna plasten som kommer med Mendeln(? eller gjorde den inte det?) är förövrigt riktigt bra, kollegan fick inte till samma kvalitet på de andra plasterna han hade köpt.
RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

Japp, det är den medföljande 'Village Green - PLA 3mm' från faberdashery.

Problemet nu är att med trälim/vatten-lösningen sitter utskrifterna kvar som berget!
När jag nu fick bända loss en Minecraf Creeper så följde en del av glaset med - och jag saknar nu en flisa på glasbädden!
Jag har provat med aceton men får inte fäste; skall prova ättikssprit också.

Vilket filament använder ni andra? Jag har shoppat en rulle grönt från Kejll&Co (som skall testas ikväll) men är lite besviken på rullens diameter i förhållande till den större Mendel90-hållaren.
Vilket fillament skulle ni beställa igen och från vem?

Skall/bör man prioritera att skriva ut reservdelar till sig själv - och i så fall vilka?
Användarvisningsbild
konig7070
Inlägg: 888
Blev medlem: 2 augusti 2008, 11:51:14
Ort: Uddevalla

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av konig7070 »

Väntar du till plattan har svalnat innan du försöker få bort biten?
Användarvisningsbild
Klas-Kenny
Inlägg: 11819
Blev medlem: 17 maj 2010, 19:06:14
Ort: Växjö/Alvesta

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av Klas-Kenny »

Jag kör med plast från Faberdashery, fungerar riktigt bra.

Enda nackdelen med att handla där ifrån är att man inte får plasten på någon rulle, den kommer liksom lös.
Har dock tänkt göra ett par egna rullar att ha plasten på, borde gå fräsa något enkelt.

Gällande fäste så har jag insett att det gör en jäkla skillnad hur högt man skriver första lagret! Gäller att man har Z-home korrekt justerat, kommer den för högt fäster det inte alls bra.
StefanR
Inlägg: 306
Blev medlem: 31 juli 2010, 17:17:20
Ort: Östersund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av StefanR »

Hur justerar ni in höjden? Jag tänker mig att man ser till så att bädden är riktigt plan och sedan bladar in höjden (0,2mm?), nollar, sen går man upp mot home switchen och då vet man avståndet man ska gå ner från denna för att hamna i rätt läge för första lagret.
RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

konig7070: Japp, plattan/skrivaren hade varit avstängd i fyra timmar.

Det är mycket möjligt att jag kletat på för mycket trälimsvatten (jag var ganska generös) och på så sätt fetlimmat fast utskriften.
Hur gör ni andra med trälimsvatten? Jag satte igång plattan, smetade på med en tandborste och lät det självtorka.

Är det ett ordinärt glas som man kan köpa hos en glashandel som används? Dimensionerna hittar jag i BOM.

Klas-Kenny: Tack för tipset. Jag gör en ny Z-HOME-POS kalibrering (idag 202.82mm) nu när jag kört ett par utskrifter och delarna 'satt sig'.
RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

StefanR skrev:Hur justerar ni in höjden? Jag tänker mig att man ser till så att bädden är riktigt plan och sedan bladar in höjden (0,2mm?), nollar, sen går man upp mot home switchen och då vet man avståndet man ska gå ner från denna för att hamna i rätt läge för första lagret.
Jag använde en aluminiumcylinder som jag mätt upp. Genom att rulla den frem-och-tillbaka under extruderna och minska höjden eftersom så kan man få ut ett bra värde utan att riskera att komma för långt ner. I övrigt som du beskrev ovan.

Höjden på platatn justerade jag på samma sätt in med hjälp av fyra lika aluminiuncylindrar.
Senast redigerad av RoboCop 17 december 2013, 19:36:37, redigerad totalt 1 gång.
Användarvisningsbild
konig7070
Inlägg: 888
Blev medlem: 2 augusti 2008, 11:51:14
Ort: Uddevalla

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av konig7070 »

Jag brukar ha ganska lite trälim, så att det fortfarande har samma konsistens som vatten och så blöter man en papperstrasa med det och stryker ut.
Då blir det ett väldigt tunt lager trälim kvar efter att vattnet dunstat.

RoboCop
Inlägg: 8
Blev medlem: 16 december 2013, 19:00:39
Ort: Lund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av RoboCop »

Ok, Tack.

Skall prova anvisad metod samt späda ut min blandning mer.

Trevligt är också att man enkelt sköljer av glasbädde med vatten om det skulle bli för mycket :)
mliljedl
Inlägg: 148
Blev medlem: 30 september 2009, 18:12:07
Ort: Kristinestad-Finland

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av mliljedl »

Klas-Kenny skrev: Gällande fäste så har jag insett att det gör en jäkla skillnad hur högt man skriver första lagret! Gäller att man har Z-home korrekt justerat, kommer den för högt fäster det inte alls bra.
Jag har också en mendel 90 från nophead, och jag hadde problem i början att utskrifterna lossnade men efter att jag ställt upp tempen på bedden till 70-80 grader så har det inte lossnat efter det. Och jag torkar endast av bort damm av glaset med ett torrt toapapper före jag skriver ut.

Martin
StefanR
Inlägg: 306
Blev medlem: 31 juli 2010, 17:17:20
Ort: Östersund

Re: Allmän tråd för Mendel90 (en RepRap-3D-skrivare)

Inlägg av StefanR »

Hur gör ni andra med kablarna från nätagget? Tycker de trycker väldigt mycket på skivan framför, t.o.m. så mycket så att skivan böjer sig en hel del. Tänker själv skriva ut ett nytt fäste som flyttar ut nätagget om ingen har någon bättre ide?
Skriv svar