Close



Results 1 to 10 of 48

Hybrid View

  1. #1
    Student
    Join Date
    Jun 2015
    Location
    Sydney Australia
    Posts
    36
    Quote Originally Posted by originalt80 View Post
    is there any way the board can be replaced with a compatible one and still function as needed in the FFCP with out being a pain in the a$$ to do? just curious
    I wouldn't recommend it, I think overall it would be cheaper and less headache to just buy a new compatible printer.

    I'm still searching for a g-code to access PB7 connection point.

  2. #2
    well i just got the FFCP recently about less then 2 months ago so a new compatible printer will have to wait. just have to stick with manual leveling for now.
    hopefully something pops up on how to access the PB7 point

  3. #3
    Technician
    Join Date
    Feb 2015
    Posts
    91
    BTW, what does the servo control actually need to do? IE, what's a typical gcode sequence on a printer that supports it?

  4. #4
    Super Moderator
    Join Date
    Apr 2014
    Location
    KS
    Posts
    907
    Add jfkansas on Thingiverse
    Quote Originally Posted by warkmal View Post
    BTW, what does the servo control actually need to do? IE, what's a typical gcode sequence on a printer that supports it?
    I think nothing. lol I think these guys are realizing what I posted about 3-4 days ago about why all the electronic sensor stuff. It really isn't doing anything to "auto level"...

  5. #5
    Student
    Join Date
    Jun 2015
    Location
    Sydney Australia
    Posts
    36
    The BLTouch sensor works on the principle of a servo, it has a built-in program that will interpret the servo command like move servo arm 10 degrees to mean pull the pin up or 90 degrees means push the pin down, hence the need to connect the BLTouch to a servo connection point.

    I've been in touch with Dan Newman who is one of the programmers for Sailfish and he has confirmed that Sailfish DOES NOT support servos (now I know why my servo was acting erratically) hence the BLTouch sensor will not work, Sailfish supports ON/OFF sensors such as Inductive Proximity type which must be connected to the Z-MIN. So it's back to the Inductive Proximity sensor.

  6. #6
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by ejcruz View Post
    I've been in touch with Dan Newman who is one of the programmers for Sailfish and he has confirmed that Sailfish DOES NOT support servos (now I know why my servo was acting erratically) hence the BLTouch sensor will not work, Sailfish supports ON/OFF sensors such as Inductive Proximity type which must be connected to the Z-MIN. So it's back to the Inductive Proximity sensor.
    I would bring up Marlin!

  7. #7
    Student
    Join Date
    Jun 2015
    Location
    Sydney Australia
    Posts
    36
    Quote Originally Posted by Roxy View Post
    I would bring up Marlin!
    I'm just curious to see how well auto-leveling works with FFCP.

  8. #8
    Technician
    Join Date
    Feb 2015
    Posts
    91
    Quote Originally Posted by ejcruz View Post
    I wouldn't recommend it, I think overall it would be cheaper and less headache to just buy a new compatible printer.

    I'm still searching for a g-code to access PB7 connection point.
    Sailfish doesn't actually know any g-code. All g-code gets translated into x3g protocol before being sent to the printer. You can look for what you need in the x3g protocol: https://github.com/makerbot/s3g/blob...s3gProtocol.md

    I'm afraid you won't though because I can't think of any PWM you can command directly through x3g. There is PWM in the firmware, but they're indirect. That is they're commanded by the firmware to achieve a goal (like heat the bed or make the LEDs a color).

    You could write in your own bit into sailfish (that's what ZYYX did for their autolevel feature), but if it needs a new x3g command that could be problematic for compatibility.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •