index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
kinematics
/
extruder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-2
/
+4
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
1
-3
/
+3
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
1
-2
/
+1
*
extruder_stepper: Don't directly access extruder member variables
Kevin O'Connor
2020-06-06
1
-2
/
+4
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
extruder: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-32
/
+28
*
heaters: Make heater.py an "extras" module
Kevin O'Connor
2020-04-25
1
-4
/
+4
*
heater: Move M105 command handling from gcode.py to heater.py
Kevin O'Connor
2020-04-25
1
-1
/
+1
*
extruder: step_distance must be positive on SET_EXTRUDER_STEP_DISTANCE
Kevin O'Connor
2020-03-28
1
-1
/
+1
*
stepper: No need to pass stepper_kinematics to set_step_dist()
Kevin O'Connor
2020-03-28
1
-5
/
+5
*
Extruder: Add g-code to set extruder step_distance (#2598)
David Smith
2020-03-28
1
-0
/
+17
*
extruder_stepper: Initial support for synchronized extruder steppers
Simo Apell
2020-01-06
1
-0
/
+2
*
heater: Do not flush look-ahead queue on a heater temperature update
Kevin O'Connor
2020-01-03
1
-4
/
+2
*
extruder: No need to track extrude_pos locally
Kevin O'Connor
2019-12-17
1
-4
/
+2
*
extruder: Flush step generation on ACTIVATE_EXTRUDER
Kevin O'Connor
2019-12-17
1
-0
/
+1
*
extruder: Move M104/M140 commands from gcode.py to extruder.py
Kevin O'Connor
2019-12-16
1
-1
/
+28
*
gcode: Remove builtin T0/T1/T2/... command support
Kevin O'Connor
2019-12-10
1
-13
/
+0
*
extruder: Add an ACTIVATE_EXTRUDER command
Kevin O'Connor
2019-12-10
1
-0
/
+13
*
kin_extruder: Apply pressure advance in kin_extruder.c
Kevin O'Connor
2019-12-08
1
-15
/
+12
*
toolhead: Report the current extruder from the get_status() method
Kevin O'Connor
2019-11-24
1
-0
/
+4
*
extruder: Remove support for lookahead() method
Kevin O'Connor
2019-11-21
1
-4
/
+0
*
extruder: Add support for instantaneous corner velocity
Kevin O'Connor
2019-11-21
1
-22
/
+13
*
extruder: Initial support for "smoothed pressure advance"
Kevin O'Connor
2019-11-21
1
-90
/
+46
*
toolhead: Support step generation in lead up to and after stepper activity
Kevin O'Connor
2019-11-21
1
-2
/
+3
*
gcode: Remove explicit active extruder tracking
Kevin O'Connor
2019-11-13
1
-13
/
+4
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-4
/
+0
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-7
/
+8
*
toolhead: Rename register_move_handler() to register_step_generator()
Kevin O'Connor
2019-11-07
1
-2
/
+2
*
extruder: Treat extrude with Z only movement to be an "extrude only" move
Kevin O'Connor
2019-11-07
1
-1
/
+1
*
toolhead: Calculate and store axes_r in move class
Kevin O'Connor
2019-11-06
1
-3
/
+3
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-6
/
+3
*
extruder: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-7
/
+10
*
extruder: Use template evaluation on gcode
Kevin O'Connor
2019-06-07
1
-4
/
+7
*
extruder: add get_status method
Janar Sööt
2019-06-04
1
-0
/
+6
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-1
/
+1
*
extruder: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+4
*
heater: take a gcode_id when setting up a heater (#1028)
john--
2019-01-02
1
-4
/
+5
*
extruder: Don't use max_extrude_cross_section in max_extrude_only defaults
Kevin O'Connor
2018-10-25
1
-4
/
+5
*
mcu: Enhance itersolve stepper kinematics allocation
Kevin O'Connor
2018-07-13
1
-2
/
+1
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-0
/
+253