From 6f61100d3bf6bbbd82b31812e69505f9e370ec39 Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 18:13:19 +0200 Subject: [PATCH 1/6] Update calibration.html --- calibration.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calibration.html b/calibration.html index e32be60..9786331 100644 --- a/calibration.html +++ b/calibration.html @@ -47,8 +47,8 @@

Warning - Read carefully!

Every attempt has been made to ensure this is safe but ultimately there always is risk in running pre-sliced gcode from the internet. Preview the gcode in your slicer or Gcode.ws and print at your own risk.

-

Only print this gcode when you are present, alert and capable of stopping the printer in case of emergency.

-

Validation has been built into the forms to only allow sensible min and max values, however this is not foolproof.

+

Only print this gcode when you are present, alert, and capable of stopping the printer in case of emergency.

+

Validation has been built into the forms to only allow sensible min and max values; however this is not foolproof.

The gcode generated by this page has the following general characteristics:

-

To be compatible, your printer should have a miniumum bed size of 100 x 100mm. The largest print is 85x 95 x 30mm.

+

To be compatible, your printer should have a minimum bed size of 100 x 100mm. The largest print is 85x 95 x 30mm.

From 97785761b98c54e171ef5f7aef7dc5c7a4071bc7 Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 18:25:29 +0200 Subject: [PATCH 2/6] Update calibration.html --- calibration.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/calibration.html b/calibration.html index 9786331..a1fa4e5 100644 --- a/calibration.html +++ b/calibration.html @@ -47,8 +47,8 @@

Warning - Read carefully!

Every attempt has been made to ensure this is safe but ultimately there always is risk in running pre-sliced gcode from the internet. Preview the gcode in your slicer or Gcode.ws and print at your own risk.

-

Only print this gcode when you are present, alert, and capable of stopping the printer in case of emergency.

-

Validation has been built into the forms to only allow sensible min and max values; however this is not foolproof.

+

Only print this gcode when you are present, alert and capable of stopping the printer in case of emergency.

+

Validation has been built into the forms to only allow sensible min and max values, however this is not foolproof.

The gcode generated by this page has the following general characteristics:

  • 0.2mm layer height
  • @@ -58,7 +58,7 @@
  • Nozzle priming has been turned off to avoid bed clips or problems with deltas
  • A single layer skirt (except on the acceleration test)
-

To be compatible, your printer should have a minimum bed size of 100 x 100mm. The largest print is 85x 95 x 30mm.

+

To be compatible, your printer should have a miniumum bed size of 100 x 100mm. The largest print is 85x 95 x 30mm.

@@ -70,7 +70,7 @@
When required:

Any time the frame or mechanical components have been disassembled or replaced.

Tools:
-

Basic spanners, allen keys, etc.

+

Basic spanners, Allen keys, etc.

It would be easy to use the techniques elsewhere on this page to try and fix problems that were actually caused by a problem with the physical components, so we will eliminate this possibility first.

Many of these procedures are covered in this video: Complete beginner's guide to 3D printing - Assembly, tour, slicing, levelling and first prints

@@ -87,9 +87,9 @@

PTFE Tube

If your printer has PTFE tube, such as a bowden tube setup for the extruder/hot end, it is essential to make the tube is fully inserted and seated in the coupler. Also ensure the coupler is properly tightened. You may wish to use a small retaining clip on the coupler to prevent the tube working loose: Creality PTFE clip by morfidesign.

Nozzle

-

It is worth heating up the nozzle and pushing some filament through to see if it is exiting the nozzle properly. If the diameter is inconsistent or the extruded plastic shoots to one side, it may indicate a partial blockage in the nozzle that will be a pain in the future. It is also worth checking if the nozzle is properly tightened. Only do this when it is hot or you may break it.

+

It is worth heating up the nozzle and pushing some filament through to see if it is exiting the nozzle properly. If the diameter is inconsistent or the extruded plastic shoots to one side, it may indicate a partial blockage in the nozzle that will be a pain in the future. It is also worth checking if the nozzle is properly tightened. Only do this when it is hot, or you may break it.

Belts

-

Ensure all belts are properly alinged and tensioned sufficiently. Also check the grub screws are tight on the pulleys that connect the belts to the stepper motors.

+

Ensure all belts are properly aligned and tensioned sufficiently. Also check the grub screws are tight on the pulleys that connect the belts to the stepper motors.

Fans

Check all fans are spinning freely. This includes but is not limited to: mainboard cooling fan, heat sink fan, part cooling fan, PSU fan. It can be hard to diagose if a fan is performing at less than full capacity. It may be easier to simply replace than repair if you suspect a fan is failing.

Another suitable video for seeing some of these procedures is here:

@@ -102,7 +102,7 @@
Aim:

To ensure the heating of the 3D printer nozzle and bed are safe, stable and consistent.

When required:
-

Any time the hot end is changed, including addng/removing a silicone sock or altering part cooling fan/ducts. Any time the bed is changed, such as adding a glass/mirror plate, magnetic spring steel sheet and/or under bed insulation.

+

Any time the hot end is changed, including adding/removing a silicone sock or altering part cooling fan/ducts. Any time the bed is changed, such as adding a glass/mirror plate, magnetic spring steel sheet and/or under bed insulation.

Tools:

Terminal software such as Pronterface or Octoprint.

@@ -117,7 +117,7 @@
M303 E-1 S60 U1

The bed is selected with E-1, and the temp set to 60 degrees. Substitute as necessary for your normal printing bed temperature. Once again save to EEPROM afterwards with:

M500
-

It may be preferable to have the printer as close to printing conditions as possible during these tuning prodecures. That means having filament loaded and the part cooling fan on for PLA temperatures.

+

It may be preferable to have the printer as close to printing conditions as possible during these tuning procedures. That means having filament loaded and the part cooling fan on for PLA temperatures.

From c93227b546c07fcee6f0e4efc29419d941da45a0 Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 19:12:11 +0200 Subject: [PATCH 3/6] Update calibration.html --- calibration.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/calibration.html b/calibration.html index a1fa4e5..636ca93 100644 --- a/calibration.html +++ b/calibration.html @@ -143,7 +143,7 @@

Part Cooling Fan

-

Printing with PLA typically has the part cooling fan come on from layer 2. Alter this default bahaviour here:

+

Printing with PLA typically has the part cooling fan come on from layer 2. Alter this default behaviour here:

@@ -212,7 +212,7 @@

You may wish to repeat this test with the new E-steps value to verify.

-

Although starting a new print or power cycling will achieve this, it may be safer to put the printer back into absolute position mode after completing this calinration by sending:

+

Although starting a new print or power cycling will achieve this, it may be safer to put the printer back into absolute position mode after completing this calibration by sending:

G90
@@ -224,9 +224,9 @@
When required:

Base calibration, as well as any time there has been a change to the extruder/hot end.

Tools:
-

Your favourite slicer. Accurate vernier calipers (two decimal places is much more prefferable to a set with only one).

+

Your favourite slicer. Accurate vernier callipers (two decimal places is much more preferable to a set with only one).

-

Our E-steps are now correct in the firmware, so we will move on to calibrating the slicer. Each slicer has a setting to control the overall amount of filament extruded by the printer. If the flow rate is increased, more filament will be extruded. If the flow rate is descreased, less filament will be extruded.

+

Our E-steps are now correct in the firmware, so we will move on to calibrating the slicer. Each slicer has a setting to control the overall amount of filament extruded by the printer. If the flow rate is increased, more filament will be extruded. If the flow rate is decreased, less filament will be extruded.

In Simplify3D and PrusaSlicer, this is called Extrusion Multiplier. Cura calls it Flow.

My method of determining the correct flow rate is to print a hollow, single wall cube with a specified wall thickness, then measure the actual thickness of the wall and adjust the flow rate in the slicer to suit.

Unfortunately, I can't provide pre-sliced gcode for this process. It is vital to use gcode generated by YOUR slicer. Setting up your slicer to print the cube in the right way should be simple by following these steps:

@@ -287,7 +287,7 @@

Now slice and print!

Interpreting Results:

-

Use vernier calipers to measure the outer wall thickness of the hollow cube. Take measurements in multiple places/sides and average them.

+

Use vernier callipers to measure the outer wall thickness of the hollow cube. Take measurements in multiple places/sides and average them.

If your measurement is significantly off, the following calculator can then be used to calculate the new flow rate:

From b649408b69499b3a1ecd2fbba3559cc878497cc6 Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 19:22:21 +0200 Subject: [PATCH 4/6] Update calibration.html --- calibration.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/calibration.html b/calibration.html index 636ca93..80ffeb3 100644 --- a/calibration.html +++ b/calibration.html @@ -340,7 +340,7 @@
Aim:

To set the correct amount of current supplied to the stepper motors of the printer. This is set with the stepper motor drivers, located on the mainboard.

When required:
-

If steps are being skipped/missed. If the stepper motors are too hot to touch. When significant changes are made to the motion system (eg. heavier bed, conversion to direct drive from bowden tube).

+

If steps are being skipped/missed. If the stepper motors are too hot to touch. When significant changes are made to the motion system (e.g. heavier bed, conversion to direct drive from bowden tube).

If your 3D printer is running fine without hot stepper motors, you may skip this step.

Tools:

For newer, 'smart' stepper motor drivers: terminal software such as Pronterface or Octoprint.

@@ -356,11 +356,11 @@

Unfortunately, sometimes a stepper motor may be running hot and still missing steps. The following may apply in these cases:

    -
  • In the case of the extruder stepper motor, there may be an obstruction such as a partially blocked nozzle, PTFE tube unseated, hot end temprature too low (increased resistance to melting/flow) and/or first layer too close (nozzle jammed against bed, no where for plastic to exit).
  • -
  • For X, Y and Z, the stepper motor may be undersized for the mass it is pushing. This can occur when increasing the size of the printer (eg. Ender Extender kit), adding something heavier to the bed (eg. glass/mirror plate), and/or converting from bowden tube to a heavy direct drive extruder.
  • +
  • In the case of the extruder stepper motor, there may be an obstruction such as a partially blocked nozzle, PTFE tube unseated, hot end temperature too low (increased resistance to melting/flow) and/or first layer too close (nozzle jammed against bed, nowhere for plastic to exit).
  • +
  • For X, Y and Z, the stepper motor may be undersized for the mass it is pushing. This can occur when increasing the size of the printer (e.g. Ender Extender kit), adding something heavier to the bed (e.g. glass/mirror plate), and/or converting from bowden tube to a heavy direct drive extruder.
  • If there is some sort of mechanical misalignment that makes movement a lot harder. This may be a V-roller that is far too tight or a misaligned Z axis leadscrew causing the Z axis to bind.
  • The acceleration/jerk and printing speeds are too aggressive for the stepper motors.
  • -
  • Each stepper motor driver has a rated current, if this is too high it will run very hot and potentially cause missed steps. Active cooling can help this but the current should still be still within the safe specifications for that driver.
  • +
  • Each stepper motor driver has a rated current, if this is too high it will run very hot and potentially cause missed steps. Active cooling can help this, but the current should still be still within the safe specifications for that driver.

If tuning the stepper driver current is unable to find a sweet spot, the good news is you can upgrade to a larger stepper motor easily in most cases. Nema17 steppers have the same mounting pattern and output shaft diameter, however you should still check your machine to ensure there is enough room for a longer stepper before any purchase. With all else being equal, a longer stepper motor will be capable of more torque and handling higher current.

@@ -385,10 +385,10 @@
  • Set multimeter to DC voltage, max 2V range.
  • Connect black/negative multimeter probe to ground. This can be a negative terminal or the top of the USB connector.
  • Connect the red/positive probe to the trim pot on top of the driver to measure VREF.
  • -
  • Turn the trim pot SLOWLY with a screw driver, then remeasure.
  • +
  • Turn the trim pot SLOWLY with a screwdriver, then remeasure.
  • Repeat for each stepper motor driver.
  • -

    Alternatively, you can use an aligator clip wire between the red probe and the metal shaft of the screwdriver, so that a VREF reading is available as you turn the screwdriver. This procedure is shown in this snippet:

    +

    Alternatively, you can use an alligator clip wire between the red probe and the metal shaft of the screwdriver, so that a VREF reading is available as you turn the screwdriver. This procedure is shown in this snippet:

    The VREF formulas for drivers I have tested are as follows:

    A4988

    @@ -409,7 +409,7 @@

    The process is then the same as for A4988s as shown in the video above.

    LV8729

    There are mainly two kinds of stepper driver boards with this driver.

    -

    One has a resistor labeled R100 on the bottom, and on the other the resistor is labeled R220. Which formula you use is based off of this resistor

    +

    One has a resistor labelled R100 on the bottom, and on the other the resistor is labelled R220. Which formula you use is based off of this resistor

    The process is then mostly the same as for A4988s as shown in the video above, but with the correct formula for your driver board.

    R100:

    VREF = max current / 2
    @@ -691,7 +691,7 @@
    Aim:

    To find the right compromise between printing speed and quality, specifically related to surface artefacts such as ghosting.

    When required:
    -

    Initial calibration, when significant changes are made to the motion system (eg. heavier bed, conversion to direct drive from bowden tube).

    +

    Initial calibration, when significant changes are made to the motion system (e.g. heavier bed, conversion to direct drive from bowden tube).

    Tools:

    Terminal software such as Pronterface or Octoprint.

    Gcode generator on this page.

    @@ -710,7 +710,7 @@

    Calculating maxmimum feedrate - optional

    One strategy is to calculate the fastest your 3D printer can move while while extruding cleanly, set this feedrate in the slicer, and then tune acceleration to meet this speed. If you are not interested in printing as fast as possible, skip to the next section.

    This part of the guide and calculator is adapted from Martin Pirringer's tutorial. Please consider supporting him and his robotics team through paypal or you can also donate to team 1989 through their Team 1989 Web Site

    -

    The following calculator will assist you in determing the maximum feedrate your printer/extruder/hot end is capable of.

    +

    The following calculator will assist you in determining the maximum feedrate your printer/extruder/hot end is capable of.

    1. Clear debris from hobbed gear, bring nozzle up to normal printing temp and load filament.
    2. From 9d1e01aa691fb0af6c600fff20abe8762454028c Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 19:53:49 +0200 Subject: [PATCH 5/6] Update calibration.html --- calibration.html | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/calibration.html b/calibration.html index 80ffeb3..ffd82fa 100644 --- a/calibration.html +++ b/calibration.html @@ -374,7 +374,7 @@

      Peak Current and Sense Resistor Value

      Setting stepper driver current accurately relies on knowing two values: the peak current that the stepper motor is rated for and the sense resistor value on the stepper motor driver.

      -

      For newer TMC drivers, the sense resistor value is already known. For older drivers, methods for determining this are seen in the following snippet. Methods for determing the stepper motor peak current are shown too:

      +

      For newer TMC drivers, the sense resistor value is already known. For older drivers, methods for determining this are seen in the following snippet. Methods for determining the stepper motor peak current are shown too:

      1. Physical

      I have covered this in detail before, so please use the embedded video below (queued to the correct time) to see how to set the VREF. The process is essentially the same for any driver.

      @@ -447,7 +447,7 @@
      Tools:

      Gcode generator on this page.

      -

      FDM works by melting plastic filament and extruding it accurately one layer at a time to build up 3D geometry. By its nature, the plastic will continue to ooze and drip out of the nozzle even when not pushed by the extruder. To combat this, our slicers use retraction, where the filament is withdrawn from the hot end, aleviating pressure and minimising ooze. When properly tuned, this has the effect of removing stringing, the unwanted oozing of plastic between two points of the model.

      +

      FDM works by melting plastic filament and extruding it accurately one layer at a time to build up 3D geometry. By its nature, the plastic will continue to ooze and drip out of the nozzle even when not pushed by the extruder. To combat this, our slicers use retraction, where the filament is withdrawn from the hot end, alleviating pressure and minimising ooze. When properly tuned, this has the effect of removing stringing, the unwanted oozing of plastic between two points of the model.

      An example of fine stringing can be seen in the following image. It appears like cobwebs:

      @@ -478,7 +478,7 @@
    - + @@ -495,7 +495,7 @@
  • Slicer differences: The gcode generated below was originally sliced by Simplify3D. The settings you establish should translate to your slicer quite well but there may be idiosyncrasies. For instance, Cura measures extra restart distance in volume rather than length.
  • -

    The following form will create a retraction tower to conveniently test back to back parameters in the same print. Of the three available parameters, it is best to change only one per test print. For example, keep the retraction speed and exta restart distance the same, but vary the retraction distance over each segment. Changing more than one parameter makes is hard to tell what made the difference. The print is quick, so repeat the test varying other parameters until you are happy with them all.

    +

    The following form will create a retraction tower to conveniently test back to back parameters in the same print. Of the three available parameters, it is best to change only one per test print. For example, keep the retraction speed and extra restart distance the same, but vary the retraction distance over each segment. Changing more than one parameter makes is hard to tell what made the difference. The print is quick, so repeat the test varying other parameters until you are happy with them all.

    Here is the STL if you would like to slice a similar test yourself: retractiontest.stl

    Bed dimensions

    @@ -508,7 +508,7 @@

    Part Cooling Fan

    -

    PLA typically has the part cooling fan come on from layer 2. Alter this default bahaviour here:

    +

    PLA typically has the part cooling fan come on from layer 2. Alter this default behaviour here:

    Retraction

    -

    For intial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. Vary either side of this for each segment.

    +

    For initial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. Vary either side of this for each segment.

    Printer settings > Extruder 1 > Retraction > Retraction Speed
    Extra restart distance: The retraction distance will be reveresed when the travel (non-extruding) movement is over. This is typicaly zero, but you can opt for extra filament to be extruded (a positive value) or less than than what was retracted (a negative value). Also measured in mm.Extra restart distance: The retraction distance will be reversed when the travel (non-extruding) movement is over. This is typically zero, but you can opt for extra filament to be extruded (a positive value) or less than what was retracted (a negative value). Also measured in mm. Travel > Retraction extra prime amount Extruder > Extra restart distance Printer settings > Extruder 1 > Retraction > Extra length on restart
    @@ -582,7 +582,7 @@

    Interpreting Results:

    -

    Inspect your finished print. Hopefully there will be a clear difference between the segments that reflect the settings you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), the retraction distance varied from 0.4 up to 1.4mm in 0.2mm increments. Segments A and B have the least stringing. Based on this, I would assume that a retraction distance of 0.4 - 0.6 is best for this printer. this is consistant with linear advance being enabled.

    +

    Inspect your finished print. Hopefully, there will be a clear difference between the segments that reflect the settings you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), the retraction distance varied from 0.4 up to 1.4mm in 0.2mm increments. Segments A and B have the least stringing. Based on this, I would assume that a retraction distance of 0.4 - 0.6 is best for this printer. this is consistent with linear advance being enabled.

    I would then repeat the test, setting the same retraction distance for each segment and instead altering the retraction speed to dial that in. A third test could then take place to test extra restart distance.

    @@ -618,7 +618,7 @@

    For the bed, typical PLA temperature is 60, PETG 80, ABS 100, and TPU 5 (effectively off).


    Part Cooling Fan

    -

    PLA typically has the part cooling fan come on from layer 2. Alter this default bahaviour here:

    +

    PLA typically has the part cooling fan come on from layer 2. Alter this default behaviour here:

    Retraction

    -

    For intial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. If you are following this guide in order, you should already know your ideal retraction values.

    +

    For initial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. If you are following this guide in order, you should already know your ideal retraction values.


    Hot end temperature

    @@ -678,10 +678,10 @@

    Interpreting Results:

    -

    Inspect your finished print. Hopefully there will be a clear difference between the segments that reflect the temperatures you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), the hot end temperature varied from 185 to 225 in 10 degree increments"

    +

    Inspect your finished print. Hopefully, there will be a clear difference between the segments that reflect the temperatures you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), the hot end temperature varied from 185 to 225 in 10 degree increments"

    For the first layer, there was some extruder clicking as the extruder struggled to push the filament through the cooler nozzle. As expected, surface becomes more glossy as the temperature increases. What was unexpected, was surface rippling either being more prominent or at least more obvious as the temperature went up. Underhangs and bridges all look good on this test.

    -

    My previous hot end temperature was 200 degrees for this printer, but I will consider lowring it to 190 degrees after this test.

    +

    My previous hot end temperature was 200 degrees for this printer, but I will consider lowering it to 190 degrees after this test.

    You may also wish to conduct some destructive testing to evaluate part strength. In many cases this is more important than the appearance of the part.

    @@ -697,18 +697,18 @@

    Gcode generator on this page.

    We set a feedrate or movement speed in our slicer, but the printer does not instantly reach these speeds. Like a motor vehicle, it needs time to accelerate. If the distance of the movement is short, it may not even have time to reach the specified speed. This can determined with the handy acceleration calculator, available on the Prusa website.

    -

    Complementary to acceleration we have jerk, replaced by junction deviation in newer versions of Marlin. These settings have differences, but both are essentially reponsible for making sure the printer does not come to a complete stop between each movement, but rather decelerates an appropriate amount deending on the angle of the next 'corner'.

    +

    Complementary to acceleration we have jerk, replaced by junction deviation in newer versions of Marlin. These settings have differences, but both are essentially responsible for making sure the printer does not come to a complete stop between each movement, but rather decelerates an appropriate amount depending on the angle of the next 'corner'.

    We will be tuning both of these parameters with another tower. The aim is to have a reasonably fast print time without inducing excessive ringing/ghosting. An example of bad ghosting is seen below. The features of the model are repeated across the surfaces due to vibration of the printer components:

    I have previously made a detailed video guide on this subject, complete with many diagrams explaining the concepts. The tuning process depicted will be improved upon here with an easier to use calculator and custom gcode generator below.

    Rule of thumb:
    -

    Higher acceleration and jerk wil result in a faster print time, as the printer reaches top speed faster and maintains a higher speed when corning. This is harder on the printer, and may result in reduced lifespan of components and the need for more regular maintenance. It also introduces more surface defects such as ringing/ghosting.

    +

    Higher acceleration and jerk will result in a faster print time, as the printer reaches top speed faster and maintains a higher speed when corning. This is harder on the printer, and may result in reduced lifespan of components and the need for more regular maintenance. It also introduces more surface defects such as ringing/ghosting.

    Lower acceleration and jerk will result in a slower print time, as the printer reaches top speed more gradually and corners at a lower velocity. This is easier on the printer, with potentially increased component lifespan and less need for regular maintenance. It reduces surface artefacts such as ringing/ghosting, unless it is far too conservative, in which case it may introduce bulging in corners.

    -

    Calculating maxmimum feedrate - optional

    -

    One strategy is to calculate the fastest your 3D printer can move while while extruding cleanly, set this feedrate in the slicer, and then tune acceleration to meet this speed. If you are not interested in printing as fast as possible, skip to the next section.

    +

    Calculating maximum feedrate - optional

    +

    One strategy is to calculate the fastest your 3D printer can move while extruding cleanly, set this feedrate in the slicer, and then tune acceleration to meet this speed. If you are not interested in printing as fast as possible, skip to the next section.

    This part of the guide and calculator is adapted from Martin Pirringer's tutorial. Please consider supporting him and his robotics team through paypal or you can also donate to team 1989 through their Team 1989 Web Site

    The following calculator will assist you in determining the maximum feedrate your printer/extruder/hot end is capable of.

    @@ -717,7 +717,7 @@
  • Enter the following into pronterface. This will set movement to relative and then extrude 50mm of filament at a feedrate of 2mm/sec:
  • G91
    G1 E50 F120
    -
  • Inspect extuded filament for consistency. If all is well, keep repeating with higher feedrate F, until extrusion is inconsistent, extruder stepper skips steps and/or hobbed gear starts eating into filament.
    +
  • Inspect extruded filament for consistency. If all is well, keep repeating with higher feedrate F, until extrusion is inconsistent, extruder stepper skips steps and/or hobbed gear starts eating into filament.
    The following are examples of increasing the extruder feed rate by 1mm/sec each time, although you should stop when the extrusion becomes problematic. You may have more or less steps than this:
  • G1 E50 F180
    G1 E50 F240
    @@ -764,11 +764,11 @@

    The only thing you need to know before this test is whether your firmware is set up for jerk (older) or junction deviation (newer). Entering M503 via terminal will give a list of printer variables:

    The image below shows an example of each of these scenarios:

    -

    Use the following form to customise the gcode to you liking:

    +

    Use the following form to customise the gcode to your liking:

    Bed dimensions

    Inputting the correct number will attempt to move the print into the centre of the bed. If the centre button is checked, the bed size is irrelevant. Please check the gcode to ensure it will fit on your bed.

    @@ -780,7 +780,7 @@

    Part Cooling Fan

    -

    PLA typically has the part cooling fan come on from layer 2. Alter thi default bahaviour here:

    +

    PLA typically has the part cooling fan come on from layer 2. Alter the default behaviour here:

    Retraction

    -

    For intial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. If you are following this guide in order, you should already know your ideal retraction values.

    +

    For initial tests, you can leave the retraction speed at 40 mm/sec. For a bowden tube printer, 6mm is a likely retraction distance. For direct drive, a starting value of 1mm may be suitable. If you are following this guide in order, you should already know your ideal retraction values.


    Base feedrate/speed

    @@ -809,7 +809,7 @@

    Based on the values you saw from M503, enter variables around this below.

    -

    Junction deviation requires a single value, where as jerk has separate values for X and Y. You can leave them the same or enter independent values.

    +

    Junction deviation requires a single value, whereas jerk has separate values for X and Y. You can leave them the same or enter independent values.

    You should only change either acceleration or jerk/junction deviation for each test print, otherwise it will be impossible to know which parameter is responsible for any changes.

    @@ -871,10 +871,10 @@

    Interpreting Results:

    -

    Inspect your finished print. Hopefully there will be a clear difference between the segments that reflect the acceleration values you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), acceleration varied from 300 to 800 in 100 mm/sec/sec increments. Junction deviation was left at the default 0.08. The difference between each segment is subtle, but there is increased ghosting around the letter Y on the higher segments. The previous value was 500, but a small increase in quality may be achieved from lowering the value to 400.

    +

    Inspect your finished print. Hopefully, there will be a clear difference between the segments that reflect the acceleration values you entered. In the example below (Ender 3 direct drive, PLA, linear advance enabled), acceleration varied from 300 to 800 in 100 mm/sec/sec increments. Junction deviation was left at the default 0.08. The difference between each segment is subtle, but there is increased ghosting around the letter Y on the higher segments. The previous value was 500, but a small increase in quality may be achieved from lowering the value to 400.

    -

    One you have a value you are happy with, you can update with:

    +

    Once you have a value you are happy with, you can update with:

    M204 P400

    where 400 is the value of the acceleration with the best compromise based on the tower test print. We can store the value to EEPROM by sending:

    M500
    From 5a891aa426bce206f1cfd2d91efd3709730f980b Mon Sep 17 00:00:00 2001 From: Peter Smythe Date: Sun, 16 Aug 2020 20:16:40 +0200 Subject: [PATCH 6/6] Update calibration.html --- calibration.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/calibration.html b/calibration.html index ffd82fa..985a159 100644 --- a/calibration.html +++ b/calibration.html @@ -892,13 +892,13 @@

    Linear Advance Tuning

    Aim:
    -

    To tune the timing of the extrusion with the aim of reducing swolen corners and thinner walls. This results in a more consistent extrusion and a reduction in surface artefacts.

    +

    To tune the timing of the extrusion with the aim of reducing swollen corners and thinner walls. This results in a more consistent extrusion and a reduction in surface artefacts.

    When required:

    Initial calibration, when changing the extruder/hot end (especially if changing from bowden tube to direct drive), when trying new filaments.

    Tools:

    Marlin Linear Advance Pattern Generator

    -

    In a 3D printer, due to the pressure required to push the molten filament through the small opening of the nozzle, there is a small time delay from when the extruder pushes the filament to when it actually comes out the nozzle. Traditionally the movement of the extruder is matched to XY movements of the printer, so this means the start of a line will be undedextruded and the end of the line will be overextruded. Linear advance unsynchronises the extruder movements from the XY movements, changing the timing of the extruder so the thin and thick sections are significantly reduced.

    +

    In a 3D printer, due to the pressure required to push the molten filament through the small opening of the nozzle, there is a small time delay from when the extruder pushes the filament to when it actually comes out the nozzle. Traditionally the movement of the extruder is matched to XY movements of the printer, so this means the start of a line will be under-extruded and the end of the line will be over-extruded. Linear advance unsynchronises the extruder movements from the XY movements, changing the timing of the extruder so the thin and thick sections are significantly reduced.

    The concept and how to tune linear advance is explained in much more detail here:

    @@ -914,7 +914,7 @@

    Linear Advance Pattern Generator

    Marlin has excellent linear advance documentation and a test gcode generator already made, so there is no point recreating a competitor here. An example of how to use it is shown in the video above, and it can be found here: Marlin Linear Advance Pattern Generator

    The parameter we tune for linear advance is called the K factor. The K factor relates to the amount of flex or compression in the filament and the length of the path between the extruder and hot end.

    -

    A higher K value suits a bowden tube and/or flexible filaments. This is because the filament can flex sideways in the tube inbetween the extruder and hot end, adding to the extrusion time delay. A good starting point for a bowden extruder is a K value of 1.0.

    +

    A higher K value suits a bowden tube and/or flexible filaments. This is because the filament can flex sideways in the tube in between the extruder and hot end, adding to the extrusion time delay. A good starting point for a bowden extruder is a K value of 1.0.

    A lower K value suits a direct drive extruder and more rigid filaments. With these characteristics, the transfer of filament between extruder and hot end is more direct with less time delay. A good starting point for a direct drive extruder is 0.2.

    The above video takes you through how to use the pattern generator, which basically involves inputting printer and slicer parameters, before clicking to download the gcode file.

    Using the suggested starting K values above, you would then pick an upper and lower limit either side of this for a preliminary test.

    @@ -924,13 +924,13 @@

    Some of the horizontal lines should have obvious thick and thin portions, and some may even have large gaps. You are looking for the line with the most consistent extrusion width from left to right. The K value for this line will be printed to the right of the line. At this point, as shown in the video, you may wish to repeat the test with a narrower range of values either side of this best K value. This will help determine the best value by using a 'higher resolution'.

    Saving the K Factor

    -

    With many of the parameters we have tuned so far, we can permanently save them to either the firmware and EEPROM. As the linear advance K factor is filament dependent, this may not be the best solution if you print with varied filaments, and instead you may prefer to save using your slicer profile. All methods are covered below.

    +

    With many of the parameters we have tuned so far, we can permanently save them to either the firmware or EEPROM. As the linear advance K factor is filament dependent, this may not be the best solution if you print with varied filaments, and instead you may prefer to save using your slicer profile. All methods are covered below.

    The K factor can be set by using the M900 gcode:

    M900 K0.11

    It can be permanently stored EEPROM by following up with:

    M500

    Both the setting and saving of the K factor can also be achieved using the LCD menu.

    -

    You may prefer to use the M900 gcode command in your start gcode instead, particularly if your slicer supports different start gcodes for different materials. In the event that you use start gcode, unless an M500 follows, the setting of the K factor will be temporary. When the printer is next restarted the value stored in the EEPROM will be restored. When new print starts the value given it its start gcode will oberwrite the previously set value.

    +

    You may prefer to use the M900 gcode command in your start gcode instead, particularly if your slicer supports different start gcodes for different materials. In the event that you use start gcode, unless an M500 follows, the setting of the K factor will be temporary. When the printer is next restarted the value stored in the EEPROM will be restored. When new print starts the value given it its start gcode will overwrite the previously set value.

    Linear advance can be temporarily be disabled by setting the K factor to 0:

    M900 K0