Giter VIP home page Giter VIP logo

Comments (5)

ebraiman avatar ebraiman commented on August 20, 2024 1

Look in pins file for marlin for pins_BTT_OCTOPUS_V1_common.h You might need to rename something like ...

#define Z_STEP_PIN PF11 // MOTOR 2
#define Z_DIR_PIN PG3
#define Z_ENABLE_PIN PG5
#ifndef Z_CS_PIN
#define Z_CS_PIN PC6
#endif

#define Z2_STEP_PIN PG4 // MOTOR 3
#define Z2_DIR_PIN PC1
#define Z2_ENABLE_PIN PA0
#ifndef Z2_CS_PIN
#define Z2_CS_PIN PC7
#endif

To Y2.

from bigtreetech-octopus-pro.

luca920 avatar luca920 commented on August 20, 2024

Hi @ebraiman,
thank you for the answer. I will try.

just to be clear you mean that I should change the block (in this ase I think the one I like) like so:

#define Y2_STEP_PIN PG4 // MOTOR 3
#define Y2_DIR_PIN PC1
#define Y2_ENABLE_PIN PA0
#ifndef Y2_CS_PIN
#define Y2_CS_PIN PC7
#endif

is that right?

from bigtreetech-octopus-pro.

ebraiman avatar ebraiman commented on August 20, 2024

I'll be Streaming tonight @ 6PM EST and I'll look at your issue. The Channel is called "Ed's 3d Tech" on YouTube. It will also be in livestream playlist if you miss it.

from bigtreetech-octopus-pro.

ebraiman avatar ebraiman commented on August 20, 2024

Solution is about halfway thru the stream ... https://youtu.be/sW3z1BYNOPY

from bigtreetech-octopus-pro.

luca920 avatar luca920 commented on August 20, 2024

You are really good!
I am follwing you (unfortunately was not able to get on live stream), but you have been really helpful!

I thank you again! (will open another thred btw on how to connect external driver for which I am still struggling too XD)

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.