Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pahofmann committed Jun 12, 2023
1 parent f9c52ca commit aff3f18
Show file tree
Hide file tree
Showing 13 changed files with 386 additions and 1,402 deletions.
16 changes: 15 additions & 1 deletion KlipperScreen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,22 @@ extruder: 210
bed: 100
# Temperature for the tools
extruder: 210

[printer rua]
# Define distances and speeds for the extrude panel. CSV list 2 to 4 integers
extrude_distances: 5, 10, 15, 25
extrude_speeds:2, 5, 10, 15
# Override the movement speed and set a specific for this printer.
# These setting overrides the settings configured in the UI. If specified,
# the values configured in the UI will not be used.
move_speed_xy: 300
move_speed_z: 60
#~# --- Do not edit below this line. This section is auto generated --- #~#
#~#
#~# [main]
#~# print_sort_dir = date_desc
#~#
#~# [graph Printer]
#~# extruder = False
#~# temperature_sensor raspberry_pi = False
#~# temperature_sensor mcu_temp = False
#~#
35 changes: 35 additions & 0 deletions crowsnest.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#### crowsnest.conf
#### This is a typical default config.
#### Also used as default in mainsail / MainsailOS
#### See:
#### https://github.com/mainsail-crew/crowsnest/blob/master/README.md
#### for details to configure to your needs.


#####################################################################
#### #####
#### Information about ports and according URL's #####
#### #####
#####################################################################
#### #####
#### Port 8080 equals /webcam/?action=[stream/snapshot] #####
#### Port 8081 equals /webcam2/?action=[stream/snapshot] #####
#### Port 8082 equals /webcam3/?action=[stream/snapshot] #####
#### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
#### #####
#####################################################################


[crowsnest]
log_path: ~/printer_data/logs/crowsnest.log
log_level: verbose # Valid Options are quiet/verbose/debug
delete_log: false # Deletes log on every restart, if set to true

[cam 1]
mode: mjpg # mjpg/rtsp
port: 8080 # Port
device: /dev/video0 # See Log for available ...
resolution: 640x480 # widthxheight format
max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
#custom_flags: # You can run the Stream Services with custom flags.
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
37 changes: 0 additions & 37 deletions klicky-bed-mesh-calibrate.cfg.not.used

This file was deleted.

Loading

0 comments on commit aff3f18

Please sign in to comment.