-
Notifications
You must be signed in to change notification settings - Fork 113
Pre Flight Checks
This is most definitely an unfinished draft!
Since the config file supports a couple hardware configurations, check the following:
If you are using the StepperOnline Toolchanger Lock Motor (pn: 14HS13-0804S-PG5), the settings for that motor should look like this:
M92 U11.515 ; Steps/deg for U from (200 * 4 * 5.1818)/360
M906 U900 I60 ; StepperOnline U motor current and idle motor percentage. Do not lower idle current.
If you are using the LDO Toolchanger Lock Motor (pn: LDO-28STH32-0674APG14(JVU)), the settings for that motor should look like this:
M92 U30.578 ; Steps/deg for U from (200 * 4 * 13.76)/360
M906 U670 I60 ; LDO U motor current and idle motor percentage. Do not lower idle current.
The Config file assumes a Jubilee setup with two extruders. If you start with only one extruder physically connected to your machine, you will encounter weird error messages from the Duet Web Control Interface. To remove these error messages, comment out all lines in the config related to the second extruder.
The Jubilee coordinate system is defined like this:
X and Y are oriented such that 0,0 is in the corner of the usable (300x300) build plate region. The choice of origin is such that you can change the parking post locations of tools without having to work with negative values.
Z increases when the bed gets farther away from the XY gantry. If the Z axis seems confusing, imagine it from the bed's perspective. Here, the bed is fixed and the XY frame moves up and down. When Z increases, the XY frame and attached tool get further away. When Z decreases, the XY frame and attached tool get closer. At Z=0, the nozzle tip is touching the bed.
To make sure you wired your stepper motors correctly, we will "baby-step" your stepper motors 1mm in the positive X, Y, and Z directions.
To enable movement before homing, type this:
M564 H0 S0
TODO: finish writing this or actually write a script with GIFs to show the expected output....
Before homing, we must ensure that the machine limit switches are plugged in.
The Duet2 features one LED per endstop. Pushing the limit switch, should cause these lights to turn off until the switch is released.
GIF Here
Check the X, Y, Z, and E0 (technically the U) axis switches now by pressing them with your hand and ensuring that the corresponding lights blink.
- Connecting to Jubilee
- Pre-Flight Checks
- Dialing in Parking Post Locations
- Mesh Bed Leveling
- Bed Heater Tuning
- Extruder Heater Tuning
- Setting Tool Offsets
- General Maintenance
- [Tool Plate Disc Replacement]
- [Twist Lock Pin Replacement]
- [Avoiding Loose Screws]
- Bondtech Direct-Drive Extruder
- [E3D Hemera]
- [Passive Pen Tool]
- [Magnetic Bed]
- Flagging Issues
- Adding to the Wiki
- [Adding a Shopping List]
- [Adding a Tool]
- [Adding a Bed Plate]
- Pushing Changes to the Hardware Design
[Acknowledgments]