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
/
config
/
example-extras.cfg
Commit message (
Expand
)
Author
Age
Files
Lines
*
temperature_sensor: Add generic temperature sensor support
Douglas Hammond
2019-02-26
1
-1
/
+16
*
heater: Support generic gcode_id registration for sensors
Douglas Hammond
2019-02-26
1
-0
/
+3
*
bed_mesh: simplify configuration
Arksine
2019-02-25
1
-25
/
+21
*
bed_screws: Add a helper tool for leveling bed screws
Kevin O'Connor
2019-02-24
1
-2
/
+39
*
config: Warn that cycle_time may not match when using hardware_pwm
Kevin O'Connor
2019-02-19
1
-2
/
+4
*
mcp4018: Add initial support for the mcp4018 digipot
Kevin O'Connor
2019-02-16
1
-0
/
+25
*
tsl1401cl_filament_width_sensor: Filament Width Sensor Support (#1132)
nopbit
2019-02-14
1
-0
/
+10
*
Merge pull request #1242 from john--/pr_generic_heater
KevinOConnor
2019-02-14
1
-0
/
+27
|
\
|
*
Generic Heater Support
John Jardine
2019-02-14
1
-0
/
+27
*
|
spi_software: Implementation of software spi
Kevin O'Connor
2019-02-13
1
-1
/
+33
*
|
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
1
-0
/
+19
|
/
*
bltouch: Increase default pin_move_time from 200ms to 675ms
Kevin O'Connor
2019-02-04
1
-3
/
+3
*
bed_mesh: add support for round beds
Arksine
2019-02-02
1
-10
/
+43
*
pause_resume: update documentation
Arksine
2019-01-28
1
-0
/
+6
*
adc_temperature: Add support for linear interpolation of resistances
Kevin O'Connor
2019-01-21
1
-7
/
+15
*
bltouch: Add a pin_up_touch_mode_reports_triggered config option
Kevin O'Connor
2019-01-21
1
-0
/
+5
*
bltouch: Attempt to verify that the probe raises after each probe attempt
Kevin O'Connor
2019-01-21
1
-0
/
+5
*
controller_fan: Add support for a fan cooling the controller-board (#1070)
Master92
2019-01-10
1
-0
/
+30
*
docs: Add guide for sensorless homing (#1004)
Yannic Schröder
2019-01-07
1
-1
/
+2
*
mcp4728: Add initial support for the mcp4728 i2c dac chip
Kevin O'Connor
2019-01-02
1
-0
/
+30
*
respond: An extra for sending messages to the printer host. (#1053)
Alec B. Plumb
2019-01-02
1
-0
/
+12
*
bltouch: Document that bltouch "clones" may not work correctly
Kevin O'Connor
2018-12-18
1
-7
/
+2
*
bltouch: Add a config option to disable the bltouch sensor test
Kevin O'Connor
2018-12-16
1
-1
/
+7
*
bltouch: Allow the pin_move_time to be configured
Kevin O'Connor
2018-12-04
1
-0
/
+3
*
config: Update bed_mesh in example-extras.cfg
Arksine
2018-11-30
1
-7
/
+17
*
bltouch: Add initial support for a bltouch "extras" module
Kevin O'Connor
2018-11-30
1
-0
/
+18
*
mcp4451: Use bus.py helper code for i2c
Kevin O'Connor
2018-11-24
1
-1
/
+1
*
uc1701: Add support for SSD1306 in i2c mode
Kevin O'Connor
2018-11-23
1
-4
/
+4
*
uc1701: Add support for SSD1306 displays
Kevin O'Connor
2018-11-21
1
-5
/
+10
*
tmc2660: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-7
/
+7
*
servo: This patch create ability to enable/disable attached servo. (#880)
Jiri Dobry
2018-11-14
1
-1
/
+3
*
Implement idle event support in the TMC2660 extra
Florian Heilmann
2018-10-28
1
-16
/
+13
*
Add SX1509 extra
Florian Heilmann
2018-10-27
1
-0
/
+17
*
tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)
Florian Heilmann
2018-10-24
1
-1
/
+1
*
endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE command
Kevin O'Connor
2018-10-16
1
-1
/
+2
*
endstop_phase: Add support for detecting phase via TMC stepper drivers
Kevin O'Connor
2018-10-16
1
-3
/
+5
*
endstop_phase: Move endstop phase homing code to new "extras" module
Kevin O'Connor
2018-10-16
1
-18
/
+19
*
servo: Adding support for startup value for servos (#676)
Chris Whiteford
2018-10-05
1
-0
/
+9
*
docs: Spelling error corrected in bed mesh comment (#735)
LazaroFilm
2018-10-04
1
-1
/
+1
*
config: Minor indentation fix to comments in example-extras.cfg
Kevin O'Connor
2018-10-01
1
-14
/
+14
*
config: Note probe activate/deactivate must not move the toolhead
Kevin O'Connor
2018-10-01
1
-4
/
+6
*
probe: Infer position_endstop when using probe:z_virtual_offset
Kevin O'Connor
2018-10-01
1
-1
/
+3
*
bed_tilt: Remove special probe:z_virtual_endstop handling
Kevin O'Connor
2018-10-01
1
-0
/
+3
*
probe: Support manual probing at runtime
Kevin O'Connor
2018-10-01
1
-11
/
+0
*
config: Fix typo in gcode_macro default_parameter description
Kevin O'Connor
2018-09-30
1
-1
/
+1
*
gcode_macro: default parameter values
Janar Sööt
2018-09-30
1
-0
/
+8
*
config: Note gcode_macro string formatting in example-extras.cfg
Kevin O'Connor
2018-09-26
1
-2
/
+6
*
config: Move some sections around in example-extras.cfg
Kevin O'Connor
2018-09-26
1
-49
/
+53
*
heater: Add new TURN_OFF_HEATERS command
Kevin O'Connor
2018-09-18
1
-1
/
+1
*
quad_gantry_level: Add gantry leveling (ruled hyperbolic parabola correction)...
Maks Zolin
2018-09-12
1
-0
/
+40
[next]