Skip to content

Commit f024805

Browse files
committed
Autocommit from 2023-08-27 21:01:22
Klipper on commit: 5f990f9 Moonraker on commit: fe12095 Mainsail version: v2.7.1
1 parent 4442ce3 commit f024805

File tree

48 files changed

+56
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+56
-95
lines changed

.gitignore

-2
This file was deleted.

.moonraker.conf.bkp

+13-93
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[server]
22
host = 0.0.0.0
33
port = 7125
4-
ssl_port = 7130
54
klippy_uds_address = /home/pi/printer_data/comms/klippy.sock
6-
max_upload_size = 1024000
75

86
[authorization]
97
trusted_clients =
@@ -12,112 +10,34 @@ trusted_clients =
1210
169.254.0.0/16
1311
172.16.0.0/12
1412
192.168.0.0/16
15-
100.75.228.29
16-
100.87.93.65
17-
100.126.37.42
18-
100.82.60.125
19-
100.71.251.84
20-
100.79.240.92
21-
100.85.205.130
2213
FE80::/10
2314
::1/128
2415
cors_domains =
25-
http://*.lan
26-
http://*.local
27-
https://my.mainsail.xyz
28-
http://my.mainsail.xyz
29-
https://app.fluidd.xyz
30-
http://app.fluidd.xyz
31-
*.local:7135
32-
*:7136
33-
*.local:7136
34-
force_logins = false
35-
36-
[database]
37-
38-
[file_manager]
39-
enable_object_processing = True
16+
*.lan
17+
*.local
18+
*://localhost
19+
*://localhost:*
20+
*://my.mainsail.xyz
21+
*://app.fluidd.xyz
4022

4123
[octoprint_compat]
4224

4325
[history]
4426

45-
[timelapse]
46-
output_path = ~/printer_data/timelapse/
47-
frame_path = /tmp/timelapse/printer
48-
49-
[power Dryer]
50-
type = tplink_smartplug
51-
address = 192.168.1.177
52-
output_id = 0
53-
restart_klipper_when_powered = True
54-
restart_delay = 3
55-
56-
[power Ender-5]
57-
type = tplink_smartplug
58-
address = 192.168.1.177
59-
output_id = 1
60-
restart_klipper_when_powered = True
61-
restart_delay = 3
62-
63-
[power Octopi]
64-
type = tplink_smartplug
65-
address = 192.168.1.177
66-
output_id = 2
67-
restart_klipper_when_powered = True
68-
restart_delay = 3
69-
7027
[update_manager]
7128
channel = dev
7229
refresh_interval = 168
7330

31+
[update_manager mainsail-config]
32+
type = git_repo
33+
primary_branch = master
34+
path = ~/mainsail-config
35+
origin = https://github.com/mainsail-crew/mainsail-config.git
36+
managed_services = klipper
37+
7438
[update_manager mainsail]
7539
type = web
7640
channel = stable
7741
repo = mainsail-crew/mainsail
7842
path = ~/mainsail
7943

80-
[update_manager KlipperScreen]
81-
type = git_repo
82-
path = /home/pi/KlipperScreen
83-
origin = https://github.com/jordanruthe/KlipperScreen.git
84-
env = /home/pi/.KlipperScreen-env/bin/python
85-
requirements = scripts/KlipperScreen-requirements.txt
86-
install_script = scripts/KlipperScreen-install.sh
87-
88-
[update_manager timelapse]
89-
type = git_repo
90-
primary_branch = main
91-
path = ~/moonraker-timelapse
92-
origin = https://github.com/mainsail-crew/moonraker-timelapse.git
93-
managed_services = klipper moonraker
94-
95-
[update_manager led_effect]
96-
type = git_repo
97-
path = ~/klipper-led_effect
98-
origin = https://github.com/julianschill/klipper-led_effect.git
99-
is_system_service = False
100-
101-
[update_manager fluidd]
102-
type = web
103-
channel = stable
104-
repo = fluidd-core/fluidd
105-
path = ~/fluidd
106-
107-
[update_manager mobileraker]
108-
type = git_repo
109-
path = ~/mobileraker_companion
110-
origin = https://github.com/Clon1998/mobileraker_companion.git
111-
primary_branch = main
112-
managed_services = mobileraker
113-
env = ~/mobileraker-env/bin/python
114-
requirements = scripts/mobileraker-requirements.txt
115-
install_script = scripts/install-mobileraker-companion.sh
116-
117-
[update_manager ercf-happy_hare]
118-
type = git_repo
119-
path = ~/ERCF-Software-V3
120-
origin = https://github.com/moggieuk/ERCF-Software-V3.git
121-
install_script = install.sh
122-
managed_services = klipper
123-
231 KB

.theme/Preview/V0.1_black_preview.png

209 KB

.theme/Preview/V0.1_preview.png

210 KB

.theme/Preview/V0.2_black_preview.png

573 KB

.theme/Preview/V0.2_preview.png

551 KB

.theme/Preview/V0_preview.png

196 KB

.theme/README.md

+35

mainsail.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/pi/mainsail-config/client.cfg

shell_command.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[gcode_shell_command hello_world]
2+
command: echo hello world
3+
timeout: 2.
4+
verbose: True
5+
[gcode_macro HELLO_WORLD]
6+
gcode:
7+
RUN_SHELL_COMMAND CMD=hello_world

0 commit comments

Comments
 (0)