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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Improve build when changing micro-controller architecture
Kevin O'Connor
2020-12-17
1
-18
/
+23
*
config: Fix bed thermistor in printer-sovol-sv01-2020.cfg
Kevin O'Connor
2020-12-15
1
-1
/
+1
*
heaters: Always register heater pin as a pwm pin
Kevin O'Connor
2020-12-15
2
-9
/
+4
*
config: Add example printer-twotrees-sapphire-plus-2020.cfg config
Pranas Kiziela
2020-12-15
2
-0
/
+100
*
heaters: add last pwm value to heater.get_status (#3621)
Stefan Dej
2020-12-13
2
-1
/
+5
*
docs: Fix board_pins link in Config_Changes.md
Kevin O'Connor
2020-12-13
1
-1
/
+1
*
tmc: Use configfile note_valid=False when inspecting stepper step_distance
Kevin O'Connor
2020-12-13
1
-1
/
+1
*
safe_z_home: Use configfile note_valid=False when inspecting z position_max
Kevin O'Connor
2020-12-13
1
-5
/
+5
*
probe: Use configfile note_valid=False when inspecting z position_min
Kevin O'Connor
2020-12-13
1
-2
/
+4
*
manual_probe: Use configfile note_valid=False when inspecting Z position_endstop
Kevin O'Connor
2020-12-13
5
-11
/
+13
*
hd44780: Make the 4-bit init sequence more robust
Kevin O'Connor
2020-12-12
1
-1
/
+1
*
bltouch: Recommend using a pullup on the sensor_pin
Kevin O'Connor
2020-12-11
2
-4
/
+7
*
gpiocmds: Merge digital output and soft pwm code
Kevin O'Connor
2020-12-10
3
-257
/
+137
*
ci-build: Report binary size during build tests
Kevin O'Connor
2020-12-10
1
-0
/
+1
*
temperature_mcu: Add enhanced support for monitoring mcu temperature
Kevin O'Connor
2020-12-10
3
-1
/
+172
*
stm32: Only use the HSI48 clock when doing "usb clock recovery"
Kevin O'Connor
2020-12-08
1
-1
/
+2
*
docs: Improve spi and i2c description in Config_Reference.md
Kevin O'Connor
2020-12-08
1
-50
/
+88
*
docs: Minor wording change to thermistors in Config_Reference.md
Kevin O'Connor
2020-12-07
1
-6
/
+7
*
heaters: Add a TEMPERATURE_WAIT command
Kevin O'Connor
2020-12-07
2
-2
/
+25
*
graphstats: Allow graphing of temperature_sensor logs
Kevin O'Connor
2020-12-07
1
-2
/
+2
*
temperature_sensor: Report temperature in stats
Kevin O'Connor
2020-12-06
1
-0
/
+3
*
docs: Group temperature sensors together in Config_Reference.md
Kevin O'Connor
2020-12-05
1
-160
/
+155
*
docs: Move micro-controller information together in Config_Reference.md
Kevin O'Connor
2020-12-05
1
-48
/
+46
*
pca9685: Use move queue for pwm updates
Kevin O'Connor
2020-12-04
2
-14
/
+60
*
gpiocmds: Use move queue for software pwm
Kevin O'Connor
2020-12-04
3
-44
/
+82
*
gpiocmds: Use move queue for digital output pins
Pascal Pieper
2020-12-04
3
-30
/
+77
*
pwmcmds: Use move queue for hard PWM
Pascal Pieper
2020-12-04
3
-15
/
+61
*
mcu: Support reserving move queue slots
Pascal Pieper
2020-12-04
1
-1
/
+6
*
stepper: Use a reusable interface to the "move queue"
Kevin O'Connor
2020-12-04
3
-31
/
+81
*
basecmd: Change "move queue empty" error to "move queue overflow"
Kevin O'Connor
2020-12-04
1
-1
/
+1
*
gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_out
Kevin O'Connor
2020-12-04
3
-27
/
+44
*
pru: Disable gpio mux configuration code
Kevin O'Connor
2020-12-04
1
-9
/
+19
*
docs: Add indentation to generated table-of-contents on klipper3d.org site
Kevin O'Connor
2020-12-03
1
-0
/
+10
*
docs: Simplify javascript link modification for external references
Kevin O'Connor
2020-12-03
1
-4
/
+3
*
docs: Add links to default display.cfg and menu.cfg in Config_Reference.md
Kevin O'Connor
2020-12-03
3
-2
/
+22
*
docs: Fix "github pages" rendering of pictures in Resonance_Compensation.md
Kevin O'Connor
2020-12-03
1
-3
/
+1
*
docs: Use relative links for files outside the docs/ directory
Kevin O'Connor
2020-12-03
7
-64
/
+58
*
docs: Yet again try to fix github-pages rendering of Command_Templates.md
Kevin O'Connor
2020-12-03
1
-2
/
+2
*
rpi_temperature: Don't read min_temp/max_temp directly from config
Kevin O'Connor
2020-12-03
2
-17
/
+3
*
rpi_temperature: New module to monitor RPi temperature (#3587)
Al
2020-12-03
4
-1
/
+112
*
docs: Fix github-pages rendering of Command_Templates.md (again)
Kevin O'Connor
2020-12-03
1
-2
/
+2
*
docs: Fix github-pages error in Command_Templates.md
Kevin O'Connor
2020-12-03
1
-0
/
+2
*
save_variables: Support saving variables to a disk file
Kevin O'Connor
2020-12-03
4
-0
/
+123
*
menu: modifications (#3262)
Janar Sööt
2020-12-03
2
-209
/
+166
*
docs: Clean up example values in Config_Reference.md
Kevin O'Connor
2020-12-02
1
-41
/
+41
*
docs: Update Command_Templates.md to note printer.controller_fan.speed
Kevin O'Connor
2020-12-01
1
-2
/
+3
*
serialhdl: Improve Python3 compatibility
Kevin O'Connor
2020-12-01
1
-1
/
+1
*
heater_fan: Fix typo causing excessive cpu usage
Kevin O'Connor
2020-12-01
2
-12
/
+10
*
controller_fan: Improve timing of fan commands
Kevin O'Connor
2020-12-01
1
-6
/
+11
*
heater_fan: Improve timing of fan commands
Kevin O'Connor
2020-12-01
1
-5
/
+10
[next]