You are not logged in.
At up or down only half distance (what I want to move) can move now.
How can I set motor spins double times? ^^;
Offline
The control fo the stepper motor is in the control boards firmware so in order to change it you will need to edit the firmware and re-upload
You haven't mentioned what printer/control board you have so its hard to advise further
Offline
Used Arduino mega 2560.
Offline
Can I modify 'D7 firmware' ?
Offline
Yes but first you need to download the original version of the firmware
Then download Arduino IDE and use that to edit the config.h file
There are loads of videos of youtube how to do that
here's a video on how to do it ( its the same process as for any 3D FDM printer) https://www.youtube.com/watch?v=3gwWVFtdg-4
also have a read here for some useful info
https://3dprinterwiki.info/di3-mods/d7- … -firmware/
Last edited by bigfilsing (2018-11-18 14:26:15)
Offline
Yes but first you need to download the original version of the firmware
Then download Arduino IDE and use that to edit the config.h file
There are loads of videos of youtube how to do that
here's a video on how to do it ( its the same process as for any 3D FDM printer) https://www.youtube.com/watch?v=3gwWVFtdg-4
Thank you ^^
Offline
Offline
https://github.com/jamesarm97/Repetier- … guration.h
I don't know what value I should change ^^; is there any hint?
Offline
I thought that after find configuration.h for d7 and change just ZAXIS_STEPS_PER_MM 's value to double of previus value. and recomple with modified configuraton.h file.
but.. can't find the 'configuration.h for d7' ^^;
Offline
that's repetier firmware. I'm not 100% sure but i think the D7 uses Marlin.
If you are using nano DLP you also need a modified version that provides feedback to Nano DLP
Offline
Offline