Commit Graph

  • f91a49c65d docs: Note how to handle odd corner in Pressure_Advance.md Kevin O'Connor 2017-05-25 13:38:34 -04:00
  • 4b8ad3fc03 docs: Add a prerequisites section to Pressure_advance.md Kevin O'Connor 2017-05-22 12:32:20 -04:00
  • e8aabbb40b docs: Add Todo item for supporting custom fan and pin config sections Kevin O'Connor 2017-05-22 11:55:41 -04:00
  • 02a5fa2c79 config: Make it clear the "fan" section represents the print cooling fan Kevin O'Connor 2017-05-21 11:48:11 -04:00
  • 944c121a00 config: Add periods to end of sentences in example configs Kevin O'Connor 2017-05-21 11:47:09 -04:00
  • c9b6662138 pru: Add support for ADC input Kevin O'Connor 2017-05-11 14:53:00 -04:00
  • b85755c0ff pru: Move communication code to second PRU Kevin O'Connor 2017-05-16 13:41:44 -04:00
  • b6f24e78ac pyhelper: Fix GETHEX() macro used in dump_string() debugging Kevin O'Connor 2017-05-17 01:12:30 -04:00
  • fc24aa041b pins: Add pin mappings for Beaglebone boards Kevin O'Connor 2017-05-15 11:26:42 -04:00
  • c9b44b5bb6 serialhdl: Support working with pseudo serial devices Kevin O'Connor 2017-05-08 10:29:59 -04:00
  • 2255176228 pru: Initial support for the Beaglebone PRU Kevin O'Connor 2017-05-06 21:47:04 -04:00
  • ccaa25eaa5 pru: Add initial pru_rpmsg library code for Beaglebone PRU Kevin O'Connor 2017-05-07 21:19:10 -04:00
  • 969ee4c8f9 irq: Add an irq_poll() stub for board code Kevin O'Connor 2017-05-07 00:09:11 -04:00
  • c35278e217 build: Avoid using noinline in common code Kevin O'Connor 2017-05-11 11:56:11 -04:00
  • 039d3f0523 stepper: It is not necessary to ensure gpio_out_write value is 0 or 1 Kevin O'Connor 2017-05-11 14:01:06 -04:00
  • d56f8407a5 debugcmds: Move debugging commands from basecmd.c to new file Kevin O'Connor 2017-05-13 12:23:54 -04:00
  • 142b92b883 command: Use "i" instead of "m" constraint in _DECL_REQUEST_ID Kevin O'Connor 2017-05-09 15:48:36 -04:00
  • c292006421 gpiocmds: Change MAX_SOFT_PWM from 255 to 256 Kevin O'Connor 2017-05-07 17:48:23 -04:00
  • 5c4cc0d646 pwmcmds: Export the maximum PWM value Kevin O'Connor 2017-05-07 17:33:45 -04:00
  • a361b92184 gpio: Fix off-by-one in declaration of ADC_MAX Kevin O'Connor 2017-05-07 17:36:02 -04:00
  • 37572bc217 command: Only implement 16bit signed conversion on AVR Kevin O'Connor 2017-05-07 17:15:16 -04:00
  • 233adfe660 build: Add __visible to variables in compile_time_request.c Kevin O'Connor 2017-05-07 17:02:40 -04:00
  • 450c14b286 build: Rename makefile CFLAGS-y to CFLAGS and LDFLAGS-y to CFLAGS_klipper.elf Kevin O'Connor 2017-05-07 16:51:46 -04:00
  • 33dfc386c9 avr: Merge misc.c into main.c Kevin O'Connor 2017-05-07 14:08:34 -04:00
  • f331936969 basecmd: Avoid calling malloc() from main code Kevin O'Connor 2017-05-06 22:29:08 -04:00
  • 8f1d0c2a7c docs: Note version 0.4.0 release Kevin O'Connor 2017-04-29 13:38:44 -04:00
  • 02549c9299 docs: Make it clear a RESTART is likely needed in Installation document Kevin O'Connor 2017-05-03 11:14:23 -04:00
  • 98f2adbcb5 extruder: Rework maximum retraction check Kevin O'Connor 2017-05-02 08:57:38 -04:00
  • c9d21574d8 gcode: Check for invalid speeds Kevin O'Connor 2017-05-01 18:04:33 -04:00
  • 253517096e extruder: Extend over extrusion checks to retractions Kevin O'Connor 2017-05-02 07:50:58 -04:00
  • 0fa35254c6 msgproto: Wrap strings passed via output() in repr() Kevin O'Connor 2017-05-02 07:44:33 -04:00
  • fc9fb7473c gcode: Don't report an error if turning off an unknown fan or heater Kevin O'Connor 2017-05-01 14:58:07 -04:00
  • 31ca2331d2 queuelogger: Add critical information to each logfile on rollover Kevin O'Connor 2017-05-01 13:44:06 -04:00
  • b5062a07d1 docs: Recommend users stop klipper before flashing the micro-controller Kevin O'Connor 2017-05-01 12:08:45 -04:00
  • 4112007314 docs: Reword XY+Z delta moves in Kinematics Kevin O'Connor 2017-05-01 11:57:15 -04:00
  • a3162b17d9 docs: Use only single space at start of new sentence Kevin O'Connor 2017-05-01 11:36:07 -04:00
  • e177d4f70d docs: Reword smoothed look-ahead description in Kinematics Kevin O'Connor 2017-05-01 11:27:14 -04:00
  • 631b0e6c37 docs: Improve wording of slow lookahead description Kevin O'Connor 2017-04-27 15:48:56 -04:00
  • a7f339ad1c docs: Improve documentation for those starting in docs/ Kevin O'Connor 2017-04-27 15:31:48 -04:00
  • c1c0b2dd38 docs: Avoid using "firmware" in the documentation Kevin O'Connor 2017-04-27 15:14:11 -04:00
  • d7a1111955 docs: Add backticks around commands in Firmware Commands Kevin O'Connor 2017-04-27 12:06:52 -04:00
  • d73340474b docs: Use "look-ahead" instead of "lookahead" in Code Overview Kevin O'Connor 2017-04-27 12:02:15 -04:00
  • 4f7237de44 docs: Update Firmware Commands document with an integer example Kevin O'Connor 2017-04-27 11:50:50 -04:00
  • 4096745a58 docs: Use a markdown link to docs/prints/square.stl Kevin O'Connor 2017-04-27 11:34:52 -04:00
  • a97e074022 docs: Kinematics document image updates Kevin O'Connor 2017-04-27 11:19:30 -04:00
  • 917c6aa94a docs: Todo updates Kevin O'Connor 2017-04-27 09:52:38 -04:00
  • 05bd6fda7e config: Add a sample config file for RAMBo boards Kevin O'Connor 2017-04-26 11:51:40 -04:00
  • 7c78de989d config: Add a sample config file for RAMPS boards Kevin O'Connor 2017-04-26 11:40:00 -04:00
  • 35a6d9ba87 gcode: Sort the order of commands in HELP Kevin O'Connor 2017-04-26 10:44:22 -04:00
  • c63754fc32 gcode: Limit build_handlers() method to just building available commands Kevin O'Connor 2017-04-25 18:34:15 -04:00
  • ccb93068fe msgproto: Rework dump() so it also works with params Kevin O'Connor 2017-04-25 11:15:15 -04:00
  • a6fe355801 console: Automatically convert float values to int during evaluation Kevin O'Connor 2017-04-25 11:19:35 -04:00
  • fe11c3e348 console: Use stdout.write() instead of print Kevin O'Connor 2017-04-25 11:16:02 -04:00
  • 56d4422d31 docs: Reword alternate linux machine in installation instructions Kevin O'Connor 2017-04-24 09:39:40 -04:00
  • e507848a8f docs: Remove "experimental" from descriptions Kevin O'Connor 2017-04-24 09:31:39 -04:00
  • 70599667cb docs: Installation updates Kevin O'Connor 2017-04-24 09:17:35 -04:00
  • 1878da228d build: Add workaround to suppress broken avr-gcc "misspelled" warnings Kevin O'Connor 2017-04-23 19:42:38 -04:00
  • 37865d69a2 basecmd: Add debugging commands for testing communication Kevin O'Connor 2017-04-23 11:05:09 -04:00
  • 83eba902a3 build: Support makefile rule with default flashing commands Kevin O'Connor 2017-04-21 11:01:07 -04:00
  • ec805aee2e scripts: Add octopi installation scripts Kevin O'Connor 2017-04-20 12:30:15 -04:00
  • 167b18b58f gcode: Ignore M21 command Kevin O'Connor 2017-04-20 10:11:10 -04:00
  • 4b1a530330 stepcompress: Simplify delta Z only move calculations Kevin O'Connor 2017-04-20 00:30:28 -04:00
  • 19ffaa9ff0 docs: Reword parts of the pressure advance kinematics description. Kevin O'Connor 2017-04-19 20:28:37 -04:00
  • 0f5167a407 docs: Misc image updates Kevin O'Connor 2017-04-19 19:55:50 -04:00
  • 563ab5caa5 docs: Add info on delta acceleration limits Kevin O'Connor 2017-04-19 19:46:41 -04:00
  • db5b5f121c docs: Add initial Pressure Advance tuning document Kevin O'Connor 2017-04-19 15:24:57 -04:00
  • 1f417a8441 docs: Update Todo - initial kinematic document written Kevin O'Connor 2017-04-15 22:59:34 -04:00
  • b74b09ea7a docs: Updates to Features document Kevin O'Connor 2017-04-15 22:52:36 -04:00
  • 2cce67ad84 docs: Add initial Kinematics document Kevin O'Connor 2017-04-15 15:22:50 -04:00
  • 2cb935c300 mcu: No need to log mcu_stats debugging Kevin O'Connor 2017-04-14 10:43:14 -04:00
  • b9623c1128 klippy: Don't log stats when the printer is idle Kevin O'Connor 2017-04-14 10:29:39 -04:00
  • 7a386cff7d mcu: Change "Synchronizing mcu clock" logging to debug Kevin O'Connor 2017-04-14 10:06:11 -04:00
  • 839725e3c5 queuelogger: Automatically roll log file Kevin O'Connor 2017-04-14 09:58:34 -04:00
  • 8920479f85 klippy: Remove CLEAR_SHUTDOWN command Kevin O'Connor 2017-04-13 14:53:41 -04:00
  • 4c25eae9b4 mcu: Make sure a FIRMWARE_RESTART actually resets the mcu Kevin O'Connor 2017-04-13 14:29:18 -04:00
  • a3a45b5037 docs: Update Todo - RPi power over USB now implemented Kevin O'Connor 2017-04-13 14:18:48 -04:00
  • dc645d76b4 docs: Reword and reformat parts of move code flow in Code_Overview Kevin O'Connor 2017-04-13 13:41:58 -04:00
  • daff83ee9a hub-ctrl: Add support for micro-controller reset via RPi usb power toggling Kevin O'Connor 2017-04-13 12:09:37 -04:00
  • 9f9e3e61d6 mcu: Support reset command Kevin O'Connor 2017-04-02 23:18:16 -04:00
  • 1592395036 reactor: Fix bug causing end() to not always work Kevin O'Connor 2017-04-13 13:12:46 -04:00
  • 8491b1f86a docs: Update Features document with latest performance benchmarks Kevin O'Connor 2017-04-11 13:53:33 -04:00
  • a7b4d70cc6 docs: Add documentation on how to run the graphstats.py script Kevin O'Connor 2017-04-11 13:41:11 -04:00
  • fa193e9618 graphstats: The times are no longer in UTC time Kevin O'Connor 2017-04-11 13:40:25 -04:00
  • 050008f3c8 docs: Update Debugging.md file with python virtual env setup Kevin O'Connor 2017-04-11 12:49:12 -04:00
  • 70e53cb080 docs: Update Firmware_Commands with recent end stop changes Kevin O'Connor 2017-04-11 12:36:29 -04:00
  • 7b03b04c78 klippy: Support minimum/maximum value checks on configuration variables Kevin O'Connor 2017-04-11 11:37:09 -04:00
  • 7a7b98cc31 sam3x8e: Rework adc pin search to be more clear Kevin O'Connor 2017-04-11 09:56:08 -04:00
  • 15d5837322 avr: Rework adc and pwm pin search to be more clear Kevin O'Connor 2017-04-10 17:46:45 -04:00
  • f9ebb8b23e avr: Move code around in gpio.c Kevin O'Connor 2017-04-10 17:38:52 -04:00
  • 77b94451de avr: Fix irqstatus_t typo in gpio_pwm_setup Kevin O'Connor 2017-04-10 17:28:15 -04:00
  • ca6245e974 docs: Update Code Overview document with code flow for a typical move Kevin O'Connor 2017-04-10 17:47:38 -04:00
  • 1cdddeec30 stepcompress: Add comment on common suffixes and units Kevin O'Connor 2017-04-07 20:20:34 -04:00
  • 657c908f88 stepcompress: Modify check_expand() into check_push() Kevin O'Connor 2017-04-07 19:05:04 -04:00
  • d7a0e22d59 stepcompress: Remove step_dist from stepcompress_push_delta() Kevin O'Connor 2017-04-07 11:55:26 -04:00
  • 33b809714f delta: Do reverse direction checking in C code Kevin O'Connor 2017-04-07 11:47:24 -04:00
  • b915a2ad7d delta: Make it clear that a "virtual tower" is created Kevin O'Connor 2017-04-06 11:09:08 -04:00
  • 85ed5cef7f stepcompress: Merge stepcompress_delta_const and stepcompress_delta_accel Kevin O'Connor 2017-04-07 10:49:14 -04:00
  • df42b0d1ac stepcompress: Pass delta velocity and acceleration directly to C code Kevin O'Connor 2017-04-04 21:59:28 -04:00
  • 98add22891 stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const() Kevin O'Connor 2017-04-07 12:51:52 -04:00
  • 1d81bf5596 stepcompress: Pass constant velocity and acceleration directly to C code Kevin O'Connor 2017-04-04 19:54:32 -04:00