VoronDesign / Voron-Switchwire

VORON Switchwire
GNU General Public License v3.0
469 stars 134 forks source link

Update config file to be inline with Trident/v2 config files. #31

Closed cbc02009 closed 2 years ago

cbc02009 commented 2 years ago

This just organizes and formats the config file to look like the ones from v2/trident.

This should make debugging easier for people on discord because it will be easier to find particular entries if they're in the same spot in all config files.

bdbell commented 2 years ago

All of the stepper configurations with step_distance need to be updated. For X/Y/Z it should be:

rotation_distance: 40
full_steps_per_rotation: 200
microsteps: 16

and the microsteps removed from the driver configuration.

My updated extruder section appears as follows:

# Tune per individual printer
# Default for Bondtech 5mm Bore Drive Gears
rotation_distance: 22.6789511
full_steps_per_rotation: 200
gear_ratio: 50:17
microsteps: 16
cbc02009 commented 2 years ago

Is there anything else that needs to be done before this can be merged in?