All Projects → Frix-x → klipper-voron-V2

Frix-x / klipper-voron-V2

Licence: GPL-3.0 license
Generic Klipper configuration for a CoreXY printers like Voron v2.4, Trident, V0 and co

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to klipper-voron-V2

voron-ht
Klipper configuration for my Voron 2.4
Stars: ✭ 20 (-84.13%)
Mutual labels:  3d-printing, klipper, klipper-configuration
mainsail
Mainsail is the popular web interface for Klipper
Stars: ✭ 960 (+661.9%)
Mutual labels:  3d-printing, klipper
klipper-macros
A collection of my Klipper G-code macros.
Stars: ✭ 99 (-21.43%)
Mutual labels:  klipper, klipper-macros
Klipper-Firmware-FLSUN-QQ-S-Pro-Delta-Printer
Firmware configuration files and instructions on how to get the Klipper ecosystem running on the FLSUN QQ-S Pro delta 3D printer
Stars: ✭ 51 (-59.52%)
Mutual labels:  3d-printing, klipper
Voron2.4 My Build Log
This repository will hold any documents I use to help with building my Voron 2.4 250mm 3D Printer and the Voron 2.4 LDO 300mm Printer
Stars: ✭ 65 (-48.41%)
Mutual labels:  3d-printing, klipper
step-daemon
stepd - External planner and stepper for 3d printing
Stars: ✭ 85 (-32.54%)
Mutual labels:  3d-printing
LiberatingMarsCLI
Nobody owns (Maker)space.
Stars: ✭ 25 (-80.16%)
Mutual labels:  3d-printing
Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
Stars: ✭ 66 (-47.62%)
Mutual labels:  generic-repository
OpenSCAD connectors
Simple, parametric APIs for connectors such as corner brackets and t-joints. Specializing on connectors for aluminum extrusion connectors.
Stars: ✭ 29 (-76.98%)
Mutual labels:  3d-printing
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (-30.95%)
Mutual labels:  3d-printing
pyr0piezo
An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
Stars: ✭ 61 (-51.59%)
Mutual labels:  3d-printing
LWClock
Multifunctional clock based on ESP8266 and MAX79xxx for Home Automation (IoT)
Stars: ✭ 40 (-68.25%)
Mutual labels:  3d-printing
moonraker-telegram-bot
Telegram bot to interact with Moonraker (Klipper Web API Server)
Stars: ✭ 119 (-5.56%)
Mutual labels:  klipper
MK404
A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
Stars: ✭ 52 (-58.73%)
Mutual labels:  3d-printing
Gesture-Detecting-Macro-Keyboard
Glorified Bluetooth macro keyboard with machine learning (TensorFlow Lite for Microcontrollers) running on an ESP32.
Stars: ✭ 68 (-46.03%)
Mutual labels:  3d-printing
RepPanel ESP32
Alternative to PanelDue. Embedded UI for Duet & RepRap based 3D printers. Running on the ESP32. Optimized for 3.5" displays. WiFi or UART connectivity.
Stars: ✭ 88 (-30.16%)
Mutual labels:  3d-printing
KlipperScreen
GUI for Klipper
Stars: ✭ 515 (+308.73%)
Mutual labels:  klipper
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-89.68%)
Mutual labels:  generic-repository
OctoPrint-Webhooks
Make OctoPrint events call your custom webhooks!
Stars: ✭ 27 (-78.57%)
Mutual labels:  3d-printing
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-77.78%)
Mutual labels:  3d-printing

Generic Klipper configuration

This is a global generic Klipper config dedicated to be used on CoreXY printers (and perhaps others with some minor modifications). It's currently used on all my own machines: a Voron V2.4 (V2.1237), a Voron Trident, a custom TriZero, and a heavily modified Prusa i3 MK3s. Other Voron owners have also reported using this config as-is without any problems.

Please keep in mind this is a WIP and the files are beeing updated frequently with new custom features, PRs merged from users or just if I want to. Do not take it as a fully compliant config for every machines: look, think, understand and adapt it to your own.

You can reach out in the Voron Discord: i'm Frix_x#0161.

Features

This config is designed to be generic. You can use it on a lot of machines by selecting and enabling the hardware options you need. This also activate automatically the associated macros and process under the hood.

I also tried, when possible, to put all the print settings directly in the Klipper config. My utlimate goal would be to be able to use the same Gcode file (sliced generically) with multiple materials or even share it across multiple printers. That's why I'm use and set firmware retraction in the macros, set pressure advance in the macros, etc...

This config is also known for the adaptive bed mesh functionnality that I wrote some time ago, the custom calibrations macros for pressure advance, flow, etc..., the automated input shaper workflow, and the vibrations measurements macros and scripts.

To get more info, you can find a list with the details and usage instruction for all the features in the doc folder. There is also for each, some custom install instructions if you want to install them as standalone in your own config and don't want to use this full generic config folder.

Installation

The install of this config folder should not be too complicated if you are already familiar with the klipper configuration system. Here are the steps:

  1. Use an SSH connection to connect to your printer

  2. Check if you already have a config folder in the ~/printer_data directory and remove it (or rename it to keep a backup).

  3. Clone this config in the ~/printer_data/config directory. You can use the following command:

    git clone https://github.com/Frix-x/klipper-voron-V2.git ~/printer_data/config
    
  4. Open and configure the printer.cfg file: you just need to uncomment the lines that suit your printer hardware configuration. Basically start by selecting the board_pins coresponding to your MCU, then select the components used and software config needed (such as extruder type, XY motors, Z motors, QGL vs Z_TILT, etc...).

  5. Then, open the selected board_pins file in the config/mcus folder and add your MCU(s) serial port(s). Please follow the official klipper documentation to find it.

  6. Check your wiring and verify that the selected board_pins file is correct. See pinout.md for more info

  7. Now, open all the selected files in your printer.cfg and check that the pins are ok for your machine (regarding the board prefix name, the direction !, the pull-ups ^ or pull-downs ~). Note: this step is necessary because of a current Klipper limitation that doesn't allow me to put these symbols directly in the board_pins files... I'm still looking for alternatives.

  8. Also, in the same way, open all the selected files in your printer.cfg and check the dimensions, the limits, the currents, and all the other values in every config sections. Pay a special attention to the axis limits in the [stepper_...] sections from the files located in config/hardware/base/XY or config/hardware/base/Z. Also check the thermistor types in [extruder] and [heated_bed], size of the plate in [bed_mesh], etc... Note: this step is necessary because of a current Klipper limitation that doesn't allow the use of variables in the config files... I'm still looking for alternatives.

  9. Modify and adapt the variables.cfg file to suit the configuration of your machine. This file helps to configure and customize how all the macros should behave (coordinates of everythings, enabling/disabling software features, etc...).

  10. Check very carefully all the features! This step is very important to avoid any problem on your machine. You can start by following the config checks from the official Klipper documentation. Then also verify that you are able to attach/detach the mechanical probe, do the QGL/Z_TILT, have the correct coordinates for all the used components (purge bucket, physical Z endstop, etc...). You should also verify your first layer calibration (and the switch_offset parameter from the automatic z calibration plugin if using it), etc...

  11. Finally when everything looks to be working, you need to add the custom print start gcode in your slicer. Here is an example for SuperSlicer:

    START_PRINT EXTRUDER_TEMP={first_layer_temperature[initial_extruder] + extruder_temperature_offset[initial_extruder]} BED_TEMP=[first_layer_bed_temperature] MATERIAL=[filament_type] CHAMBER=[chamber_temperature] SIZE={first_layer_print_min[0]}_{first_layer_print_min[1]}_{first_layer_print_max[0]}_{first_layer_print_max[1]}
    

    Also add to your custom print end gcode in your slicer:

    END_PRINT
    

Sponsor the work

I try to stay open to any user needs if it suit and fit this config design. Please open an issue or a PR if you want a specific hardware device or new functionnalities to be supported.

Also, feel free to buy me a coffee or help me buy new hardware to support them in this config :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].