Tuesday, 18 April 2023

Sovol SV06: Recommendation for New Buyers

 My friend bought a Sovol SV06, so here are my experiences for new buyers or thinking about buying it: Check all the screws, assembly etc before start using the device. My friends sv06 came with a heat-break not tightened enough to the aluminium block which resulted in leakage, under-flow and heat-creep problems. Took a while to figure out, after cleaning and thermal-paste application it worked perfectly. Unofficial firmware with ubl, input shaping and filament runout sensor exists: https://github.com/hillsoftware/sv06 . Filament runout...

Monday, 13 December 2021

Octoprint on LG G4 - Ender 3 (Pro)

 I have read "installing octoprint on a smartphone" on reddit and decided to do it. Here is my documentation about how to install Octoprint on an Android-Phone (LG G4) For any rom, if you want to connect it to Ender 3, you need "ch341" driver added/activated in the kernel or you need a custom implementation of it (look for octo4a program). You could understand it by connecting the phone with a USB OTG cable to your printer and execute...

Klipper on LG G4 - Ender 3 Pro

 I've succesfully installed klipper on my old phone LG G4 with Lineage OS 16.0. If you haven't read  other posts,  lease read them, cause i'm assuming you already accomplished the tasks below: PrerequisitesAndroid with printer serial driver installed (ch341 serial driver for Ender3 Pro).Debian Buster installed on Android  (using Linux Deploy, check my post )Updated "sources.list" file Always on phone (Check my other...

Data and Charging at the Same Time - Connecting Phone to 3d Printer

 There are different methods to connect your phone to charging and use usb data at the same time: Connecting Power Source to Phone Battery pins directly (Without any battery)Connecting Power Sourceto Phone Battery pins directly and solder a resistor to BSI port (Without any battery) Using an old battery circuit part to connect power source directly to phone.Otg Cable With Charging Wireless Charging and Data at the same time Method...

Compiling Kernel For Android ARM64 With Ender-3 Pro ch341 Driver (LG G4)

 Kernel Driver Support to Connect to EnderFor any rom, if you want to connect it to Ender 3, you need "ch341" driver added/activated in the kernel or you need a custom implementation of it (look for octo4a program). You could understand it by connecting the phone with a USB OTG cable to your printer and execute command "ls /dev | grep tty". If  there is "ttyusb" or "ttyacm" , it means that kernel has the driver. If kernel does not have...

Sunday, 12 December 2021

Compiling Kernel For Android ARM With Ender-3 Pro ch341 Driver (Galaxy S3 i9300)

Kernel Driver Support to Connect to EnderFor any rom, if you want to connect it to Ender 3, you need "ch341" driver added/activated in the kernel or you need a custom implementation of it (look for octo4a program). You could understand it by connecting the phone with a USB OTG cable to your printer and execute command "ls /dev | grep tty". If  there is "ttyusb" or "ttyacm" , it means that kernel has the driver. If kernel does not have the driver...

Monday, 21 September 2020

Ender3 Pro Direct Drive - Bullseye Mount

After installing klipper for quality, i wanted to convert my bowden Ender3 pro to a direct drive printer. I found the "speed drive v1" design made by "sashalex007" which mostly uses stock parts and he achieved a great result with 100mm/s wall speed. https://www.thingiverse.com/thing:3816051 The part that i would not like about the design is that you loose some x space (not much) which lead me to search for the remixes at start, and i found...