Compare commits

...

2 Commits

10 changed files with 5 additions and 5 deletions

0
02-klipper/01-configuration/KlipperScreen.conf Executable file → Normal file
View File

0
02-klipper/01-configuration/adxl345_fysetc.cfg Executable file → Normal file
View File

0
02-klipper/01-configuration/adxl345_pico.cfg Executable file → Normal file
View File

0
02-klipper/01-configuration/crowsnest.conf Executable file → Normal file
View File

0
02-klipper/01-configuration/macros.cfg Executable file → Normal file
View File

0
02-klipper/01-configuration/moonraker.conf Executable file → Normal file
View File

0
02-klipper/01-configuration/neopixels.cfg Executable file → Normal file
View File

7
02-klipper/01-configuration/printer.cfg Executable file → Normal file
View File

@@ -61,7 +61,7 @@
[include macros.cfg] [include macros.cfg]
#[include adxl345_pico.cfg] #Enable if you want to use ADXL with Rapsberry Pi Pico #[include adxl345_pico.cfg] #Enable if you want to use ADXL with Rapsberry Pi Pico
#[include adxl345_fysetc.cfg] #Enable if you want to use ADXL with Fysetc Portable Input Shaper #[include adxl345_fysetc.cfg] #Enable if you want to use ADXL with Fysetc Portable Input Shaper
[include timelapse.cfg] #Enable if you want to use Timelapse #[include timelapse.cfg] #Enable if you want to use Timelapse
#[include neopixels.cfg] #Enable if you want to use some Neopixels macros #[include neopixels.cfg] #Enable if you want to use some Neopixels macros
######################################## ########################################
@@ -76,7 +76,6 @@
[printer] [printer]
kinematics: delta kinematics: delta
max_velocity: 600 max_velocity: 600
#max_accel: 10000
max_accel: 8000 max_accel: 8000
minimum_cruise_ratio: 0.5 minimum_cruise_ratio: 0.5
square_corner_velocity: 5 square_corner_velocity: 5
@@ -198,7 +197,7 @@ stealthchop_threshold: 0
[autotune_tmc extruder] # Enable if Klipper TMC Autotune is used [autotune_tmc extruder] # Enable if Klipper TMC Autotune is used
motor: flsun-v400-36 motor: flsun-v400-36
tuning_goal: performance tuning_goal: auto
######################################## ########################################
@@ -252,7 +251,7 @@ speed: 10
lift_speed: 50 lift_speed: 50
samples: 8 samples: 8
samples_result: average samples_result: average
sample_retract_dist: 10 sample_retract_dist: 6
samples_tolerance: 0.02 samples_tolerance: 0.02
samples_tolerance_retries: 7 samples_tolerance_retries: 7

0
02-klipper/01-configuration/timelapse.cfg Executable file → Normal file
View File

1
02-klipper/01-configuration/variables.cfg Executable file → Normal file
View File

@@ -1,2 +1,3 @@
[Variables] [Variables]
zoffset = {'z': 0.11}