Browse Source

Configs for Prusa i3 Pro B GT2560 Rev.A Plus (#9505)

One without probe and one with BLTOUCH.
Scott Lahteine 6 years ago
parent
commit
8558264514
No account linked to committer's email address

+ 39
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/README.md View File

@@ -0,0 +1,39 @@
1
+These are example configurations for the low-cost [Acrylic Prusa I3 pro B 3D Printer DIY kit](http://www.geeetech.com/acrylic-geeetech-prusa-i3-pro-b-3d-printer-diy-kit-p-917.html) and the [3DTouch auto bed leveling sensor](http://www.geeetech.com/geeetech-3dtouch-auto-bed-leveling-sensor-for-3d-printer-p-1010.html) based on:
2
+
3
+- `../GT2560/`
4
+- [Marlin 1.1.4 With 3DTouch / BLTouch for i3 Pro B](https://www.geeetech.com/forum/viewtopic.php?t=19846)
5
+
6
+The main characteristics of these configurations are:
7
+
8
+- The defined motherboard is `BOARD_GT2560_REV_A_PLUS`.
9
+- Travel limits are adjusted to the printer bed size and position.
10
+- An example `SKEW_CORRECTION` for a particular printer is enabled. See comments below about how to adjust it to a particular printer.
11
+- Using the LCD controller for bed leveling is enabled.
12
+  - `PROBE_MANUALLY` is enabled, which *provides a means to do "Auto" Bed Leveling without a probe*.
13
+  - The `LEVEL_BED_CORNERS` option for manual bed adjustment is enabled.
14
+  - Bilinear bed leveling is enabled, the boundaries for probing are adjusted to the glass size, and extrapolation is enabled.
15
+- `PRINTCOUNTER` is enabled, in order to track statistical data.
16
+- `INDIVIDUAL_AXIS_HOMING_MENU` is enabled, which adds individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
17
+- The speaker is enabled for the UI feedback.
18
+- `bltouch` variant:
19
+  - `USE_ZMAX_PLUG` is enabled. See comments about connections below.
20
+  - Heaters and fans are turned off when probing.
21
+  - Multiple probing is set to 3.
22
+
23
+# First-time configuration
24
+
25
+## Skew factor
26
+
27
+The skew factor must be adjusted for each printer:
28
+
29
+- First, uncomment `#define XY_SKEW_FACTOR 0.0`, compile and upload the firmware.
30
+- Then, print [YACS (Yet Another Calibration Square)](https://www.thingiverse.com/thing:2563185). Hint, scale it considering a margin for brim (if used). The larger, the better to make error measurements.
31
+- Measure the printed part according to the comments in the example configuration file, and set `XY_DIAG_AC`, `XY_DIAG_BD` and `Y_SIDE_AD`.
32
+- Last, comment `#define XY_SKEW_FACTOR 0.0` again, compile and upload.
33
+
34
+## 3DTouch auto leveling sensor
35
+
36
+- Print a suitable mount to attach the sensor to the printer. The example configuration file is adjusted to http://www.geeetech.com/wiki/images/6/61/3DTouch_auto_leveling_sensor-1.zip
37
+- Unlike suggested in [geeetech.com/wiki/index.php/3DTouch_Auto_Leveling_Sensor](https://www.geeetech.com/wiki/index.php/3DTouch_Auto_Leveling_Sensor), the existing end stop switch is expected to be kept connected to Z_MIN. So, the sensor is to be connected to Z_MAX, according to Marlin's default settings. Furthermore, GT2560-A+ provides a connector for the servo next to thermistor connectors (see [GT2560](https://www.geeetech.com/wiki/images/thumb/4/45/GT2560_wiring.jpg/700px-GT2560_wiring.jpg) and [GT2560-A+](http://i.imgur.com/E0t34VU.png)).
38
+- Be careful to respect the polarity of the sensor when connecting it to the GT2560-A+. Unlike end stops, reversing the connection will prevent the sensor from working properly.
39
+- [Test](http://www.geeetech.com/wiki/index.php/3DTouch_Auto_Leveling_Sensor#Testing) and [calibrate](https://www.geeetech.com/wiki/index.php/3DTouch_Auto_Leveling_Sensor#Calibration) the sensor.

+ 1826
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
File diff suppressed because it is too large
View File


+ 1825
- 0
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save