Compare commits
2 Commits
e26766848f
...
6cbfd60d34
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cbfd60d34 | |||
| 2ba218cd77 |
0
02-klipper/01-configuration/KlipperScreen.conf
Executable file → Normal file
0
02-klipper/01-configuration/KlipperScreen.conf
Executable file → Normal file
0
02-klipper/01-configuration/adxl345_fysetc.cfg
Executable file → Normal file
0
02-klipper/01-configuration/adxl345_fysetc.cfg
Executable file → Normal file
0
02-klipper/01-configuration/adxl345_pico.cfg
Executable file → Normal file
0
02-klipper/01-configuration/adxl345_pico.cfg
Executable file → Normal file
0
02-klipper/01-configuration/crowsnest.conf
Executable file → Normal file
0
02-klipper/01-configuration/crowsnest.conf
Executable file → Normal file
2
02-klipper/01-configuration/macros.cfg
Executable file → Normal file
2
02-klipper/01-configuration/macros.cfg
Executable file → Normal file
@@ -617,4 +617,4 @@ gcode:
|
||||
G3 I-150 F3500
|
||||
G2 I-150 F3500
|
||||
G3 I-150 F3500
|
||||
G28
|
||||
G28
|
||||
|
||||
0
02-klipper/01-configuration/moonraker.conf
Executable file → Normal file
0
02-klipper/01-configuration/moonraker.conf
Executable file → Normal file
0
02-klipper/01-configuration/neopixels.cfg
Executable file → Normal file
0
02-klipper/01-configuration/neopixels.cfg
Executable file → Normal file
7
02-klipper/01-configuration/printer.cfg
Executable file → Normal file
7
02-klipper/01-configuration/printer.cfg
Executable file → Normal file
@@ -61,7 +61,7 @@
|
||||
[include macros.cfg]
|
||||
#[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 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
|
||||
|
||||
########################################
|
||||
@@ -76,7 +76,6 @@
|
||||
[printer]
|
||||
kinematics: delta
|
||||
max_velocity: 600
|
||||
#max_accel: 10000
|
||||
max_accel: 8000
|
||||
minimum_cruise_ratio: 0.5
|
||||
square_corner_velocity: 5
|
||||
@@ -198,7 +197,7 @@ stealthchop_threshold: 0
|
||||
|
||||
[autotune_tmc extruder] # Enable if Klipper TMC Autotune is used
|
||||
motor: flsun-v400-36
|
||||
tuning_goal: performance
|
||||
tuning_goal: auto
|
||||
|
||||
|
||||
########################################
|
||||
@@ -252,7 +251,7 @@ speed: 10
|
||||
lift_speed: 50
|
||||
samples: 8
|
||||
samples_result: average
|
||||
sample_retract_dist: 10
|
||||
sample_retract_dist: 6
|
||||
samples_tolerance: 0.02
|
||||
samples_tolerance_retries: 7
|
||||
|
||||
|
||||
0
02-klipper/01-configuration/timelapse.cfg
Executable file → Normal file
0
02-klipper/01-configuration/timelapse.cfg
Executable file → Normal file
1
02-klipper/01-configuration/variables.cfg
Executable file → Normal file
1
02-klipper/01-configuration/variables.cfg
Executable file → Normal file
@@ -1,2 +1,3 @@
|
||||
[Variables]
|
||||
zoffset = {'z': 0.11}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user