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
*
docs: Provide additional information on "make flash" failures
Kevin O'Connor
2017-12-11
4
-3
/
+28
*
pins: Fix atmega168/328 mappings
Kevin O'Connor
2017-12-09
1
-1
/
+2
*
delta: Default stepper_b/c position_endstop to stepper_a's
Kevin O'Connor
2017-12-08
3
-7
/
+20
*
delta: Support different arm lengths for each tower
Kevin O'Connor
2017-12-08
2
-26
/
+30
*
delta: Rework actuator_to_cartesian() using trilateration
Kevin O'Connor
2017-12-08
1
-26
/
+23
*
mcu: Store MCU_stepper commanded_pos as a float
Kevin O'Connor
2017-12-07
1
-7
/
+6
*
stepper: Only align the stepper motor to a full step when requested
Kevin O'Connor
2017-12-07
2
-1
/
+8
*
extractconfig: Add helper script that extracts config files from a log
Kevin O'Connor
2017-12-06
1
-0
/
+56
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
6
-21
/
+15
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
3
-10
/
+13
*
mcu: Remove unneeded MCU_digital_out.get_last_setting() method
Kevin O'Connor
2017-12-06
3
-9
/
+1
*
mcu: Reset the stepper step clock on init - not after each motor on
Kevin O'Connor
2017-12-06
2
-15
/
+8
*
mcu: Be sure all moves are completed before raising a home timeout
Kevin O'Connor
2017-12-06
1
-7
/
+6
*
homing: Make sure to clean up homing state even if homing fails
Kevin O'Connor
2017-12-06
2
-44
/
+53
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
6
-39
/
+40
*
mcu: Make sure steppers added to an endstop are on the same mcu
Kevin O'Connor
2017-12-06
1
-0
/
+2
*
mcu: Make sure all endstop objects are disabled on a reconnect
Kevin O'Connor
2017-12-06
1
-0
/
+3
*
gcode: Move SET_SERVO command from gcode.py to chipmisc.py
Kevin O'Connor
2017-12-06
3
-19
/
+25
*
gcode: Rework gcode handler setup to allow dynamic command registration
Kevin O'Connor
2017-12-06
1
-17
/
+21
*
gcode: Add a get_str() method
Kevin O'Connor
2017-12-06
1
-17
/
+10
*
gcode: Simplify exception handling
Kevin O'Connor
2017-12-06
2
-20
/
+21
*
gcode: Always allow M112 command
Kevin O'Connor
2017-12-06
1
-0
/
+1
*
klippy: Always recommend a FIRMWARE_RESTART on a shutdown event
Kevin O'Connor
2017-12-03
1
-6
/
+3
*
stepper: get_homed_offset() should return a float
Kevin O'Connor
2017-12-03
1
-2
/
+2
*
docs: Add a FAQ document
Kevin O'Connor
2017-11-30
3
-2
/
+108
*
stepcompress: Fix proactive queue flushing on move with 64K+ steps
Kevin O'Connor
2017-11-29
1
-16
/
+21
*
homing: Base homing cpu delay on estimated number of steps needed
Kevin O'Connor
2017-11-29
2
-4
/
+11
*
docs: Add further details on how to report a bug
Kevin O'Connor
2017-11-21
1
-3
/
+10
*
stepper: Support for multiple steppers controlling a single axis
Kevin O'Connor
2017-11-18
4
-4
/
+72
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
6
-21
/
+33
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
5
-35
/
+28
*
stepper: Remove unused variables from PrinterStepper class
Kevin O'Connor
2017-11-18
1
-4
/
+2
*
stepper: Additional code comments
Kevin O'Connor
2017-11-18
1
-5
/
+9
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
5
-8
/
+10
*
heater: Avoid math errors on extreme ADC readings
Kevin O'Connor
2017-11-13
1
-0
/
+1
*
config: List E1 micro-step pins in order in generic-rambo.cfg
Kevin O'Connor
2017-11-08
1
-1
/
+1
*
config: Add a generic-printrboard.cfg file
Kevin O'Connor
2017-10-30
1
-0
/
+76
*
graphstats: Fix graphing script
Kevin O'Connor
2017-10-29
1
-4
/
+6
*
docs: Note version 0.5.0 release
Kevin O'Connor
2017-10-25
1
-0
/
+20
*
config: Warn Beaglebone PRU users that pinmux settings are not updated
Kevin O'Connor
2017-10-25
2
-0
/
+12
*
docs: Update Installation document to recommend latest octoprint version
Kevin O'Connor
2017-10-25
1
-2
/
+2
*
linux: Remove unneeded includes from timer.c
Kevin O'Connor
2017-10-23
1
-2
/
+0
*
pru: Force load the ADC module during PRU startup
Kevin O'Connor
2017-10-18
1
-0
/
+3
*
pru: Don't reset the ADC reset complete flag if a shutdown occurs
Kevin O'Connor
2017-10-18
1
-1
/
+1
*
linux: Fix typo causing config_reset to not fully restart
Kevin O'Connor
2017-10-15
1
-1
/
+1
*
linux: Open watchdog device after console
Kevin O'Connor
2017-10-15
1
-7
/
+5
*
linux: Make sure to close fd on analog/pca9685 init failure
Kevin O'Connor
2017-10-14
2
-11
/
+17
*
pca9685: Fix missing devices_count increment
Kevin O'Connor
2017-10-13
1
-0
/
+1
*
clocksync: Start with adjusted_freq of 1.0
Kevin O'Connor
2017-10-13
1
-1
/
+1
*
serialhdl: Don't open port at 1200 baud
Kevin O'Connor
2017-10-12
2
-10
/
+10
[next]