Commit Graph

  • 4da14b14f4 UBL Cleanup/Bugfix - Fix bug in ubl_line_to_destination - Improve/fix output of some ubl.h functions Brian 2017-05-10 13:37:35 -04:00
  • 66db6c3acc UBL Menu System 1.1 Tannoo 2017-05-07 21:38:03 -06:00
  • efd93169e5 Merge pull request #6668 from bgort/pio3 bgort 2017-05-10 07:25:19 -04:00
  • f1cccd65c2 platformio.ini env_default=xxxxx has to match one of the labels in the env:xxxxx, otherwise nothing happens when you pio run Brian 2017-05-10 07:11:13 -04:00
  • 192db2ab1b Merge pull request #6666 from bgort/M100fix bgort 2017-05-10 07:03:59 -04:00
  • 3b0127cf8e Fix compiler complaint related to M100 Brian 2017-05-09 21:45:44 -04:00
  • 59ab971f81 Merge pull request #6658 from thinkyhead/bf_cleanup_tuesday Scott Lahteine 2017-05-09 16:22:48 -05:00
  • 11104f177b Apply const in BABYSTEPPING Scott Lahteine 2017-05-09 12:36:37 -05:00
  • 081bf1f879 Patch #else / #endif comments Scott Lahteine 2017-05-09 12:35:43 -05:00
  • 9a364990d9 Update .gitignore Scott Lahteine 2017-05-09 12:24:40 -05:00
  • e1e043d0d0 Merge pull request #6657 from thinkyhead/bf_cleanup_tuesday Scott Lahteine 2017-05-09 12:05:01 -05:00
  • a9487c9443 Reduce redundancy in BLTOUCH conditionals Scott Lahteine 2017-05-09 11:51:46 -05:00
  • 8d961b51cc Eliminate M100 compiler warnings? Scott Lahteine 2017-05-07 23:35:04 -05:00
  • fe1fce5f56 DevIoT patch 2 Scott Lahteine 2017-05-09 11:28:39 -05:00
  • efb9ce24d9 Merge pull request #6645 from tcm0116/bltouch_config bgort 2017-05-09 09:49:16 -04:00
  • e2f07917ab Merge pull request #6644 from tcm0116/bltouch_menu bgort 2017-05-09 09:49:02 -04:00
  • fe96376a73 Fix FWRetract with positive z-moves during retracted state Florian Heilmann 2017-05-09 13:54:57 +02:00
  • 47cae2929f Patch platformio.ini to fix build error in DevIoT Scott Lahteine 2017-05-08 20:05:57 -05:00
  • 5402eaf9bd Merge pull request #6647 from thinkyhead/bf_pwm_cleanup Scott Lahteine 2017-05-08 18:53:23 -05:00
  • 911a87e006 Disable SCARA feedrate scaling by default Scott Lahteine 2017-05-08 14:41:03 -05:00
  • f04d1096d4 Link to users in README.md Scott Lahteine 2017-05-08 14:00:38 -05:00
  • 71396f77d3 Cleanups following recent commits Scott Lahteine 2017-05-08 14:09:37 -05:00
  • dca48f0e63 Move platformio.ini back to Marlin folder - it works there Scott Lahteine 2017-05-08 14:14:11 -05:00
  • a6dafb058e Small reduction in error code size Scott Lahteine 2017-05-08 13:58:09 -05:00
  • a1e04942a2 Cleanup to software PWM variables Scott Lahteine 2017-04-20 14:04:26 -05:00
  • a20d0794e6 Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch Thomas Moore 2017-05-08 16:28:44 +00:00
  • 3279337f47 Move BLTouch LCD menu from Main to Main/Control Thomas Moore 2017-05-08 15:21:01 +00:00
  • 83b6bc8e05 Merge pull request #6638 from bgort/silentprobing2 bgort 2017-05-08 10:21:36 -04:00
  • 6cb0fa4128 Cleanup previous implementation of new quiet probing Saves a few lines of code. Brian 2017-05-08 07:40:50 -04:00
  • 4b7f8ad9c6 Merge pull request #6610 from bgort/pio-improvements2 bgort 2017-05-08 07:52:42 -04:00
  • 232e8682d1 Merge pull request #6633 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-07 21:56:52 -05:00
  • 56ca47ab9d Patch configuration temp units Scott Lahteine 2017-05-07 21:32:01 -05:00
  • 421dd62800 Adjust spacing of "spaces" Scott Lahteine 2017-05-07 19:37:57 -05:00
  • 26dba44cd3 Patch redundant lcd settings Scott Lahteine 2017-05-07 02:13:23 -05:00
  • 34b5041576 Spacing adjustment, ubl_G29 Scott Lahteine 2017-05-07 01:29:37 -05:00
  • 6c2e6ea38e Patch mfqp for use directly with MarlinDocumentation Scott Lahteine 2017-05-07 01:22:45 -05:00
  • 1c4ed8b106 Note 5 extruders in config comments Scott Lahteine 2017-05-07 00:28:06 -05:00
  • 6e4a5cc8c6 Patch missing const in temp_abs Scott Lahteine 2017-05-07 21:13:44 -05:00
  • d35e2fda10 Merge pull request #6622 from bgort/silentprobing bgort 2017-05-07 21:33:44 -04:00
  • 6ed52fb765 Adjust spacing in LSF Scott Lahteine 2017-05-07 19:11:52 -05:00
  • 110afff415 More misc UBL fixes and update gMax examples (#6632) Roxy-3D 2017-05-07 19:02:24 -05:00
  • d92fa40c62 misc. UBL fixes (#6631) Roxy-3D 2017-05-07 18:23:48 -05:00
  • faa270071d Improve BLTOUCH_HEATERS_OFF functionality - rename to PROBING_HEATERS_OFF - move heater pausing functionality into thermalManager - add variables, pause(), ispaused(), other functions - add fan pausing functionality -> PROBING_FANS_OFF - add probing_pause() wrapper - move pausing into do_homing_move() and do_probe_move() to minimize quiet time and so other probe types can benefit - example configs Brian 2017-05-07 07:06:06 -04:00
  • 787fdc95bb Merge pull request #6623 from lrpirlet/AllowUBLG29ToWork bgort 2017-05-07 09:42:42 -04:00
  • d66e9efac5 G29 P1 stops reporting Invalid location with this patch lrpirlet 2017-05-07 15:07:26 +02:00
  • 8908b15471 Merge pull request #6614 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-06 20:41:04 -05:00
  • ce507deb9f Support temperature units in M503 Scott Lahteine 2017-05-06 19:41:50 -05:00
  • a59066bca9 Various improvements - mostly UBL-related (#6607) bgort 2017-05-06 19:59:16 -04:00
  • 0446dd3ad8 PlatformIO-related changes - move platformio.ini out of source directory to be more consistent with 'normal' PlatformIO usage - facilitates IDE integration - add related .gitignores Brian 2017-05-06 06:17:07 -04:00
  • bef9791ea3 Fix mfrb and mfpub Scott Lahteine 2017-05-05 14:14:13 -05:00
  • 66bedc1a24 Merge pull request #6600 from thinkyhead/bugfix_first_fixes Scott Lahteine 2017-05-05 13:48:16 -05:00
  • 77769e284f Edit configuration comments Scott Lahteine 2017-05-05 13:30:19 -05:00
  • d14b068147 Tweak git helper scripts Scott Lahteine 2017-05-05 00:46:39 -05:00
  • 6876e79d42 Tweak command index increment Scott Lahteine 2017-05-05 02:57:22 -05:00
  • 7fcb5c1424 Minor fix in K8200 readme Scott Lahteine 2017-05-05 00:45:54 -05:00
  • 0cc4b08b93 Merge pull request #6587 from zlowred/bugfix-1.1.x Scott Lahteine 2017-05-05 01:02:09 -05:00
  • 267f3a03d9 Fixed USE_CONTROLLER_FAN #define usage Max Matveev 2017-05-04 23:38:29 +02:00
  • ae7c602031 fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F (#6584) bgort 2017-05-04 17:09:45 -04:00
  • 3cd9af2409 bugfix-1.1.x ReadMe, Version, helper scripts Scott Lahteine 2017-05-04 03:22:17 -05:00
  • c095ee9ce9 Readme Version 1.1.0 Scott Lahteine 2017-05-04 01:36:59 -05:00
  • 28e597f945 Merge pull request #6570 from FHeilmann/patch-2 Scott Lahteine 2017-05-04 07:15:19 -05:00
  • 15268770f5 Fix broken fwretract recovery extruder feedrate Florian Heilmann 2017-05-04 11:34:28 +02:00
  • 58210c3a19 Merge pull request #6568 from thinkyhead/rc_bilinear_extension Scott Lahteine 2017-05-04 00:46:05 -05:00
  • da08e11acd Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling Scott Lahteine 2017-05-04 00:19:07 -05:00
  • 6834e36871 Merge pull request #6567 from thinkyhead/rc_sdcard_stop Scott Lahteine 2017-05-03 23:54:29 -05:00
  • 399efd66ed Click to resume Scott Lahteine 2017-05-03 22:26:06 -05:00
  • 1196e3ca59 SDCard print completion can use "M0" Scott Lahteine 2017-05-03 22:14:40 -05:00
  • 6854f08d22 Shut down autotemp in disable_all_heaters Scott Lahteine 2017-05-03 20:43:00 -05:00
  • acec237092 Shutdown heaters and fan after canceling a print from the SD card Thomas Moore 2017-05-02 18:41:26 -05:00
  • 11b6a3cbb6 Fix regression in least_squares_fit.cpp Scott Lahteine 2017-05-03 19:21:44 -05:00
  • e1b85ff67b Merge pull request #6559 from thinkyhead/rc_more_optimal Scott Lahteine 2017-05-03 19:07:36 -05:00
  • 9890141f7b M100 tweak Scott Lahteine 2017-05-03 17:28:09 -05:00
  • 2658cc707a Treat temperature as integer, when possible Scott Lahteine 2017-05-03 17:12:14 -05:00
  • 1b2c7ec20a Make G26 compatible with inches and thermal unit modes Scott Lahteine 2017-05-03 17:10:44 -05:00
  • 241bdffe65 Dress up Bilinear Leveling code Scott Lahteine 2017-05-03 01:47:16 -05:00
  • 67ecf06cc4 Patch issue in gcode_M900 Scott Lahteine 2017-05-03 15:26:00 -05:00
  • de5e485ed7 Explicit upward angle solution Scott Lahteine 2017-05-03 01:19:44 -05:00
  • ecdf68735f Compact smart_fill_mesh slightly Scott Lahteine 2017-05-03 01:06:53 -05:00
  • 628391304f Merge pull request #6552 from thinkyhead/rc_more_ubl_cleanup Scott Lahteine 2017-05-02 22:46:04 -05:00
  • 902fe76db9 Merge pull request #6556 from thinkyhead/rc_use_controller_fan Scott Lahteine 2017-05-02 22:43:26 -05:00
  • 7ba7474a73 Drop extra parens from address-of operator Scott Lahteine 2017-05-02 19:16:18 -05:00
  • 0bf5add075 Use UBL_MESH_(MIN|MAX)_[XY] for G29 move limits Scott Lahteine 2017-05-02 18:57:22 -05:00
  • b8ba3b7647 Use 'sq' macro where possible Scott Lahteine 2017-05-02 18:51:23 -05:00
  • 66eba3346b Remove G29 lcd control debugging Scott Lahteine 2017-05-02 18:31:32 -05:00
  • 3517154135 Reduce code size, fix bug in smart_fill_mesh Scott Lahteine 2017-05-02 17:42:15 -05:00
  • c4e34adcf1 Apply formatting, coding standards to UBL Scott Lahteine 2017-05-02 17:41:55 -05:00
  • f4239e62b1 Merge pull request #6557 from thinkyhead/rc_hotend_status_item Scott Lahteine 2017-05-02 22:04:21 -05:00
  • fc857c5b78 Merge pull request #6549 from thinkyhead/rc_bltouch_refix Scott Lahteine 2017-05-02 21:53:09 -05:00
  • b39f634252 Continuously update LCD when hotend status is displayed in Filament Change screens Thomas Moore 2017-05-02 18:44:37 -05:00
  • 2c13922c46 Implement USE_CONTROLLER_FAN as a feature Scott Lahteine 2017-05-02 20:18:31 -05:00
  • 492bc536bf Modify debug methods to take PSTR Scott Lahteine 2017-05-02 16:46:11 -05:00
  • e5a27d9f36 G29 P2 & P4 bug fixes & improvements Bob-the-Kuhn 2017-04-30 00:43:28 -05:00
  • b93be716cf Remove trailing whitespace Scott Lahteine 2017-05-02 17:53:01 -05:00
  • 76eca9732d Fix mis-named language string define in Dutch Scott Lahteine 2017-05-02 16:08:09 -05:00
  • 806f670092 Merge pull request #6511 from Bob-the-Kuhn/UBL--G26-minor-improvements Scott Lahteine 2017-05-02 16:06:22 -05:00
  • 0803c9d997 Merge pull request #6533 from thinkyhead/rc_autocal_patches Scott Lahteine 2017-05-02 16:01:02 -05:00
  • 46a5cab6fb Merge pull request #6548 from thinkyhead/rc_fix_dual_z_endstops Scott Lahteine 2017-05-02 16:00:49 -05:00
  • ff5fed137f Fix BLTOUCH_HEATERS_OFF bug Brian 2017-05-01 17:10:39 -04:00
  • ca1dd739a3 Organize ubl.h defines by the files they serve Scott Lahteine 2017-05-02 13:50:36 -05:00
  • 0449f69179 Cleanup patch to recent merge Scott Lahteine 2017-05-02 01:06:25 -05:00