Code Monkey home page Code Monkey logo

Comments (14)

motoyasu-atsumi avatar motoyasu-atsumi commented on July 30, 2024 1

When you look at it, it's gone!
Here is a screenshot of what I saw.

MicroProbe

from bigtreetech-octopus-pro.

SplendidGoT avatar SplendidGoT commented on July 30, 2024

Same here, just can't get it to work. It will test eject the probe a couple of times when I boot up the printer, but when trying to do a bed leveling the probe does nothing and the printer will shutdown. Contacted Bigtreetech but they never respond.

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

Same here, but just the short warning kicking in when probe is connected at startup. An AliExpress item description is saying, its not compatible with octopus pro 446..

from bigtreetech-octopus-pro.

motoyasu-atsumi avatar motoyasu-atsumi commented on July 30, 2024

The BTT website stated that Octopus Pro is not supported.

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

The BTT website stated that Octopus Pro is not supported.

Could you please point us to that statement? I can not find that information on any BTT/Biqu site.

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

Thank you!

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

Just if someone is having the same issue and wants to use the microprobe in combination with his Octopus pro board on klipper, i took the following workaround:

Get a RP2040 board ( some arduino/clones should still work too, i bought a waveshare rp2040 zero)
Just flash with klipper and connect it to the host as secondary mcu
Use 5v, gnd and 2 pins (i went with gpio14 and gpio15) of that board for the probe and add the needed config to printer.cfg.

That way one can use it without issues caused by that incompatibility.

If using the microprobe V2:
The internal Pullup of the rp2040 seems to work without issues, if it gives false positive triggers, you might have to add an extra 10k resistor between the probe pin and 5v.

from bigtreetech-octopus-pro.

adamster1983 avatar adamster1983 commented on July 30, 2024

It does work got it working on my octopus pro 1.1 h723 have u set stepper z pg10 endtop pin with probe:z_virtual_endstop

from bigtreetech-octopus-pro.

Quard avatar Quard commented on July 30, 2024

Octopus Pro has a PROBE dedicated socket that works fine with MicroProbe V2.

My wiring looks like:

  • servo connector with 3 pins connected to the BLTouch socket, but just 3 pins(GND, 5V, Servo - PB6)
  • and probe connector connected to the PROBE socket, just GND and Probe(PC5) pins, without DC
  • connect jumper near the PROBE socket to enable pull-up resistor on Probe pin

and configuration for the Klipper

[output_pin probe_enable]
pin: PB6
value: 0

[gcode_macro Probe_Deploy]
gcode:
  SET_PIN PIN=probe_enable VALUE=1

[gcode_macro Probe_Stow]
gcode:
  SET_PIN PIN=probe_enable VALUE=0

[probe]
pin: !PC5
deactivate_on_each_sample: False
x_offset: -12.6
y_offset: -29.5
#z_offset: 1.0
speed: 5.0
activate_gcode:
  Probe_Deploy
  G4 P500
deactivate_gcode:
  Probe_Stow

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

Which revision/version of Octopus pro do you have it working with? I have an 1.0 F446, which is kicking in the short protection as soon as i fully have the microprobe connected. I might try your connection setup if you are using the same board sucessfully.

from bigtreetech-octopus-pro.

Quard avatar Quard commented on July 30, 2024

Octopus Pro V1.1 with H723

from bigtreetech-octopus-pro.

Quard avatar Quard commented on July 30, 2024

According to the schematics in this repository Probe socket has the same implementation on both versions of the board. I means that here should not be any difference between the board versions for the MicroProbe.

@carhifitrier could you show your wiring and configuration for the MicroProbe. For now, I have only one suggestion, you have enabled pull-up resistor in configuration, as it done in MicroProbe manual for all boards, but you should not do that as board already has the physical pull-down resistor on this PC5 pin(Probe).

from bigtreetech-octopus-pro.

adamster1983 avatar adamster1983 commented on July 30, 2024

from bigtreetech-octopus-pro.

carhifitrier avatar carhifitrier commented on July 30, 2024

@Quard
Thanks for the Idea.
I just tried with connection of all 5 on the normally correct bltouch pins, will try with the 2 on probe port as soon as i get to it. My code is working, that's not a problem.
Seems as O. pro 1.1 does work with it, did not hear about an user who did it with an 1.0 pro Board.
I'll give feedback when i got into it!
Setting a second pulldown should rather be not leading to the issue i am experiencing.

from bigtreetech-octopus-pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.