20 Commits

Author SHA1 Message Date
Dieter Schmidt
b88d0687b1 fix supervisorctl control from moonraker 2024-11-03 15:45:47 +01:00
Dieter Schmidt
d1434b4180 reset machine provider and don't validate the service 2023-01-18 17:35:56 +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
177c43b1bb ADD klipper_z_calibration extension (resolve #32) 2022-09-25 14:38:08 +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
c62f7eb68c update default moonraker.conf
- migrate to latest config
2022-09-22 23:36:50 +02: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
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
Dieter Schmidt
a4aab66496 Merge branch 'develop' 2021-08-05 23:25:29 +02:00
ahalekelly
2bb624f73e Remove now-illegal whitespace from macro names
https://github.com/KevinOConnor/klipper/pull/4312
2021-08-05 10:01:54 -07:00
Dieter Schmidt
c4f1f97084 fix moonraker database folder 2021-07-13 22:37:35 +02:00
Dieter Schmidt
352f8b05d3 refactor
- set cache-from prop in build action to base tag
- align indentation in moonraker.conf
2021-06-26 15:38:39 +02:00
Dieter Schmidt
760cb1358f update moonraker build & config
- add Rust toolchain
- update config
  - update authorization
  - add database config
  - add docker volume mount for moonraker database persistence
2021-05-29 18:13:44 +02:00
Dieter Schmidt
a2c213f9bd update moonraker.conf
add octoprint_compat and history
2021-04-10 19:48:31 +02:00
Dieter Schmidt
2ad55b4c85 refactor client macros & update Dockerfile
- add load/unload filament and forward M701/702
- add klippy user home dir
2021-01-26 00:25:04 +01:00
Dieter Schmidt
7332780fb6 enable klipper & moonraker updates 2021-01-11 00:43:06 +01:00
Dieter Schmidt
e9d19e36fc minor refinement of calibration macros 2021-01-11 00:08:39 +01:00
Dieter Schmidt
58754a0582 updates
- refactor start_print (home all axes works better with safe homing)
- reduce priming speeds
- fix CLEAR_PAUSE name clash
- add calibration macros
- update readme
2021-01-10 23:56:42 +01:00
Dieter Schmidt
4fa14ada51 initial commit 2021-01-04 01:54:33 +01:00