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
*
stepper: No need to pass printer reference to kinematic/stepper constructors
Kevin O'Connor
2018-06-22
1
-9
/
+8
*
extruder: Convert to using iterative solver
Kevin O'Connor
2018-06-20
1
-58
/
+25
*
extruder: Report max_extrude_ratio in log
Kevin O'Connor
2018-06-05
1
-0
/
+1
*
extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders
Kevin O'Connor
2018-05-20
1
-3
/
+11
*
gcode: Add minval/maxval/above/below options to get_X parsers
Kevin O'Connor
2018-04-20
1
-9
/
+9
*
heater: Add PrinterHeaters class that stores all sensors and heaters
Kevin O'Connor
2018-04-04
1
-12
/
+4
*
extruder: Log SET_PRESSURE_ADVANCE changes
Kevin O'Connor
2018-04-03
1
-3
/
+5
*
extruder: Add SET_PRESSURE_ADVANCE command.
Michael Barbour
2018-04-03
1
-5
/
+22
*
heater: Add stats reporting
Kevin O'Connor
2018-01-28
1
-0
/
+2
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-7
/
+7
*
extruder: Add support for extruders sharing the same heater
Kevin O'Connor
2018-01-21
1
-1
/
+5
*
extruder: Remove unused variable self.config
Kevin O'Connor
2018-01-16
1
-3
/
+2
*
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
[next]