VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Recent content by lotech

  1. L

    Self sourced 2.4 R2. My first 3D printer ever

    So I went on the raspberry pi forum and they helped me get the raspberry pi connected without internet. This is what worked for me: I shut off ICS, internet connection sharing in: settings> scroll down below Advanced network settings>network sharing center> top left, change adapter...
  2. L

    Klipper Coding - Where to add custom thermistor table

    From what I've read it should go in the extruder section
  3. L

    Self sourced 2.4 R2. My first 3D printer ever

    I read this: https://medium.com/@jrcharney/connect-your-raspberry-pi-to-your-computer-via-ethernet-4564e1e68922 And watched this: Seems to connect better. I still have to hit try again occasionally but it's connecting better. Still not sure it's using the ethernet cable but last time I played...
  4. L

    Self sourced 2.4 R2. My first 3D printer ever

    So stuck that and the M402 in the macro department of the printer.cfg and they are working fine. # Macro to retract Bed Probe [gcode_macro M402] gcode: G90 {action_respond_info("Entering M402")} error_if_probe_not_deployed _M402 # Macro to Stow Bed Leveling Probe [gcode_macro...
  5. L

    Self sourced 2.4 R2. My first 3D printer ever

    [gcode_macro _M401] ;needed a space here. Got my M401 example from here: https://euclidprobe.github.io/06_klipper3.html So here's what my M401 g-code probe attach looks like now: #macro deploy klicky probe [gcode_macro M401] gcode: G90 {action_respond_info("Entering M401")}...
  6. L

    Self sourced 2.4 R2. My first 3D printer ever

    I think the reason the klicky probe doesn't park it in the dock I made is because it's mounted on the bed frame instead of the gantry. It picks it up fine after xyz but after the QGL that corner of the gantry isn't at the same distance from the bed. I've been going through ellis tune stuff and...
  7. L

    Self sourced 2.4 R2. My first 3D printer ever

    I can get through an xyz home, a QGL,.. it picks up the probe, checks the 4 corners and adjusts the gantry, then puts the probe back a little high, but I can deal with that until I print up a proper dock. Then I get to the CALIBRATE_Z. It won't pick up the probe. I get a Unknown command:"M401"...
  8. L

    Self sourced 2.4 R2. My first 3D printer ever

    @5twenty I connected the ethernet cable and got this on the wlan section: wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.88.15 netmask 255.255.255.0 broadcast 192.168.88.255 inet6 fe80::9ba8:5b3:57b7:7039 prefixlen 64 scopeid 0x20<link>...
  9. L

    Self sourced 2.4 R2. My first 3D printer ever

    Looks like I started rounding up parts around April 30 2023,.. it's getting close to 3 years. I've taken on and accomplished many difficult tasks since then, this challenge is in another class. Which will make printing things even more rewarding.
  10. L

    Self sourced 2.4 R2. My first 3D printer ever

    Thanks for the response. It's working again. The Pi address has changed since I tried getting it to work with the ethernet cable. But I am able to go to put the new IP in my address bar and get it all working. Still not connected through eithernet cable so can get kicked off from time to...
  11. L

    Self sourced 2.4 R2. My first 3D printer ever

    OK I was able to use putty, not sure what changed. Maybe just shutting things off and coming back to it later? IF config looks like this: pi@raspberrypi:~ $ ipconfig -bash: ipconfig: command not found pi@raspberrypi:~ $ ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500...
  12. L

    Self sourced 2.4 R2. My first 3D printer ever

    I'm still plogging away at this. Sometimes wondering if I'm in over my head, then I reach the surface and get a gasp of air. I actually had it doing a QGL, auto z was working great checked the bed for flaness. Took a break while I figured out how to enclose it and mount the spool. Found...
  13. L

    All Black Voron 2.4r2 350mm Formbot Kit

    Nice list. Thank you. Have you considered using cork for insulation above the electronics?
  14. L

    Self sourced 2.4 R2. My first 3D printer ever

    Is auto z not supported anymore? klicky-z-calibration is no longer in the klipper macros list. I also tried uploading it to klipper/klippy/extras using winscp but it never showed up in the config files list. Tried SSHing it in too
  15. L

    Self sourced 2.4 R2. My first 3D printer ever

    I see there is a silly face on a section of the code where I didn't put a space after a colon. I put the space but still have the same error message. So I started looking for examples and found this one...
Top