Init
This commit is contained in:
commit
0701e7fedb
|
@ -0,0 +1,3 @@
|
||||||
|
KLIPPY_USER=pi
|
||||||
|
KLIPPY_EXEC=/home/pi/klippy-env/bin/python
|
||||||
|
KLIPPY_ARGS="/home/pi/klipper/klippy/klippy.py /home/pi/printer.cfg -I /tmp/klippy -a /tmp/klippy.sock -l /tmp/klippy.log"
|
|
@ -0,0 +1 @@
|
||||||
|
pi ALL=(ALL) NOPASSWD: ALL
|
|
@ -0,0 +1 @@
|
||||||
|
{"system.branch.tekuschaya":"true"}
|
|
@ -0,0 +1,11 @@
|
||||||
|
[include printer_hw/hw.cfg]
|
||||||
|
[include printer_soft/soft.cfg]
|
||||||
|
[include 3dscreen/klipper/configs/*.cfg]
|
||||||
|
[include printer/*.cfg]
|
||||||
|
|
||||||
|
[bltouch]
|
||||||
|
sensor_pin: PIN
|
||||||
|
control_pin: PIN
|
||||||
|
x_offset: 0
|
||||||
|
y_offset: 0
|
||||||
|
z_offset: 0
|
|
@ -0,0 +1,18 @@
|
||||||
|
[bed_mesh]
|
||||||
|
speed: 120
|
||||||
|
horizontal_move_z: 0
|
||||||
|
mesh_min: 0, 0
|
||||||
|
mesh_max: 0, 0
|
||||||
|
zero_reference_position: 0, 0
|
||||||
|
probe_count: 0, 0
|
||||||
|
# fade_start: 0
|
||||||
|
# fade_end: 0
|
||||||
|
# fade_target: 0
|
||||||
|
mesh_pps: 0, 0
|
||||||
|
algorithm: bicubic
|
||||||
|
bicubic_tension: 0
|
||||||
|
|
||||||
|
[output_pin ps_on]
|
||||||
|
pin: PIN
|
||||||
|
value: 1
|
||||||
|
shutdown_value: 1
|
|
@ -0,0 +1,3 @@
|
||||||
|
[filament_switch_sensor filament_sensor]
|
||||||
|
pause_on_runout: True
|
||||||
|
switch_pin: PIN
|
Loading…
Reference in New Issue