Klipper with Moonraker shipped with Fluidd and/or Mainsail
Dockerhub images support x64, ARM64 & ARM32v7
Docker multistage builds for optimized image sizes
fully integrated klipper image with moonraker enabled
collection of useful klipper macros see client_macros.cfg
Nozzle prime line with random Y starting point
Don't use the same starting point for priming to reduce bed wear!
safe filament load / unload / change, which checks for sufficient (configurable) nozzle temperature
best practice start gcode:
Please modify this to your needs! This macro works well on my cartesian and core xy machines and only homes Z as soon as the nozzle is hot, so leftover extrusions don't smash into the bed when they're cold.
Example for PrusaSlicer start gcode:
; Making sure PrusaSlicer doesn't inject heatup gcode...
M104 S0
M190 S0
; Run START_PRINT macro
START_PRINT T_BED=[first_layer_bed_temperature] T_EXTRUDER=[first_layer_temperature]
several versions of pause/cancel/end, to either present the toolhead or the print (and get the toolhead out of the way) - check the defaults!
park toolhead with M125 (default X25 Y0)
support delay with display output with COUNTDOWN
Please be careful to not run the macros without making sure they work with your printer!
collection of calibration macros (for example manual bed leveling) see calibration_macros.cfg
complete Klipper setup with web control client
only your printer.cfg is required!
Prerequisites:
docker-compose pull && docker-compose up if you want to use the provided dockerhub images, else run docker-compose up to first build them on your hostQuit the compose session with Ctrl+Cand run docker-compose up -d.
Happy 3D Printing!
No serial connection:
Check the permissions on the serial device in the klipper host.
ls -lsa /dev/ttyACM0
Supply the group permissions to the docker-compose config in docker-compose.yml build args for klipper.
Run docker-compose build
After build run docker-compose up -d and see if it works.
docker-compose pull instead)docker-compose pull instead)Content type
Image
Digest
Size
13.9 MB
Last updated
over 5 years ago
docker pull steadyjaw/ms_remote