# on_error_gcode: CANCEL_PRINT # [include mainsail.cfg] [include um2-macros.cfg] [gcode_arcs] [mcu] serial: /dev/serial/by-id/usb-Ultimaker_BV__www.ultimaker.com__Ultimaker_2.0-if00 [stepper_x] step_pin: PA3 dir_pin: !PA1 enable_pin: !PA5 microsteps: 16 rotation_distance: 40 ...
original_url:https://pastebin.com/yPfSMBGF#TODO:判断是否开启 respondgcode:{%ifprinter.configfile.config.respondisnotdefined%} {action_raise_error("Thisgcode_macrorequiresthe[respond]sectioninyourprinter.cfg")} {%endif%}# Ugly code to convert a string into an array in jinja# TEST_STEPS conver...
New support for gcode arcs in XY, XZ, and YZ planes. Several bug fixes and code cleanups. Klipper 0.11.0 Available on 20221128. Major changes in this release: Trinamic stepper motor driver "step on both edges" optimization. Support for Python3. The Klipper host code will run with eit...
gcode_arcs: use z-height defined in f2/3 code, if present Sep 18, 2019 lib lib: No need to make lpc176x SystemInit() externally visible Sep 7, 2019 scripts buildcommands: Match DECL_X names to the actual C macro names Aug 23, 2019 ...
XYZ axes seem to throttle during GCODE arcs (see notes below). Notes: The feedrate is shared among all active axes, meaning that an XYA move at F200 will be "slower" in the XY plane than a XY-only move at the same feedrate. Module incompatibilites: probably many. Tested with virtua...
[gcode_arcs] The following standard G-Code commands are available if a gcode_arcs config section is enabled: Arc Move Clockwise (G2), Arc Move Counter-clockwise (G3): G2|G3 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>] [F<speed>] I<value> J<value>|I<value> K<value>|J<value...
The following standard G-Code commands are available if a gcode_arcs config section is enabled: Arc Move Clockwise (G2), Arc Move Counter-clockwise (G3): G2|G3 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>] [F<speed>] I<value> J<value>|I<value> K<value>|J<value> K<value> ...
test gcode_arcs: support XY, XZ and YZ planes Dec 12, 2022 .gitignore util: Fix versioning when gitdir is absent (Klipper3d#809) Oct 27, 2018 COPYING COPYING: Update GPLv3 license to latest text (uses https instead of h… Jun 3, 2022 ...
[gcode_arcs] resolution: 1.0 [stepper_x] step_pin: PC2 dir_pin: PB9 enable_pin: !PC3 microsteps: 16 rotation_distance: 40 endstop_pin: !PA5 position_endstop: -4 position_min: -4 position_max: 254 homing_speed: 50 [stepper_y] step_pin: PB8 dir_pin: PB7 enable_pin: !PC3 ...
XYZ axes seem to throttle during GCODE arcs (see notes below). Notes: The feedrate is shared among all active axes, meaning that an XYA move at F200 will be "slower" in the XY plane than a XY-only move at the same feedrate.