Compare commits
2 Commits
e26766848f
...
6cbfd60d34
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cbfd60d34 | |||
| 2ba218cd77 |
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
+1
-1
@@ -617,4 +617,4 @@ gcode:
|
||||
G3 I-150 F3500
|
||||
G2 I-150 F3500
|
||||
G3 I-150 F3500
|
||||
G28
|
||||
G28
|
||||
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
+3
-4
@@ -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
|
||||
|
||||
|
||||
Executable → Regular
Executable → Regular
+1
@@ -1,2 +1,3 @@
|
||||
[Variables]
|
||||
zoffset = {'z': 0.11}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user