diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-09-23 19:45:22 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-09-23 19:45:22 -0400 |
commit | c2d3a1689e71788fd4c98b863ea1ad037a8592fc (patch) | |
tree | 15263a346e1a8ed39da5701d4757f1839bc39d24 /config/printer-creality-ender3max-2021.cfg | |
parent | 44e2c630b3373ef0e9f8944c238032920e99007d (diff) | |
download | kutter-c2d3a1689e71788fd4c98b863ea1ad037a8592fc.tar.gz kutter-c2d3a1689e71788fd4c98b863ea1ad037a8592fc.tar.xz kutter-c2d3a1689e71788fd4c98b863ea1ad037a8592fc.zip |
config: Remove URLs to github repository
Update URLs to documentation in the github repository to use the
klipper3d.org website.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-ender3max-2021.cfg')
-rw-r--r-- | config/printer-creality-ender3max-2021.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/printer-creality-ender3max-2021.cfg b/config/printer-creality-ender3max-2021.cfg index 7c1cb242..5e51685d 100644 --- a/config/printer-creality-ender3max-2021.cfg +++ b/config/printer-creality-ender3max-2021.cfg @@ -98,7 +98,7 @@ step_pin: PB4 dir_pin: PB3 enable_pin: !PC3 microsteps: 16 -rotation_distance: 31.901 # Calibrate - see https://github.com/KevinOConnor/klipper/blob/master/docs/Rotation_Distance.md +rotation_distance: 31.901 # Calibrate - see https://www.klipper3d.org/Rotation_Distance.html nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 @@ -110,7 +110,7 @@ pid_Ki: 1.063 pid_Kd: 108.982 min_temp: 0 max_temp: 250 -pressure_advance: 0.0 # Calibrate - see https://github.com/KevinOConnor/klipper/blob/master/docs/Pressure_Advance.md +pressure_advance: 0.0 # Calibrate - see https://www.klipper3d.org/Pressure_Advance.html [heater_bed] |