RepRap for Dummies - A RepRap primer

  • Increase font size
  • Default font size
  • Decrease font size
RepRap for Dummies - A RepRap primer

Downloads

E-mail Print PDF

Slicing: 

Firmware:

Host Software:

Last Updated on Wednesday, 03 October 2012 14:56
 

Setting your E-steps right

E-mail Print PDF

Taken from  http://josefprusa.cz/skeinforge-40-volumetric-calibration  (Thanks Josef Prusa)

In this article I want to help you with SF40 calibration. 

Main difference over older version is volumetric flowrate. 

It basically means that SF counts how much of the plastic its should extrude for given layer height and width of trace (height*width*lenght = volume). 

Most confusing on all this is to realize SF uses the length of filament which goes in instead of extruded thread which goes out. For that you need to set your e_steps_per_mm in your Firmware to count with filament instead of extruded thread. And I'll show you how.

Tools you need:

  1. Some permanent marker which can make visible marks on your filament
  2. Calipers
  3. Brain
  4. My RepRap calculator http://calculator.josefprusa.cz/#ExtrusionSF40

So how to do it?!

Last Updated on Sunday, 24 July 2011 15:27 Read more...
 

PID Tuning

E-mail Print PDF

PID is a control mechanism for things (temperature, ships, motors..) that need some time to react because of inertia or mass.

As the nozzle of your extruder does not get to temperature rightaway PID is a very good method to this solution.  

The brute method is that You set a certain target and the software tries to reach that target according to feedback given from the thermistor (or thermocouple..).  It does not do anything to it so the heater is turned on and off depending on each reading. Too hot off -- too cold on -- Too hot off  and so on.

PID tries to mimic the human behaviour.   If you were to heat up something to a certain degree and had a thermometer for control..  You would know that applying full power up to a certain temperature and then gradually decreasing the power would get you a correct temperature..

This is also a very good article about PID... http://mbed.org/cookbook/PID (but maybe a BIT too much in depth)

Parameters and what they do (sort of)

P_Param:  the bigger the number the harder the controller pushes.
I_Param:  the SMALLER the number (except for 0, which turns it off,)  the more quickly the controller reacts to load changes, but the greater the risk of oscillations.
D_Param: the bigger the number  the more the controller dampens oscillations (to the point where performance can be hindered)

These are rules of thumb and aren't exactly what's going on inside the controller, but they should help when deciding which number to change and in which direction.

 

 

 

 

Last Updated on Monday, 08 August 2011 12:57
 

SFACT the new Skeinforge

E-mail Print PDF

 

I have modified Skeinforge to be more prectical and easier to tune.  features include:

-Will not mess up your old Skeinforge settings as it will use its own sfact_settings directory inside its own folder.

-Deleted unused plugins and unused settings.

-Namings changed to be more understandable.

-Important settings moved to top of Plugin Tab.

-Default values give good prints rightaway.

-Internally used Gcode files use extension .gmc now.

-Most Feedrates are now entered as values (mm/s) and their respective flowrates are 1 so you dont have to enter everything twice.

Last Updated on Thursday, 11 August 2011 00:58 Read more...
 

Not able to move in - (negative) direction

E-mail Print PDF

This is a typicla problem for newly built printers, newly uploaded firmware, or new electronics...  You probably have your "endstops inverted".  That means that your electronics think that you are at 0.0.0 position (because it sees the endstops as tripped) and you cant move any further into the negative direction.

Remedy: Find the endstops section in the config.h file of your firmware.  Invert whatever says there.  Upload to the board. That should be it.

Last Updated on Tuesday, 21 June 2011 06:45
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »


Page 1 of 2