Dieter Schmidt
b88d0687b1
fix supervisorctl control from moonraker
2024-11-03 15:45:47 +01:00
Dieter Schmidt
1a6374f5cb
align compose files & remove version key
2024-11-03 15:45:23 +01:00
Dieter Schmidt
d51c5a67db
fix Dockerfile syntax
2024-11-03 14:56:02 +01:00
Dieter Schmidt
c68ce6461a
fix copy path
2024-11-03 14:50:40 +01:00
Arun Mallassery
90408eef02
Klipper paths fix. added mjpg-streamer ( #56 )
...
* follow recommendation in #20 :
add restart: unless-stopped to fluidd
* Update MacOS Compatibility note
Added comment that MacOS Docker cannot currently map TTY devices to containers, preventing using Klipper via host serial devices
* fixed klipper paths
added mjpg stremer
* removed privilaged mode
---------
Co-authored-by: Dieter Schmidt <dima.loschkin@gmail.com >
Co-authored-by: Adam Nock <adamnock@users.noreply.github.com >
Co-authored-by: dimalo <ds_github@schmidt-in.space >
2024-11-03 14:45:57 +01:00
Dieter Schmidt
059e47447d
fix missing libtiff5
2024-10-31 18:45:45 +01:00
Dieter Schmidt
9837720177
fix missing libtiff5
2024-10-31 18:45:13 +01:00
Dieter Schmidt
ca0933413c
fix Dockerfile
2024-10-31 18:43:42 +01:00
Dieter Schmidt
7c5894bac6
remove bullseye tag
2024-10-31 18:42:33 +01:00
Dieter Schmidt
855c92e90c
remove consecutiveness action
2024-10-31 18:20:44 +01:00
Dieter Schmidt
f57a58e37c
fix supervisord user
2023-03-01 00:41:08 +01:00
Dieter Schmidt
59da8ceb71
update python to 3.11
2023-02-28 21:43:41 +01:00
Dieter Schmidt
a403b27e46
fix /var/log/supervisor/ access
2023-02-27 22:42:05 +01:00
Dieter Schmidt
e7b9ceb6ed
fix /var/log/supervisor/ access
2023-02-27 15:09:45 +01:00
Dieter Schmidt
d857b7da8e
fix /var/log/supervisor/supervisord.log access
2023-02-27 12:01:32 +01:00
Dieter Schmidt
038c359bdb
fix moonraker log access to /var/log/supervisor
2023-02-26 23:02:32 +01:00
Dieter Schmidt
c16afe5f32
fix supervisor log level
2023-02-26 22:51:51 +01:00
Dieter Schmidt
189cc26d5f
adjust supervisord config
2023-02-26 15:31:41 +01:00
Dieter Schmidt
aa4ede2beb
fix supervisor configs
2023-01-18 20:27:45 +01:00
Dieter Schmidt
d1434b4180
reset machine provider and don't validate the service
2023-01-18 17:35:56 +01:00
Dieter Schmidt
63bea0467a
fix supervisor config
2023-01-18 17:23:04 +01:00
Dieter Schmidt
72463fd204
update to printer_data folder path
...
- revert to python 3.10
- adjust supervisor config path
2023-01-18 16:01:00 +01:00
Dieter Schmidt
213732a887
update to python 3.11
2023-01-18 13:56:42 +01:00
Dieter Schmidt
59b1be7e2c
fix moonraker database mountpoint in docker-compose
2022-09-26 13:23:35 +02:00
Dieter Schmidt
8dd8fc3a1e
[github actions] reduce build fequency & use consecutive builds instead of parallel
2022-09-25 15:03:17 +02:00
Dieter Schmidt
eb1456be45
remove /wheels folder after install to slim down the image
2022-09-25 14:53:47 +02:00
Dieter Schmidt
c248a7b58e
add python gpiod module to moonraker (fix #33?)
2022-09-25 14:45:17 +02:00
Dieter Schmidt
177c43b1bb
ADD klipper_z_calibration extension ( resolve #32 )
2022-09-25 14:38:08 +02:00
Dieter Schmidt
894131a45d
fix missing gcc in image to build wheels
...
- use build stage to compile wheels, then just install in target image
2022-09-23 13:02:38 +02:00
Dieter Schmidt
f0d2ade178
add docker-compose-adxl345.yml
...
- example on how to configure docker for an SPI accelerometer like ADXL345 (tested on rpi only)
2022-09-23 00:40:29 +02:00
Dieter Schmidt
4cb2a4b248
update docker build
...
- BREAKING CHANGE: make printer.cfg the main config file, instead of klipper.cfg.
existing configs need to be migrated:
- copy all include statements from klipper.cfg to printer.cfg
- remove klipper.cfg
- add run_in_venv script to activate venv correctly, then start klipper/moonraker
- add rpi_mcu config file and include in printer.cfg
- add cap_add: SYS_NICE to docker-compose to run klipper_mcu
- build & run klipper with python3
- precompile klipper C-Code in build stage, remove gcc from run image (https://www.klipper3d.org/Packaging.html )
- remove python3 debian packages, globally install with pip instead
2022-09-23 00:38:50 +02:00
Dieter Schmidt
2bb20bbb4f
update .gitignore & add vscode build & run tasks
2022-09-23 00:00:21 +02:00
Dieter Schmidt
48c86c3d3c
update docker-compose.yml
...
- use only fluidd by default, commented out mainsail
2022-09-22 23:59:36 +02:00
Dieter Schmidt
c62f7eb68c
update default moonraker.conf
...
- migrate to latest config
2022-09-22 23:36:50 +02:00
Dieter Schmidt
d67f66d0cb
fix numpy install
2022-04-04 16:38:38 +02:00
Dieter Schmidt
89628dbe20
add dependencies for resonance measurements
2022-04-04 16:37:30 +02:00
Dieter Schmidt
26e7794231
fix typo
2022-04-04 15:48:16 +02:00
Dieter Schmidt
87eea8a408
revert supervisor config
2022-04-04 15:42:40 +02:00
Dieter Schmidt
b59dbea4d4
fix supervisord setup
2022-04-04 15:35:13 +02:00
Dieter Schmidt
a448e4f7b5
add linux mcu
...
add firmware build script (WIP)
2022-04-04 14:48:26 +02:00
Dieter Schmidt
608c63cb67
update readme
...
- add TOC
- add solution to libseccomp being to old on host (closes #25 )
2022-01-18 22:42:44 +01:00
Dieter Schmidt
b6c2e0c7e5
add variables to load & unload macros
...
default:
- LOAD FILAMENT E=400 (tube length)
- UNLOAD_FILAMENT E=420 (tube length + extruder)
2022-01-18 22:30:07 +01:00
Dieter Schmidt
56da152809
update moonraker config
...
- add store sizes
- add update manager options to disable system updates and enable dirty repo updates
2022-01-18 22:24:02 +01:00
Dieter Schmidt
741be01df9
refine klipper image
2022-01-15 12:57:31 +01:00
Dieter Schmidt
25061677a7
update dependencies for moonraker
2022-01-15 12:17:16 +01:00
Dieter Schmidt
21b1700f83
use alpine on frontend unzip stage
2022-01-15 11:45:44 +01:00
Dieter Schmidt
c135071779
update klipper image
...
- add ARG to select klipper / moonraker branch
- align klipper source repo to Klipper3d org
2022-01-15 01:26:33 +01:00
Dieter Schmidt
dd2bdbdc2d
minor fix on Dockerfile
2021-12-23 14:50:12 +01:00
dimalo
a1ea2e4fc5
Merge pull request #23 from s0nify/develop
...
Fix deprecated variables
@s0nify thank you!
@MPFGlaser thanks for testing!
2021-12-23 14:47:39 +01:00
Sonify
9afc229e7e
Update client_macros.cfg
...
fix deprecated variables
https://docs.mainsail.xyz/faq/klipper_warnings/deprecated_option
2021-11-29 11:49:06 +03:00