You are not logged in.

#1 2018-11-18 14:05:55

cholubin
Member
Registered: 2017-06-19
Posts: 47

I changed LCD printer's screw 8mm to 16mm so..

At up or down only half distance (what I want to move) can move now.
How can I set motor spins double times? ^^;

Offline

#2 2018-11-18 14:09:56

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: I changed LCD printer's screw 8mm to 16mm so..

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

#3 2018-11-18 14:12:14

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: I changed LCD printer's screw 8mm to 16mm so..

Used Arduino mega 2560.

Offline

#4 2018-11-18 14:18:10

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: I changed LCD printer's screw 8mm to 16mm so..

Can I modify 'D7 firmware' ?

Offline

#5 2018-11-18 14:24:44

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: I changed LCD printer's screw 8mm to 16mm so..

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

#6 2018-11-18 14:25:55

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: I changed LCD printer's screw 8mm to 16mm so..

bigfilsing wrote:

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

#7 2018-11-18 14:26:41

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: I changed LCD printer's screw 8mm to 16mm so..

Offline

#8 2018-11-18 14:43:02

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: I changed LCD printer's screw 8mm to 16mm so..

https://github.com/jamesarm97/Repetier- … guration.h

I don't know what value I should change ^^; is there any hint?

Offline

#9 2018-11-18 15:45:42

cholubin
Member
Registered: 2017-06-19
Posts: 47

Re: I changed LCD printer's screw 8mm to 16mm so..

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

#10 2018-11-18 17:09:19

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: I changed LCD printer's screw 8mm to 16mm so..

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

#11 2018-11-18 17:13:03

bigfilsing
Member
Registered: 2016-11-20
Posts: 306

Re: I changed LCD printer's screw 8mm to 16mm so..

Offline

Board footer

Powered by FluxBB