klipper/klippy/extras
Kevin O'Connor 5d26c2a08e gcode_arcs: Add back in support for E moves in absolute extrude mode
This reverts commit 43fa41c1af.

The above commit disabled absolute extrude moves because it was
unclear if the code would work properly when an M221 extrude factor or
G92 offset was in use.  However, since the calculation is done
relative to the raw E position and is sent as a raw E position to
gcode.cmd_G1() these modes should not matter.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-06-04 15:25:17 -04:00
..
display display: Do not show time remaining in default 16x4 display 2020-06-04 15:02:18 -04:00
__init__.py
ad5206.py
adc_temperature.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
bed_mesh.py bed_mesh: Fix typo (#2849) 2020-05-11 12:30:57 -04:00
bed_screws.py bed_screws: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
bed_tilt.py bed_tilt: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
bltouch.py bltouch: Add "probe in touch mode" option 2020-05-11 12:46:25 -04:00
bme280.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
board_pins.py
bus.py
buttons.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
controller_fan.py controller_fan: Add fan_speed parameter. 2020-05-24 11:46:46 -04:00
delayed_gcode.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
delta_calibrate.py delta_calibrate: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
display_status.py display_status: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
dotstar.py dotstar: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
endstop_phase.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
extruder_stepper.py
fan.py fan: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
filament_switch_sensor.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
firmware_retraction.py firmware_retraction: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
force_move.py force_move: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
gcode_arcs.py gcode_arcs: Add back in support for E moves in absolute extrude mode 2020-06-04 15:25:17 -04:00
gcode_button.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
gcode_macro.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
hall_filament_width_sensor.py hall_filament_width_sensor: fix overflow issue on 12 bit adc (#2902) 2020-05-21 13:59:09 -04:00
heater_bed.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
heater_fan.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
heater_generic.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
heaters.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
homing_heaters.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
homing_override.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
htu21d.py htu21d: Support for HTI21D family sensor on I2C bus (#2803) 2020-05-03 18:47:24 -04:00
idle_timeout.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
manual_probe.py manual_probe: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
manual_stepper.py manual_stepper: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py
neopixel.py neopixel: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
output_pin.py output_pin: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
pause_resume.py pause_resume: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
pid_calibrate.py pid_calibrate: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
probe.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
quad_gantry_level.py quad_gantry_level: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
query_adc.py query_adc: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
query_endstops.py query_endstops: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
replicape.py linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746) 2020-05-03 11:24:42 -04:00
respond.py respond: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
safe_z_home.py safe_z_home: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
samd_sercom.py
screws_tilt_adjust.py screws_tilt_adjust: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
servo.py servo: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
skew_correction.py skew_correction: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
spi_temperature.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
static_digital_output.py
statistics.py statistics: Exit loop as soon as MemAvailable found 2020-03-22 22:04:40 -04:00
stepper_enable.py stepper_enable: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
sx1509.py
temperature_fan.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
temperature_sensor.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
thermistor.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
tmc.py tmc: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
tmc2130.py tmc2130: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
tmc2208.py
tmc2209.py
tmc2660.py tmc2660: Use new GCodeCommand wrappers 2020-05-05 11:08:12 -04:00
tmc5160.py tmc5160: Change the default for the pwm_freq field to zero 2020-05-24 23:58:48 -04:00
tmc_uart.py tmc_uart: Use nominal mcu frequency in baud calculation 2020-03-06 16:29:18 -05:00
tsl1401cl_filament_width_sensor.py tsl1401cl_filament_width_sensor: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
tuning_tower.py gcode: Make it clear that gcode.get_status() can be called without eventtime 2020-05-26 14:59:15 -04:00
verify_heater.py heaters: Make heater.py an "extras" module 2020-04-25 14:26:45 -04:00
virtual_sdcard.py virtual_sdcard: Use new GCodeCommand wrappers 2020-05-05 11:08:11 -04:00
z_tilt.py z_tilt: retries, fix extra retry bug. 2020-05-18 14:55:25 -04:00