Klipper: Configuration for Anycubic Kossel 218mm rod version March 18, 2018 06:31AM |
Registered: 7 years ago Posts: 10 |
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers). #define DELTA_PRINTABLE_RADIUS 90 // mm // Center-to-center distance of the holes in the diagonal push rods. #define DELTA_DIAGONAL_ROD 218.0 // mm // height from z=0 to home position #define DELTA_HEIGHT 330.16 // get this value from auto calibrate #define DELTA_ENDSTOP_ADJ { -1.43, -0.51, 0.00 } // get these from auto calibrate // Horizontal distance bridged by diagonal push rods when effector is centered. #define DELTA_RADIUS 102.53 //mm Get this value from auto calibrate // Trim adjustments for individual towers // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0 // measured in degrees anticlockwise looking from above the printer #define DELTA_TOWER_ANGLE_TRIM { -0.15, -0.03, 0.18 } // get these values from auto calibrateThis is the corresponding part of my printer.cfg
[stepper_a] step_pin: ar54 dir_pin: !ar55 enable_pin: !ar38 step_distance: .0125 endstop_pin: ^ar2 homing_speed: 50 position_endstop: 328.73 # 330.16 - 1.43 # Distance (in mm) between the nozzle and the bed when the nozzle is # in the center of the build area and the endstop triggers. This # parameter must be provided for stepper_a; for stepper_b and # stepper_c this parameter defaults to the value specified for # stepper_a. arm_length: 320.53 # DELTA_DIAGONAL_ROD + DELTA_RADIUS # Length (in mm) of the diagonal rod that connects this tower to the # print head. This parameter must be provided for stepper_a; for # stepper_b and stepper_c this parameter defaults to the value # specified for stepper_a. angle: 209.85 # 210 - 0.15 # This option specifies the angle (in degrees) that the tower is # at. The default is 210 for stepper_a, 330 for stepper_b, and 90 # for stepper_c.
Config error Traceback (most recent call last): File "/home/pi/klipper/klippy/klippy.py", line 244, in _connect cb('ready') File "/home/pi/klipper/klippy/extras/heater_fan.py", line 24, in printer_state self.printer, self.heater_name) File "/home/pi/klipper/klippy/extruder.py", line 261, in get_printer_heater return printer.lookup_object(name) File "/home/pi/klipper/klippy/klippy.py", line 164, in lookup_object raise self.config_error("Unknown config object '%s'" % (name,)) Error: Unknown config object 'heater_bed'- Is there an easy way around it?
Re: Klipper: Configuration for Anycubic Kossel 218mm rod version June 12, 2018 03:42AM |
Registered: 6 years ago Posts: 6 |
[stepper_a] position_endstop: DELTA_HEIGHT arm_length: DELTA_DIAGONAL_ROD [printer] delta_radius: DELTA_RADIUS
Re: Klipper: Configuration for Anycubic Kossel 218mm rod version October 18, 2018 04:35AM |
Registered: 7 years ago Posts: 10 |
Anonymous User
Re: Klipper: Configuration for Anycubic Kossel 218mm rod version October 24, 2018 08:41AM |
Quote
avion23
Maybe Klipper is actually the way to go long term because it can cope with the USB bottleneck.