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
/
docs
/
Config_Changes.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Fix board_pins link in Config_Changes.md
Kevin O'Connor
2020-12-13
1
-1
/
+1
*
manual_probe: Use configfile note_valid=False when inspecting Z position_endstop
Kevin O'Connor
2020-12-13
1
-0
/
+5
*
board_pins: Use an explicit parameter to specify mcu name(s)
Kevin O'Connor
2020-11-20
1
-0
/
+6
*
docs: Note the change in "print_stats.duration"
Arksine
2020-11-13
1
-0
/
+4
*
neopixel: Add support for RGBW LEDs
Kevin O'Connor
2020-10-29
1
-0
/
+4
*
mcu: Don't default serial config option to /dev/ttyS0
Kevin O'Connor
2020-10-28
1
-0
/
+4
*
docs: Update release notes for v0.9.0 release
Kevin O'Connor
2020-10-20
1
-0
/
+2
*
spi_temperature: fix MAX31865 temperature conversion (#3274)
Adrian Keet
2020-09-02
1
-0
/
+4
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-0
/
+5
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-0
/
+6
*
docs: Note menu change in Config_Changes.md
Kevin O'Connor
2020-08-09
1
-0
/
+5
*
docs: document changes to the virtual_sdcard module
Arksine
2020-08-05
1
-0
/
+6
*
servo: Remove servo ENABLE parameter
Kevin O'Connor
2020-07-25
1
-0
/
+4
*
docs: Note changes to glyph names
Kevin O'Connor
2020-06-08
1
-0
/
+5
*
docs: Minor reword to latest Config_Changes.md update
Kevin O'Connor
2020-06-06
1
-5
/
+5
*
linux: Ability to use multiple GPIO chips (#2935)
Lucio Tarantino
2020-06-06
1
-0
/
+5
*
display: Do not show time remaining in default 16x4 display
Kevin O'Connor
2020-06-04
1
-0
/
+6
*
Kconfig: Change the default usb vendor/product id
Kevin O'Connor
2020-05-31
1
-0
/
+5
*
tmc5160: Change the default for the pwm_freq field to zero
Kevin O'Connor
2020-05-24
1
-0
/
+3
*
docs: Note that printer.heater got changed to printer.heaters
Kevin O'Connor
2020-04-26
1
-0
/
+3
*
docs: Note __test menu removed in Config_Changes.md
Kevin O'Connor
2020-04-18
1
-0
/
+4
*
display: Use the active extruder in the default 16x4 screen layout
Kevin O'Connor
2020-03-13
1
-0
/
+6
*
docs: Fix date of menu change in Config_Changes.md
Kevin O'Connor
2020-03-08
1
-1
/
+1
*
menu: Disable support for "deck" and "card" menu items
Kevin O'Connor
2020-03-08
1
-0
/
+4
*
docs: Update Config_Changes.md with actual bed_mesh merge date
Kevin O'Connor
2020-01-09
1
-1
/
+1
*
docs: Update Config_Changes.md to reflect bed_mesh changes
Arksine
2020-01-09
1
-0
/
+12
*
display: Revert "display: Add ST7567 display support (#1540)"
Kevin O'Connor
2019-12-18
1
-0
/
+5
*
docs: Update Config_Changes.md with pointer to sample multi extruder configs
Kevin O'Connor
2019-12-13
1
-1
/
+2
*
gcode: Remove builtin T0/T1/T2/... command support
Kevin O'Connor
2019-12-10
1
-0
/
+6
*
gcode: Remove support for the M206 command
Kevin O'Connor
2019-12-10
1
-0
/
+5
*
gcode: Remove support for "G4 S1" style commands
Kevin O'Connor
2019-12-02
1
-0
/
+4
*
docs: Minor update to Config_Changes.md
Kevin O'Connor
2019-12-01
1
-1
/
+1
*
docs: Clarify recent usb device name change in Config_Changes.md
Kevin O'Connor
2019-12-01
1
-2
/
+4
*
usb_cdc: Report MCU type on all boards
Kevin O'Connor
2019-11-26
1
-3
/
+4
*
atsam: Enable chipid as usb serial number
Kevin O'Connor
2019-11-26
1
-3
/
+3
*
atsamd: Enable chipid as usb serial number
Kevin O'Connor
2019-11-25
1
-3
/
+3
*
stm32: Enable chipid as usb serial number
Kevin O'Connor
2019-11-25
1
-3
/
+3
*
extruder: Initial support for "smoothed pressure advance"
Kevin O'Connor
2019-11-21
1
-0
/
+3
*
usb_cdc: Report the MCU name instead of "Klipper firmware"
Kevin O'Connor
2019-11-21
1
-0
/
+4
*
stepper_enable: Remove ability to use a list of pins in enable_pin
Kevin O'Connor
2019-11-12
1
-1
/
+3
*
tmc: Remove virtual_enable support and replace with automatic support
Kevin O'Connor
2019-11-12
1
-0
/
+5
*
extruder: Consistently use "extruder" for the primary extruder
Kevin O'Connor
2019-11-07
1
-0
/
+7
*
docs: Update Config_Change.md with safe_z_homing change
Kevin O'Connor
2019-10-03
1
-0
/
+3
*
safe_z_home: Hop only if necessary and add option to move xy back
Master92
2019-09-18
1
-0
/
+4
*
dotstar: Initial support for "dotstar" LEDs
Kevin O'Connor
2019-08-06
1
-0
/
+2
*
mcp4728: Update to better match printrbot revf requirements
Kevin O'Connor
2019-07-26
1
-0
/
+4
*
firmware_retract: Remove z_hop support
Kevin O'Connor
2019-07-10
1
-0
/
+4
*
probe: Rework the PROBE_ACCURACY command parameters
Kevin O'Connor
2019-07-10
1
-0
/
+4
*
docs: Update for latest changs to skew_correction
Arksine
2019-06-29
1
-0
/
+5
*
gcode_macro: Parse variable_X parameters using ast.literal_eval()
Kevin O'Connor
2019-06-07
1
-0
/
+5
[next]