Git Product home page Git Product logo

Comments (26)

coyotebush2384 avatar coyotebush2384 commented on May 29, 2024

Yes that's why you would want to use the sloop calibrater and openscad to get parts to print correctly

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Hey,
Thanks for the prompt reply. I don't know what sloop calibrater is. And I am not familiar with Openscad either. Can you please guide me?

from snappy-reprap.

coyotebush2384 avatar coyotebush2384 commented on May 29, 2024

I probably can. hopefully someone else will jump in but if not I can give better reply when I get off work

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

in config.scad look for printer_slop

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

i saw on forum people talking about this file https://github.com/revarbat/snappy-reprap/blob/master/STLs/slop_calibrator_parts.stl

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

in config.scad look for printer_slop

Hey Dorkmo,
Thanks for the reply. I opened config.scad and found this -> "printer_slop = 0.20; // mm". Now I understand that slop callibrater is something which is used to fit parts correctly, but I cannot figure out how do I use it? Also, I have already printed slop callibrator parts.

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

I havent built a snappy, but i think after you print the slop_calibrator_parts.stl, you trying putting the peg into the holes, after you fiigure out the best fit, you read the number off of the side and define that number in the printer_slop= value. Then that value is used to generate the models for the rest of the snappy. Have you tried placing the peg in the holes? Let us know what it fits in.

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

On a side note, i couldnt find any reference to the calibrator_parts in the build guide. i think it probably needs a pull request.

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

I did not try it earlier. But now it fits perfectly in "45" and the fit it so strong that the peg is not coming out anymore.

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

cool. I think that means you should set printer_slop=45; then run the make file

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Alright. The change in printer_slop value will be done in the configuration file that I have in my system right? The value that is mentioned there right now is ".20". So should I mention the new value as ".45"? How do I run this file?
Also, I have printed almost all the parts and it has taken me a long time. I was hoping there is some way to utilize those parts as well.

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

I think you might be able to just reprint the parts that are giving you the most trouble? besides the Y axis, how bad off are the other parts? are they wobbly or something else?

After you change the slop value in the config file on your computer, you'll need to use a terminal to run the make command. That executes all the stuff in https://github.com/revarbat/snappy-reprap/blob/master/Makefile which will create custom STL files using the new slop value. At least i think thats my understanding of the readme explination. hope it works out for ya.

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

The parts like sled and motor assembly needs to be smooth in order to slide properly. I think they need a reprint. Also, I was able to fit parts like rail segments and motor assembly after filing but now they are bouncing back once I join them, bad fit. Since I got stuck in the initial stage I still got to check the rest of the parts, But I am certain that they would require filing too.
Where will I find the make command? The link you shared, is that the make command? Also, since I use windows its a bit different for me. I think I have to carry out the modifications for every individual parts. I read something like that in readme file.

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

Yeah maybe it will be easier to do them individually, just open each file scad file, then press F6 to render it, then go to File > Export > as STL

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Alright. I will just tell you the process which I followed. Correct me if I went wrong somewhere. Firstly, I changes the slop value in config file. I saved that file. Then I open the design file that I need to make as per the correct dimension and then render it using F6 and then export as stl.
Is that correct or am I missing any step?

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

yup that should be right. like if you look at https://github.com/revarbat/snappy-reprap/blob/master/xy_sled_parts.scad for example, the first line shows "include <config.scad>", then it uses the slop value from that

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Great thanks a lot. I am a bit curious about slop calibrater. Was it particularly designed to calibrate the parts as per the user's printer? Is it used in for some other applications also?

from snappy-reprap.

dorkmo avatar dorkmo commented on May 29, 2024

i've been doing a lot of guessing, but i think thats its only application.

from snappy-reprap.

ManuGithubSteam avatar ManuGithubSteam commented on May 29, 2024

After yout put the correct slop value just type make in the main directory and all files will be rerenderd with the corret slop in the STL folder.

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Thanks @ManuGithubSteam . Can you tell me what do you mean by main directory and where can I find it?
@dorkmo I came across another problem today. I tried putting the peg of slop calibrater in other holes and found that it is fit for other holes also. Like its going easily in 45, 40, 35 etc.. What do I do in this situation?

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Hi,
When I was rendering the Y_z joiner parts I received a warning stating "Object may not be a valid 2-manifold and may need repair!"

from snappy-reprap.

ManuGithubSteam avatar ManuGithubSteam commented on May 29, 2024

from snappy-reprap.

revarbat avatar revarbat commented on May 29, 2024

from snappy-reprap.

revarbat avatar revarbat commented on May 29, 2024

I've added an explanation of using the Slop Calibrator to the wiki v3.0-BOM page, before the list of parts to print.

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Yes, that should be 0.45, not 45. Also, 0.45 is a very large printer_slop value. Are you sure your current printer is printing square and isn't wobbling on the Z axis over much? - Revar

On Feb 16, 2019, at 9:31 PM, parth1739 @.***> wrote: Alright. The change in printer_slop value will be done in the configuration file that I have in my system right? The value that is mentioned there right now is ".20". So should I mention the new value as ".45"? How do I run this file? Also, I have printed almost all the parts and it has taken me a long time. I was hoping there is some way to utilize those parts as well. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#37 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAVXMedgn3jG68NsJB7epC14n7fm1h-Yks5vOOlAgaJpZM4a7yUj.

Hey @revarbat
Earlier the peg was not a good fit with any hole except 0.45. But now I guess with smoothing due to push in and pull out it is fitting in other holes aswell. I currently have 2 printers. As per your new instructions on github page I think now slop value for one of my printer in .40 and the other is .35.
Talking about wobbling of z-axis of current printer. It does vibrates a bit while printing but I haven't confirmed whether its printing exact square or not. Any added instructions from your end could be useful for me.

Thanks

from snappy-reprap.

parth1739 avatar parth1739 commented on May 29, 2024

Hi The main directory is the directory, that you download from githup or the one that gets created when you clone the repo. It has a subfolder STL and a file called Make in it. Slic3r might be able to repair your broken STL file. Hope that helps

On Wed, 20 Feb 2019, 04:09 parth1739 @.*** wrote: Hi, When I was rendering the Y_z joiner parts I received a warning stating "Object may not be a valid 2-manifold and may need repair!" — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#37 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/ADS_4gMFg4YLjpa3WuEQr9lXc_4ejBh4ks5vPLxogaJpZM4a7yUj .

Hi @ManuGithubSteam
Alright now I understand what the main directory is. I also found the makefile in it. Could tell me where in the main directory should I type "make" to render files in STL folder.

from snappy-reprap.

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.