Clanks-Klipper-Configs
Clanks-Klipper-Configs copied to clipboard
Klipper config files for use with Klipper firmware
Hi, I'm using your "SideWinder X1 BLTouch E3D Thermistor.cfg" on my X1 machine with klipper, and I get this error upon connecting: Recv: // command to reload the config and...
[gcode_macro START_PRINT] # Reference https://github.com/KevinOConnor/klipper/blob/master/docs/Config_Reference.md#gcode_macroA # On how to override default parameters default_parameter_BED_TEMP: 60 default_parameter_EXTRUDER_TEMP: 200 Gives the alert: Error: Option 'default_parameter_bed_temp' is not valid in section 'gcode_macro start_print' And...
added a PR as solution: https://github.com/Clank50AE/Clanks-Klipper-Configs/pull/13 More details there
I have an ASX1 with an SKR 2 board, BLToutch, E3D All-metal v6 HotEnd(Bondtech CHT .4mm nozzle), and TMC2209s. I have added the changes for senseless homing and adxl345. I...
Hi! I have installed a triangelab 3d touch on my sidewinder x1/klipper. I have Ethereal projects new extruder board, and the 3d touch is connected according his instructions. I am...
- removed deprecated "default_parameter_X" -> https://www.klipper3d.org/Config_Changes.html #20211102 (deprecated 20210503) - added with Template Expansion -> https://github.com/Klipper3d/klipper/blob/master/docs/Command_Templates.md#template-expansion Tested on "SWX1 BLTouch.cfg"
Since some updates of Klipper, I changed some parameters to avoid errors. 1/Remove the lines default_parameter_BED_TEMP: 60 default_parameter_EXTRUDER_TEMP: 200 2/ By following this [tutorial](https://www.youtube.com/watch?v=uYynBqyNVIo), I understood that the error was...
Have config sidewinder x2 ?
Fix changes are just to remove extra spaces or tabs, the remove some diffs that shouldn't have been. The last commit is towards issue #5. I didn't do it for...
First I really wanted to say thank you for providing and maintaining these config. Not being an expert in building 3D printers, I'd really welcome a short description in each...