diff --git a/calibration.html b/calibration.html index f5f2523..fca816a 100644 --- a/calibration.html +++ b/calibration.html @@ -26,12 +26,9 @@
This page serves as a companion for this video: 3D printer calibration revolutionised - Step by step to better print quality
-It has received a major update to bring it up to V2 which is explained in this video: 3D printer calibration revolutionised - Step by step to better print quality
+It has received a major update to bring it up to V2 which is explained in this video: 3D printer calibration site V2 - Still free and better than ever!
-It aims to make calibrating your 3D printer as easy as possible. If you find it helps you and you would like to say thank you, here is a donation link: PayPal.me
Special thanks to my Patrons for suggesting this video, helping define the contents and testing/proofing.
Watch the videos and then work through each tab. I have created a custom gcode generator to assist in making testing towers. This used to be a laborious process and beyond the skills of many users. Other times pre-sliced gcode was used from the internet, but it is impossible to have gcode available for every printer configuration. Until now!
@@ -863,7 +860,7 @@Please use the following video as a guide to this test:
-You may initially think the X and Y labels are facing the wrong way, but they do not. This is explains and demonstrated in the video above.
+You may initially think the X and Y labels are facing the wrong way, but they are not. This is explained and demonstrated in the video above.
You may also notice a few bits of stringing. These are a quirk of how the test was originally sliced and can safely be ignored.
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. In the lowest segment, the gentle acceleration means the nozzle spends more time in the corners and they tend to bulge. This would be more evident if linear advance was disabled.
The ideal segment will have the best compromise between low acceleration corner bulging and high acceleration ringing.
diff --git a/js/createform.js b/js/createform.js index 5bacd84..8ffe970 100644 --- a/js/createform.js +++ b/js/createform.js @@ -162,7 +162,7 @@ var retractionReg = `
-
`; + (zero disables Z hop)`; var retractionTower = `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. Suggested increments for how much to vary the value for each segment are shown in green..