Commit graph

  • a7fb55ea6d Use GRID_MAX_POINTS. Some formatting Scott Lahteine 2017-05-12 06:48:15 -0500
  • e51b5774db Merge pull request #6699 from mtowara/patch-1 Scott Lahteine 2017-05-12 05:58:25 -0500
  • 056350d9bf Merge pull request #6656 from FHeilmann/fix_fwretract_pos_z_move Scott Lahteine 2017-05-12 05:56:08 -0500
  • 0d48fd4b6b Merge pull request #6697 from thinkyhead/bf_wednesday_cleanup Scott Lahteine 2017-05-12 05:33:21 -0500
  • 0e582bcfb7 Fix #6691 - redundant line in M665 Scott Lahteine 2017-05-12 05:17:38 -0500
  • 68ae7c8d7a Bugfix PRINTER_EVENT_LEDS Markus Towara 2017-05-12 12:13:23 +0200
  • ba29da56e0 Add disclaimer for verboten parameters Scott Lahteine 2017-05-12 01:19:08 -0500
  • 0696dda470 Cleanups to UBL_DELTA Scott Lahteine 2017-05-12 01:05:11 -0500
  • cbfca29522 M421 tweaks, just to use const Scott Lahteine 2017-05-12 00:00:27 -0500
  • 233f824dd6 Define GRID_MAX_POINTS Scott Lahteine 2017-05-11 23:22:35 -0500
  • b17e2d3dcd Apply const in Marlin_main.cpp Scott Lahteine 2017-05-11 23:22:58 -0500
  • 92fbea2906 Add some GCodes to the header of Marlin_main.cpp Scott Lahteine 2017-05-11 22:25:06 -0500
  • 94e90ca26c Tweak M80/M81 descriptions Scott Lahteine 2017-05-11 02:32:08 -0500
  • 301958b3e0 Simplify mfdoc, mfpub Scott Lahteine 2017-05-11 01:21:46 -0500
  • ee50dfaaf3 Adjust G26 arguments Scott Lahteine 2017-05-10 23:02:52 -0500
  • b0ba5cae73 Fix a spelling boo Scott Lahteine 2017-05-10 20:28:35 -0500
  • 91841d75c9 UBL_DELTA (#6695) oldmcg 2017-05-11 22:33:47 -0500
  • 445003dbb8 Merge pull request #6694 from bgort/g29p2b bgort 2017-05-11 20:44:43 -0400
  • f01a14e7d0 Merge pull request #6689 from bgort/m421mod bgort 2017-05-11 19:08:42 -0400
  • 5a5dba6fc8 UBL: Minor improvement to G29 P2 - allow H code value to override probing height - minor cleanups Brian 2017-05-11 18:09:31 -0400
  • ae676490c9 M421: Add 'adjust closest point' capability - Split M421 into separate versions for bilinear and ubl - Fix minor issue in G26 Brian 2017-05-11 12:10:38 -0400
  • 2819228d4f Merge pull request #6681 from thinkyhead/bf_better_mfpub Scott Lahteine 2017-05-10 23:05:47 -0500
  • 9a688d1456 Merge pull request #6682 from thinkyhead/bf_M80_s_arg Scott Lahteine 2017-05-10 20:29:01 -0500
  • b63e82f309 M421 Mesh Point Offset and misc. UBL clean up (#6685) Roxy-3D 2017-05-10 18:54:10 -0500
  • 539e0c2f31 "M80 S" to report the state of the PSU pin Pablo Ventura 2017-05-10 13:07:58 -0300
  • 60a4ca1182 Better mfpub Scott Lahteine 2017-05-10 17:43:39 -0500
  • df42428281 Merge pull request #6665 from bgort/font bgort 2017-05-10 17:30:51 -0400
  • 2604742191 Add proportional font adjustment ratio - update example configs Brian 2017-05-08 18:23:17 -0400
  • b3407a371b Merge pull request #6676 from bgort/g26zhop bgort 2017-05-10 17:12:05 -0400
  • c33d99c5b2 Merge pull request #6680 from bgort/g26repeat bgort 2017-05-10 17:11:34 -0400
  • 7325035aac Merge pull request #6637 from Tannoo/UBL_Menu_System_1.1 Bob-the-Kuhn 2017-05-10 15:54:48 -0500
  • f7a201b0d0 G26: Add 'Repeat' Option - Allows for specifying number of points to print/validate, using 'R' code like with G29 P4 Rx - Moved the code for Random to 'M' so we could be consistent with G29 P4 - G26 instructions indenting/cleanup Brian 2017-05-10 15:51:44 -0400
  • 9c5957fc77 G26: Add 0.5mm Z-bump between circles to minimize pattern scraping Brian 2017-05-10 15:19:06 -0400
  • bbb2b86c34 Merge pull request #6672 from bgort/ublmotion bgort 2017-05-10 14:23:07 -0400
  • 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 -0400
  • 66db6c3acc UBL Menu System 1.1 Tannoo 2017-05-07 21:38:03 -0600
  • efd93169e5 Merge pull request #6668 from bgort/pio3 bgort 2017-05-10 07:25:19 -0400
  • 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 -0400
  • 192db2ab1b Merge pull request #6666 from bgort/M100fix bgort 2017-05-10 07:03:59 -0400
  • 3b0127cf8e Fix compiler complaint related to M100 Brian 2017-05-09 21:45:44 -0400
  • 59ab971f81 Merge pull request #6658 from thinkyhead/bf_cleanup_tuesday Scott Lahteine 2017-05-09 16:22:48 -0500
  • 11104f177b Apply const in BABYSTEPPING Scott Lahteine 2017-05-09 12:36:37 -0500
  • 081bf1f879 Patch #else / #endif comments Scott Lahteine 2017-05-09 12:35:43 -0500
  • 9a364990d9 Update .gitignore Scott Lahteine 2017-05-09 12:24:40 -0500
  • e1e043d0d0 Merge pull request #6657 from thinkyhead/bf_cleanup_tuesday Scott Lahteine 2017-05-09 12:05:01 -0500
  • a9487c9443 Reduce redundancy in BLTOUCH conditionals Scott Lahteine 2017-05-09 11:51:46 -0500
  • 8d961b51cc Eliminate M100 compiler warnings? Scott Lahteine 2017-05-07 23:35:04 -0500
  • fe1fce5f56 DevIoT patch 2 Scott Lahteine 2017-05-09 11:28:39 -0500
  • efb9ce24d9 Merge pull request #6645 from tcm0116/bltouch_config bgort 2017-05-09 09:49:16 -0400
  • e2f07917ab Merge pull request #6644 from tcm0116/bltouch_menu bgort 2017-05-09 09:49:02 -0400
  • fe96376a73 Fix FWRetract with positive z-moves during retracted state Florian Heilmann 2017-05-09 13:54:57 +0200
  • 47cae2929f Patch platformio.ini to fix build error in DevIoT Scott Lahteine 2017-05-08 20:05:57 -0500
  • 5402eaf9bd Merge pull request #6647 from thinkyhead/bf_pwm_cleanup Scott Lahteine 2017-05-08 18:53:23 -0500
  • 911a87e006 Disable SCARA feedrate scaling by default Scott Lahteine 2017-05-08 14:41:03 -0500
  • f04d1096d4 Link to users in README.md Scott Lahteine 2017-05-08 14:00:38 -0500
  • 71396f77d3 Cleanups following recent commits Scott Lahteine 2017-05-08 14:09:37 -0500
  • dca48f0e63 Move platformio.ini back to Marlin folder - it works there Scott Lahteine 2017-05-08 14:14:11 -0500
  • a6dafb058e Small reduction in error code size Scott Lahteine 2017-05-08 13:58:09 -0500
  • a1e04942a2 Cleanup to software PWM variables Scott Lahteine 2017-04-20 14:04:26 -0500
  • a20d0794e6 Automatically define Z_MIN_PROBE_ENDSTOP_INVERTING for BLTouch Thomas Moore 2017-05-08 16:28:44 +0000
  • 3279337f47 Move BLTouch LCD menu from Main to Main/Control Thomas Moore 2017-05-08 15:21:01 +0000
  • 83b6bc8e05 Merge pull request #6638 from bgort/silentprobing2 bgort 2017-05-08 10:21:36 -0400
  • 6cb0fa4128 Cleanup previous implementation of new quiet probing Saves a few lines of code. Brian 2017-05-08 07:40:50 -0400
  • 4b7f8ad9c6 Merge pull request #6610 from bgort/pio-improvements2 bgort 2017-05-08 07:52:42 -0400
  • 232e8682d1 Merge pull request #6633 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-07 21:56:52 -0500
  • 56ca47ab9d Patch configuration temp units Scott Lahteine 2017-05-07 21:32:01 -0500
  • 421dd62800 Adjust spacing of "spaces" Scott Lahteine 2017-05-07 19:37:57 -0500
  • 26dba44cd3 Patch redundant lcd settings Scott Lahteine 2017-05-07 02:13:23 -0500
  • 34b5041576 Spacing adjustment, ubl_G29 Scott Lahteine 2017-05-07 01:29:37 -0500
  • 6c2e6ea38e Patch mfqp for use directly with MarlinDocumentation Scott Lahteine 2017-05-07 01:22:45 -0500
  • 1c4ed8b106 Note 5 extruders in config comments Scott Lahteine 2017-05-07 00:28:06 -0500
  • 6e4a5cc8c6 Patch missing const in temp_abs Scott Lahteine 2017-05-07 21:13:44 -0500
  • d35e2fda10 Merge pull request #6622 from bgort/silentprobing bgort 2017-05-07 21:33:44 -0400
  • 6ed52fb765 Adjust spacing in LSF Scott Lahteine 2017-05-07 19:11:52 -0500
  • 110afff415 More misc UBL fixes and update gMax examples (#6632) Roxy-3D 2017-05-07 19:02:24 -0500
  • d92fa40c62 misc. UBL fixes (#6631) Roxy-3D 2017-05-07 18:23:48 -0500
  • 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 -0400
  • 787fdc95bb Merge pull request #6623 from lrpirlet/AllowUBLG29ToWork bgort 2017-05-07 09:42:42 -0400
  • d66e9efac5 G29 P1 stops reporting Invalid location with this patch lrpirlet 2017-05-07 15:07:26 +0200
  • 8908b15471 Merge pull request #6614 from thinkyhead/bf_temp_units Scott Lahteine 2017-05-06 20:41:04 -0500
  • ce507deb9f Support temperature units in M503 Scott Lahteine 2017-05-06 19:41:50 -0500
  • a59066bca9 Various improvements - mostly UBL-related (#6607) bgort 2017-05-06 19:59:16 -0400
  • 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 -0400
  • bef9791ea3 Fix mfrb and mfpub Scott Lahteine 2017-05-05 14:14:13 -0500
  • 66bedc1a24 Merge pull request #6600 from thinkyhead/bugfix_first_fixes Scott Lahteine 2017-05-05 13:48:16 -0500
  • 77769e284f Edit configuration comments Scott Lahteine 2017-05-05 13:30:19 -0500
  • d14b068147 Tweak git helper scripts Scott Lahteine 2017-05-05 00:46:39 -0500
  • 6876e79d42 Tweak command index increment Scott Lahteine 2017-05-05 02:57:22 -0500
  • 7fcb5c1424 Minor fix in K8200 readme Scott Lahteine 2017-05-05 00:45:54 -0500
  • 0cc4b08b93 Merge pull request #6587 from zlowred/bugfix-1.1.x Scott Lahteine 2017-05-05 01:02:09 -0500
  • 267f3a03d9 Fixed USE_CONTROLLER_FAN #define usage Max Matveev 2017-05-04 23:38:29 +0200
  • ae7c602031 fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of SERIAL_PROTOCOL_F (#6584) bgort 2017-05-04 17:09:45 -0400
  • 3cd9af2409 bugfix-1.1.x ReadMe, Version, helper scripts Scott Lahteine 2017-05-04 03:22:17 -0500
  • c095ee9ce9 Readme Version 1.1.0 Scott Lahteine 2017-05-04 01:36:59 -0500
  • 28e597f945 Merge pull request #6570 from FHeilmann/patch-2 Scott Lahteine 2017-05-04 07:15:19 -0500
  • 15268770f5 Fix broken fwretract recovery extruder feedrate Florian Heilmann 2017-05-04 11:34:28 +0200
  • 58210c3a19 Merge pull request #6568 from thinkyhead/rc_bilinear_extension Scott Lahteine 2017-05-04 00:46:05 -0500
  • da08e11acd Add EXTRAPOLATE_BEYOND_GRID option to bilinear leveling Scott Lahteine 2017-05-04 00:19:07 -0500
  • 6834e36871 Merge pull request #6567 from thinkyhead/rc_sdcard_stop Scott Lahteine 2017-05-03 23:54:29 -0500
  • 399efd66ed Click to resume Scott Lahteine 2017-05-03 22:26:06 -0500