More clairity to configure section.

This commit is contained in:
Bassam Husain
2023-07-01 01:36:14 -04:00
2 changed files with 33 additions and 28 deletions

48
.vscode/settings.json vendored
View File

@@ -6,29 +6,31 @@
"spellright.language": ["en-GB-10-1."], "spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"], "spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [ "cSpell.words": [
"ADXL", "ADXL",
"cfgs", "blanchas",
"Fluidd", "cfgs",
"Fluiddpi", "Fluidd",
"gcode", "Fluiddpi",
"githubstar", "gcode",
"hotend", "githubstar",
"KIAUH", "hotend",
"Klipper", "KIAUH",
"Klipperized", "Klipper",
"lrwxrwxrwx", "Klipperized",
"moonraker", "lrwxrwxrwx",
"octahedroflake", "moonraker",
"PARKBED", "octahedroflake",
"PARKCENTER", "PARKBED",
"PARKFRONT", "PARKCENTER",
"PARKFRONTLOW", "PARKFRONT",
"PARKREAR", "PARKFRONTLOW",
"Prusa", "PARKREAR",
"runout", "pico",
"Sovol" "Prusa",
], "runout",
"Sovol"
],
"[markdown]": { "[markdown]": {
"editor.formatOnSave": true "editor.formatOnSave": false
} }
} }

View File

@@ -152,11 +152,14 @@ If you've done everything correctly, you should see no errors or warnings in you
You will be pasting/typing these commands into the Mainsail/Fluidd console. You will be pasting/typing these commands into the Mainsail/Fluidd console.
1. `G28` 1. Check to see if `X` and `Y` max positions can be reached, and adjust `position_max`, if necessary. You might be able to go further, which is great, but I recommend leaving a 2mm gap for safety.
1. Check to see if `X` and `Y` max positions (`G90`, `G1 X223 F3000`, `G1 Y223 F3000`) can be reached, and adjust `position_max`, if necessary. You can probably go all the way up to `225` for `X` and `Y` both, however, I would not recommend it. 1. `G28`
2. Do a `G34`; mechanical gantry calibration. After the controlled collision against the beam at the top, there will be a 10 second pause for you to verify that both sides of the gantry are pressed up against the `stoppers` at the top. You will hear a succession of beeps. 2. `G90`
1. Figure out your `Z` `position_max` by baby stepping your way up to the beam. The range is 250 to 261 from what I've seen, could be even higher for you. Adjust `position_max`, if necessary. I can go all the way to 258, however, I would not print anything higher than 257. 3. `G1 X223 F3000`
3. PID tune the bed, but first move the printhead to the center. Ideally, all PID tuning should occur at the temperatures that you print most at. 4. `G1 Y223 F3000`
2. Do a mechanical gantry calibration; `G34`. After the controlled collision against the beam at the top, there will be a 10 second pause for you to verify that both sides of the gantry are pressed up against the `stoppers` at the top. You will hear a succession of beeps.
1. Figure out your `Z` `position_max` by baby stepping your way up to the beam, and adjust `position_max`, if necessary.
3. PID tune the bed. Ideally, all PID tuning should occur at the temperatures that you print most at.
1. `PID_TEST_BED` 1. `PID_TEST_BED`
2. `SAVE_CONFIG` (once completed) 2. `SAVE_CONFIG` (once completed)
4. PID tune the extruder while part cooling fan runs at 25%. 4. PID tune the extruder while part cooling fan runs at 25%.