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
*
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
*
config: Update example-extras.cfg (#641)
Boffgithub
2018-09-12
1
-2
/
+2
*
tmc2660: Implementation of TMC2660 extra (#621)
Florian Heilmann
2018-09-11
1
-0
/
+80
*
config: Be clear that multi-line parameters must use indentation
Kevin O'Connor
2018-09-02
1
-35
/
+44
*
probe: Add ability to multi-sample points to ProbePointsHelper
Arksine
2018-08-29
1
-1
/
+18
*
docs: Fix spelling error in example-extras.cfg
Kevin O'Connor
2018-08-28
1
-4
/
+4
*
tmc2208: Initial support for configuring TMC2208 drivers
Kevin O'Connor
2018-08-27
1
-0
/
+53
*
display menu module for klipper
Janar Sööt
2018-08-20
1
-0
/
+27
*
bed_mesh: move probe x and y offsets to the [probe] module
Arksine
2018-08-19
1
-15
/
+21
*
config: Update example-extras.cfg (#544)
Boffgithub
2018-08-19
1
-1
/
+1
*
heater_fan: Allow multiple heaters to be defined for a heater_fan
Kevin O'Connor
2018-08-17
1
-1
/
+3
*
config: update examples-extra.cfg to include the bed_mesh module
Arksine
2018-08-17
1
-0
/
+60
*
config: Minor changes to example-extras.cfg documentation
Kevin O'Connor
2018-08-03
1
-11
/
+10
*
force_move: Add support for FORCE_MOVE command
Kevin O'Connor
2018-07-26
1
-0
/
+9
*
spi_temperature: Provide a default value for spi_speed
Kevin O'Connor
2018-07-24
1
-2
/
+2
*
spi_temperature: Remove spi_mode parameter
Kevin O'Connor
2018-07-24
1
-3
/
+0
*
thermocouple: Add initial support for common SPI temperature sensing chips
Kevin O'Connor
2018-07-24
1
-0
/
+32
*
idle_timeout: Move timeout handling from toolhead.py to new extras module
Kevin O'Connor
2018-07-16
1
-0
/
+11
*
z_tilt: Don't default "points" parameter to "z_positions" parameter
Kevin O'Connor
2018-07-15
1
-2
/
+1
*
config: Minor updates to example-extras.cfg
Kevin O'Connor
2018-07-12
1
-9
/
+9
*
mcp4451: Add initial support for programming the mcp4451 on lpc176x
Kevin O'Connor
2018-06-29
1
-0
/
+29
*
config: update example-extras.cfg to include uc1701 display
Arksine
2018-06-27
1
-5
/
+9
*
lcd_st7920: Use a longer delay at the start of each command/data
Kevin O'Connor
2018-06-22
1
-4
/
+0
*
display: Allow the ST7920_DISPLAY parameter to be configured
Kevin O'Connor
2018-06-21
1
-0
/
+4
*
homing_override: Add axes config parameter
Hans Raaf
2018-06-11
1
-1
/
+7
*
gcode_macro: Add the ability to define custom g-code macros
Kevin O'Connor
2018-05-25
1
-0
/
+8
*
tmc2130: Allow the PWMCONF register to be configured
Kevin O'Connor
2018-05-25
1
-0
/
+4
*
tmc2130: Initial support for sensorless homing
Kevin O'Connor
2018-05-25
1
-0
/
+8
*
tmc2130: Configure stealthchop velocity limit
Kevin O'Connor
2018-05-25
1
-5
/
+10
*
tmc2130: The default TOFF time should be 4
Kevin O'Connor
2018-05-24
1
-1
/
+1
*
z_tilt: Add support for Z_TILT_ADJUST
Kevin O'Connor
2018-05-22
1
-0
/
+22
*
tmc2130: Add initial support for TMC2130 stepper motor drivers
Kevin O'Connor
2018-05-20
1
-0
/
+38
[next]