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

    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
  2. 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...
  3. L

    Self sourced 2.4 R2. My first 3D printer ever

    I am still here. Took along break from building the printer. Now coming back to it and doing some updates and figuring out new problems. I get an error: Unable to parse option 'fan_speed' in section 'heater_fan hotend_fan' I keep finding that a simple indent or uncomment has cured it for...
  4. L

    Easiest way to start using Adaptive Meshing with your machine!

    Here's my current problem: cd git clone https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging.git Cloning into 'Klipper-Adaptive-Meshing-Purging'... remote: Enumerating objects: 466, done. remote: Counting objects: 100% (208/208), done. remote: Compressing objects: 100% (54/54), done...
  5. L

    Easiest way to start using Adaptive Meshing with your machine!

    OK, seems like I'm wiffy connected. So many things I couldn't do without connection. LEDs etc. I'll let you know if I have any other problems. thanks for your help.
  6. L

    Easiest way to start using Adaptive Meshing with your machine!

    I haven't watched that video yet, so thanks for the link. Still doesn't work, same message: fatal: unable to access 'https://github.com/Klipper3d/klipper.git/': Could not resolve host: github.com Still not understanding why I can't load it on my laptop, then transfer it to the Pi through the...
  7. L

    Easiest way to start using Adaptive Meshing with your machine!

    I've been using winSCP to stick files into the PI using the ethernet cable. Where would I find it in klipper? I'll see if I have it already. There is no KAMP.cfg file in machine. This software stuff has been way harder for me than the physical assembly. Thanks for your help.
  8. L

    Self sourced 2.4 R2. My first 3D printer ever

    Setting up auto z calibration and got this error: Option 'probe_nozzle_x' is not valid in section 'z_calibration' I guess they updated the syntax or whatever it's called. This topic helped me understand: https://github.com/protoloft/klipper_z_calibration/issues/77 the new standard that uses...
  9. L

    Easiest way to start using Adaptive Meshing with your machine!

    It's connected to my laptop through an ethernet cable. The laptop is connected to wifi.
  10. L

    Easiest way to start using Adaptive Meshing with your machine!

    Thanks, I found the label object file in super slicer and it is checked in the label objects box. I still get the fatal: unable to access 'https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging.git/': Could not resolve host: github.com pi@mainsailos:~ $ When I try to use putty to SSH to...
  11. L

    Easiest way to start using Adaptive Meshing with your machine!

    Part 2: comment out #enable_object_processing: False in moonraker cfg? And put [file_manager] enable_object_processing: True under it? Part 3 How do I make sure super slicer is labeling objects? Where do I find that? This is the result of trying to SHH using putty cd...
  12. L

    Self sourced 2.4 R2. My first 3D printer ever

    Found this thread on here and with octopus V1.1 hartK 2-piece board the klicky is supposed to be plugged into J34 with ^PG15 pin in printer.cfg. instead of the J40/PB7 plug. The ^ enables the pullup resistor. The probe trigger works now.
  13. L

    Klicky PCB Probe = not responding to click

    So with the octopus V1.1 and PCB klicky, the probe plugs into the J34 spot with the PG15 pin in cfg,.. instead of the J40 spot with the PB7 pin in cfg? And the ^ enables the pullup resistor? Same setup same problem but I'm plugged into the J40/PB7 plug. Maybe that's an octopus v1.0 thing. I'll...
  14. L

    Self sourced 2.4 R2. My first 3D printer ever

    I bought it back into the world where up is up and right is not forward. Next my probe is always triggered so I can't move the gantry down. Doesn't change if I push the klicky probe switch or not. Even though the blue klicky light goes out when I push the switch upward. Probably another wiring...
  15. L

    Self sourced 2.4 R2. My first 3D printer ever

    Running through the BUZZ command. If the stepper motor oscillates in an incorrect direction, then it generally indicates that the “dir_pin” for the axis needs to be inverted. This is done by adding a ‘!’ to the “dir_pin” in the printer config file. That means put the ! in front of the pin like...
Top