Klipper is a 3d-printer firmware. Contribute to yegct/klipper development by creating an account on GitHub.
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Note:See theoptional sectionfor additional macros. Note:The bed mesh optimizations are silently disabled for delta printers (because jinja2 lacks the necessary math support) and when the mesh parameters include aRELATIVE_REFERENCE_INDEX(which is cinompatible with dynamic mesh generation). BED_MESH_C...
import logging, math, os, time @@ -114,6 +114,8 @@ def run_test(self, axis, gcmd): if input_shaper is not None: input_shaper.enable_shaping() gcmd.respond_info("Re-enabled [input_shaper]") def get_max_freq(self): return self.freq_end class ResonanceTester: def __init__(self...
klippy chelper extras kinematics clocksync.py configfile.py console.py gcode.py klippy.py mathutil.py mcu.py msgproto.py parsedump.py pins.py queuelogger.py reactor.py serialhdl.py stepper.py toolhead.py util.py webhooks.py lib scripts ...
from math import pi, sqrt, trunc from statistics import median from time import time Expand Down Expand Up @@ -487,41 +486,41 @@ def process_update(self, action, data): f"{data['display_status']['message'] if data['display_status']['message'] is not None else ''}" ) w...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
import math, logging, collections import chelper class error(Exception): pass ### # Steppers ### MIN_BOTH_EDGE_DURATION = 0.000000200 # Interface to low-level mcu and chelper code class MCU_stepper: def __init__(self, name, step_pin_params, dir_pin_params, rotation_dist, steps_per_...
Files master .github config docs klippy chelper extras kinematics clocksync.py configfile.py console.py gcode.py klippy.py mathutil.py mcu.py msgproto.py parsedump.py pins.py queuelogger.py reactor.py serialhdl.py stepper.py toolhead.py ...