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
/
extruder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
extruder: Fix pressure advance on tiny moves with over extrusions
Kevin O'Connor
2018-01-08
1
-2
/
+5
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
1
-7
/
+5
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
1
-1
/
+1
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-12
/
+13
*
extruder: Remove unused set_max_jerk() call
Kevin O'Connor
2017-09-08
1
-2
/
+0
*
fan: Allow heater_fan to work with heater_bed
Kevin O'Connor
2017-09-07
1
-6
/
+5
*
extruder: Provide more details on extruder errors
Kevin O'Connor
2017-09-05
1
-10
/
+17
*
extruder: Fix typo in init
Kevin O'Connor
2017-09-05
1
-1
/
+0
*
toolhead: Eliminate set_max_jerk() from kinematic classes
Kevin O'Connor
2017-09-03
1
-8
/
+9
*
fan: Add support for heater_fan objects
Kevin O'Connor
2017-07-17
1
-0
/
+10
*
gcode: Support running arbitrary gcode on extruder change
Kevin O'Connor
2017-06-09
1
-0
/
+6
*
extruder: Add initial support for multi-extruders
Kevin O'Connor
2017-06-09
1
-3
/
+25
*
klippy: Allow each module to define their config sections
Kevin O'Connor
2017-06-09
1
-0
/
+5
*
extruder: Rework maximum retraction check
Kevin O'Connor
2017-05-02
1
-7
/
+8
*
extruder: Extend over extrusion checks to retractions
Kevin O'Connor
2017-05-02
1
-3
/
+4
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-8
/
+14
*
stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const()
Kevin O'Connor
2017-04-07
1
-4
/
+4
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-43
/
+16
*
extruder: Make sure EXTRUDE_DIFF_IGNORE doesn't trigger due to rounding
Kevin O'Connor
2017-03-20
1
-4
/
+9
*
extruder: Avoid maximum extrude cross section errors on infinitesimal moves
Kevin O'Connor
2017-03-19
1
-4
/
+6
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-3
/
+0
*
extruder: Pressure advance lookahead time should start after decel
Kevin O'Connor
2017-03-03
1
-0
/
+4
*
extruder: Allow configuration of pressure advance lookahead time
Kevin O'Connor
2017-02-22
1
-6
/
+15
*
extruder: Do extruder lookahead based on time instead of cornering
Kevin O'Connor
2017-02-06
1
-39
/
+36
*
extruder: Move extruder specific lookahead into extruder class
Kevin O'Connor
2017-02-06
1
-4
/
+56
*
toolhead: Change variables to use suffix "_v2" instead of prefix "junction_"
Kevin O'Connor
2017-01-16
1
-4
/
+4
*
extruder: Calculate sane defaults for extrude only velocity and accel
Kevin O'Connor
2017-01-03
1
-2
/
+7
*
extruder: Do sanity checks on extrusion rates
Kevin O'Connor
2017-01-03
1
-1
/
+13
*
extruder: Add nozzle and filament diameter config settings
Kevin O'Connor
2017-01-03
1
-1
/
+3
*
toolhead: Don't call into kinematic class on extrude only moves
Kevin O'Connor
2016-12-28
1
-3
/
+1
*
extruder: Fix retract
Kevin O'Connor
2016-12-01
1
-1
/
+1
*
toolhead: Specify maximum acceleration and velocity in toolhead class
Kevin O'Connor
2016-12-01
1
-2
/
+4
*
mcu: Store the stepper position in the mcu_stepper class
Kevin O'Connor
2016-11-19
1
-8
/
+2
*
homing: Add EndstopMoveError wrapper around EndstopError
Kevin O'Connor
2016-11-18
1
-1
/
+2
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-1
/
+1
*
stepper: Check if the motor needs to be enabled in the kinematic classes
Kevin O'Connor
2016-11-14
1
-5
/
+11
*
stepcompress: Do all step rounding in C code
Kevin O'Connor
2016-11-13
1
-47
/
+36
*
stepper: Default to a high direction pin meaning positive direction
Kevin O'Connor
2016-11-08
1
-3
/
+3
*
extruder: Don't do pressure advance on velocity changes due to cornering
Kevin O'Connor
2016-11-05
1
-2
/
+9
*
extruder: Don't assume start_v matches last end_v in pressure advance
Kevin O'Connor
2016-11-05
1
-23
/
+30
*
extruder: Consistently use extrude distance in calculations
Kevin O'Connor
2016-11-05
1
-12
/
+14
*
extruder: Determine start step offset using last commanded position
Kevin O'Connor
2016-10-31
1
-10
/
+16
*
cartesian: Rename step_dist to move_step_d
Kevin O'Connor
2016-10-31
1
-9
/
+9
*
toolhead: Store both the start and end position in the Move class
Kevin O'Connor
2016-10-25
1
-1
/
+1
*
extruder: Support a minimum extrude temperature
Kevin O'Connor
2016-09-30
1
-1
/
+3
*
extruder: Remove unnecessary getsection('extruder') call
Kevin O'Connor
2016-09-30
1
-3
/
+2
*
toolhead: Allow kinematics class to verify the move prior to queuing it
Kevin O'Connor
2016-09-30
1
-2
/
+6
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
1
-19
/
+18
*
extruder: Add some additional comments
Kevin O'Connor
2016-07-26
1
-0
/
+3
*
extruder: Add support for "pressure advance" on extrusion
Kevin O'Connor
2016-07-25
1
-36
/
+100
[next]