diff --git a/docs/machines/3DPrinter/Design.md b/docs/machines/3DPrinter/Design.md index 410926d6df5ba5d5d5d4fff566d660e7c769c274..3d1889c9a3f11b6c2838e02b558145f2c78194d3 100644 --- a/docs/machines/3DPrinter/Design.md +++ b/docs/machines/3DPrinter/Design.md @@ -178,6 +178,28 @@ The current design uses 2 lead screws attached to Nema17 motors ot lift the buil ### Calculating travel on Z - axis Using 1.8 degree motor with T8x8 four start lead screws gives 8mm travel per rotation with 200 steps (1.8 degree motor) and 400 steps (0.9 degree motor). This is 0.04 mm and 0.02 mm respectively. +### Choosing Stepper Motors for the X,Y and Z axes + +While choosing the stepper motor for moving the various axes in the 3D printer, several basic calculations can be done to determine the minimum required torque for running the printhead without skipping steps with a specific velocity and acceleration. + +Look at the following links for more details on the calculation: + +[Reddit discussion](https://www.reddit.com/r/Reprap/comments/bkz7k7/unsure_of_required_stepper_torque/) + +[How microstepping reduces motor torque](https://www.machinedesign.com/archive/article/21812154/microstepping-myths) + +According to above article microsepping by 1/16 reduces motor torque by 90%, so if the nema 17 motor had a torque of 40Ncm, with 1/16 microstepping only about 4Ncm remains. + +#### Calculating minimum motor torque for X and Y axes + +- In a coreXY setup, only the X gantry has to be moved since the Y axes are supported on the frame. +- The X gantry consists of the following parts: + - 2xLM10LUU bearing = + - 2x8mm x 370mm long steel rods = + +#### Calculating motor torque for Z axis (Bed platform) + + ---- ### All Metal Hotend vs PTFE Lined Hotend @@ -424,6 +446,8 @@ Good video explanining different methods to connect [LEDs](https://www.youtube.c Motor current can be defined in config_adv.h file whereby the digipot option needs to be enabled. Due to a software bug marlin does not configure. The following fix needs to be made as seen [here](https://github.com/MarlinFirmware/Marlin/commit/29356e390323ed4d405e520ad3d4d2b7efcff008) + + ### Initial Bed Levelling, First Layer Thickness and Z-Offset Levelling the bed or setting the gap between the nozzle and the bed is done to let the machine know where exactly the bed is. Levelling the bed is crucial to getting a even first layer because it lets the nozzle extrude even across the entire bed. We need both a level build surface and correct nozzle gap to get an even first layer. Then we have the perfect foundation for the rest of our 3D print job. This is usually done with a thin piece of paper being inserted between the nozzle and bed, untill the nozzle just grabs the paper. We are essentially looking to have zero gap between nozzle tip and bed so that the machine can know where exactly Z=0 is i.e. on the bed surface. Understanding the concept of bed levelling and first layer thickness is nicely explained in the following article(https://www.3dmakerengineering.com/blogs/3d-printing/bed-leveling-first-layer-thickness-and-z-offset). diff --git a/docs/machines/3DPrinter/Step by Step Assembly.md b/docs/machines/3DPrinter/Step by Step Assembly.md index c7dff654292225086a295e87290074f46194da55..0a72800575352226d00c27bb620dd77eddc10089 100644 --- a/docs/machines/3DPrinter/Step by Step Assembly.md +++ b/docs/machines/3DPrinter/Step by Step Assembly.md @@ -74,21 +74,21 @@ The build instructions below are divided into two parts, namely pre-assembly and | Step 1 - Insert M3 nuts into slots | Step 1.1 - M3 nuts inserted | | - | - | -| <img src="pictures/yaxis_l_xyidler_c001.PNG" width="350" /> | <img src="pictures/yaxis_l_xyidler_c002.PNG" width="350" /> | +| <img src="/" /> | <img src="pictures/yaxis_l_xyidler_c002.PNG" width="350" /> | ##### Step 2 - Insert 2x M3 bolts into printed XY Idler bracket - Insert the M3x20mm bolt till the end but do not tighten now. It will be tightened in a later step when the 10mm smooth rod is inserted - Insert the M3x30mm bolt only halfway through -| Insert M3 bolts | M3 bolts inserted | +| Insert M3 hex screw | M3 bolts inserted | | - | - | -| <img src="pictures/yaxis_l_xyidler_c003.svg" width="" /> | <img src="pictures/yaxis_l_xyidler_c004.PNG" width="350" /> | +| <img src="/docs/machines/3DPrinter/pictures/" width="" /> | <img src="pictures/yaxis_l_xyidler_c004.PNG" width="350" /> | ##### Step 3 - Insert first GT2 Pulley - The GT2 Pulley has a bore diameter of 3mm and width of 6mm -| Insert GT2 pulley | GT2 pulley inserted | +| Insert GT2 Idler pulley | GT2 pulley inserted | | - | - | | <img src="pictures/yaxis_l_xyidler_c005.PNG" width="350" /> | <img src="pictures/yaxis_l_xyidler_c006.PNG" width="350" /> |