#Bigtree tech pad 7 and Mellow DP-5

6 messages · Page 1 of 1 (latest)

keen lantern
#

Well with some help from here (you know who you are) I had a firmware misunderstanding due to documentation. I am communicating and tracking down all the issues. I am going to be using this on a an A10M that the gt2560 died (please don't ask how other than a screwdriver, an out of alignment bltouch and "i'll just give it a smooch to straighten it)

I got the dp-5 to facilitate my movement to klipper.

I am no having to remap all the driver pins as the mellow printer config was way way way way off, did I mention it was pin mapped wrong LOL.

The 1st. commented out statement is the original pin map, I comment out all the time to help make corrections back.

Drives

########################################
[stepper_x]
step_pin: PB10 #D0_STEP
dir_pin: !PB2 #D0_DIR #dir_pin: !D0_DIR
enable_pin: !PB11 #!D0_EN
microsteps: 16
rotation_distance: 40
endstop_pin: D0_STOP #endstop_pin: !D0_STOP
position_endstop: 0 #120
position_max: 220 #120
homing_speed: 40

[stepper_y]
step_pin: PC5 #D1_STEP
dir_pin: !PC4 #D1_DIR
enable_pin: !PB0 #!D1_EN
microsteps: 16
rotation_distance: 40
endstop_pin: D1_STOP #endstop_pin: !D1_STOP
position_endstop: 0 #120
position_max: 220 #120
homing_speed: 40

[stepper_z]
step_pin: PA5 #D2_STEP
dir_pin: PA4 #!D2_DIR
enable_pin: !PA6 #!D2_EN
microsteps: 16
rotation_distance: 8
endstop_pin: D2_STOP
position_endstop: 0 #0.5
position_max: 230 #120

[extruder]
step_pin: PA1 #D3_STEP
dir_pin: PA0 #D3_DIR
enable_pin: !PA2 #!D3_EN
microsteps: 16
rotation_distance: 33.5

I am sure more mapping will need to be corrected but It is beginning to move. Plus I am having to figure out the propper commands to reverse steppers and such and the correct syntax to add another extruder.

I also wish to remap couple of pins for fans that I dont need to filament sensors

sharp gyroBOT
#

Ahoi @keen lantern!
It looks like you did not provide all the necessary information we need to help you.
Please upload your logfiles and a detailed description of your problem.
For further information see: https://docs.mainsail.xyz/faq/getting-help/discord#provide-information
Note: We only accept .log and .txt files as log files.
This is an automated message

We are glad to help and chat with you on our Community Discord, but if you need help and want the best support possible you should, follow a few simple rules:

forest wind
#

You should tell us, what exactly you are expecting from us. If you are expecting all the pin mappings, I don't know if anyone of the team has the time to do that for you. Also it's way better if you share the whole log, instead of only some parts of your config

keen lantern
#

I have the pin mapping done finally and am just trying to figure out why I have x & Y axis moving at the same time.

forest wind
keen lantern
#

ok i'll send a log i din't realize that onw was necessary for this type of problem, my mistake.