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
*
config: Pin logic on MKS SGEN L generic config (#2606)
Willy Hsiao
2020-03-08
1
-8
/
+8
*
clocksync: Remove no longer used get_adjusted_freq() function
Kevin O'Connor
2020-03-06
2
-7
/
+0
*
mcu: Calculate homing rest_ticks via standard print_time_to_clock() call
Kevin O'Connor
2020-03-06
1
-1
/
+1
*
tmc_uart: Use nominal mcu frequency in baud calculation
Kevin O'Connor
2020-03-06
1
-1
/
+1
*
Revert "itersolve: Implement a step+dir+step filter"
Kevin O'Connor
2020-03-05
3
-85
/
+8
*
adc_temperature: Add builtin definition for PT1000 sensors
Kevin O'Connor
2020-03-05
3
-2
/
+29
*
config: Move BME description within example-extras.cfg
Kevin O'Connor
2020-03-05
1
-21
/
+21
*
armcm_boot: Additional code for broken bootloaders
clearchris
2020-03-04
1
-0
/
+9
*
stm32: Add support for a bootloader on stm32f0
Kevin O'Connor
2020-03-04
3
-2
/
+36
*
itersolve: Implement a step+dir+step filter
Kevin O'Connor
2020-03-04
3
-8
/
+85
*
itersolve: Reset bounds search on a direction change
Kevin O'Connor
2020-03-04
1
-2
/
+10
*
itersolve: Simplify main itersolve_gen_steps_range() loop
Kevin O'Connor
2020-03-04
1
-46
/
+42
*
stepcompress: Remove "queue append" abstraction
Kevin O'Connor
2020-03-04
3
-88
/
+35
*
tmc5160: Support setting GLOBALSCALER to fine tune current selection
Kevin O'Connor
2020-03-04
1
-4
/
+22
*
stm32: Revert "stm32: performance improvement for spi on stm32f0"
Kevin O'Connor
2020-03-04
1
-8
/
+4
*
stepper: Add some comments on s->position tracking
Kevin O'Connor
2020-03-04
1
-0
/
+5
*
docs: Minor updates to Code_Overview.md
Kevin O'Connor
2020-03-02
1
-14
/
+14
*
safe_z_home: Support note_z_not_homed() in kinematics (#2500)
David Smith
2020-03-01
4
-0
/
+11
*
config: Example for MMU2S DIY (#2566)
kakou-fr
2020-03-01
1
-0
/
+823
*
hall_filament_width_sensor: Added virtual runout sensor (#2535)
Denis Ignatenko
2020-03-01
3
-6
/
+53
*
docs: Minor wording change to Endstop_Phase.md
Kevin O'Connor
2020-03-01
1
-10
/
+10
*
stm32: Fix broken clock setup on stm32f1
Kevin O'Connor
2020-02-29
1
-2
/
+2
*
toolhead: Minor comment addition to calc_junction()
Kevin O'Connor
2020-02-28
1
-0
/
+2
*
heater: Fix misspelling of Celsius
Kevin O'Connor
2020-02-27
4
-18
/
+18
*
config: Update printer-seemecnc-rostock-max-v2-2015.cfg (#2561)
Angelol125
2020-02-25
1
-0
/
+22
*
bltouch: BTLOUCH V3.0/V3.1 Enable 5V/OD mode set commands (#2540)
FanDjango
2020-02-23
4
-1
/
+114
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
5
-56
/
+73
*
serialhdl: Convert queries to use new notify message ack system
Kevin O'Connor
2020-02-20
3
-35
/
+67
*
serialqueue: Support notification of when a command is processed
Kevin O'Connor
2020-02-20
4
-17
/
+79
*
serialqueue: Remove unused serialqueue_encode_and_send() function
Kevin O'Connor
2020-02-20
2
-19
/
+0
*
basecmd: No need for finalize_config command to send "config" response
Kevin O'Connor
2020-02-20
1
-2
/
+1
*
tmc: Revert incorrect changes to TPWMTHRS setting
Kevin O'Connor
2020-02-20
1
-26
/
+18
*
manual_stepper: Support ignoring errors on STOP_ON_ENDSTOP
Kevin O'Connor
2020-02-19
2
-10
/
+12
*
homing: Don't raise a TimeoutError from home_wait()
Kevin O'Connor
2020-02-19
5
-19
/
+9
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
4
-28
/
+26
*
reactor: Support multiple waiting timers on a single completion
Kevin O'Connor
2020-02-19
1
-5
/
+6
*
graph_extruder: Internal updates to graph calculation
Kevin O'Connor
2020-02-18
1
-48
/
+74
*
config: Fix minor typo in printer-lulzbot-taz6-2017.cfg
Kevin O'Connor
2020-02-18
1
-0
/
+1
*
config: Update TAZ6 configuration
Chris Lee
2020-02-18
1
-10
/
+56
*
probe: Don't allow errors to propagate from "gcode:command_error" event
Kevin O'Connor
2020-02-18
1
-2
/
+8
*
config: add mesh_min to printer-wanhao-duplicator-9-2018.cfg (#2525)
Matt Shirley
2020-02-17
1
-1
/
+1
*
menu: Set speed for move actions (#2520)
Christian S
2020-02-17
1
-9
/
+9
*
docs: Recommend RPi 2 or later in Installation.md
Kevin O'Connor
2020-02-17
1
-2
/
+1
*
filament_switch_sensor: Query "printing" status instead of tracking it
Kevin O'Connor
2020-02-17
1
-27
/
+9
*
filament_switch_sensor: Collapse event disable flags
Kevin O'Connor
2020-02-17
1
-12
/
+6
*
filament_switch_sensor: Minor optimization to note_filament_present()
Kevin O'Connor
2020-02-17
1
-5
/
+6
*
filament_switch_sensor: Add a get_status() method
Arksine
2020-02-17
1
-0
/
+3
*
filament_switch_sensor: Execute events using reactor callbacks
Arksine
2020-02-17
1
-4
/
+5
*
filament_switch_sensor: Replace BaseSensor with RunoutHelper
Arksine
2020-02-17
1
-62
/
+58
*
bltouch: Add support for stow_on_each_sample
FanDjango
2020-02-15
2
-8
/
+26
[next]