Commit Graph

  • ea906e4da7 Merge pull request #6810 from thinkyhead/bf_lcd_live_editing Scott Lahteine 2017-05-21 06:11:52 -05:00
  • c2ca85aeb2 Merge pull request #6811 from thinkyhead/bf_temp_float_stuff Scott Lahteine 2017-05-21 06:10:31 -05:00
  • 11fc9564c9 Add live editing option to LCD menu Scott Lahteine 2017-05-20 19:54:23 -05:00
  • 8a0a5cfccc Temp-related cosmetic changes Scott Lahteine 2017-05-21 04:49:25 -05:00
  • b29dbbd5e4 Use uint16_t for temps Scott Lahteine 2017-05-21 04:48:53 -05:00
  • ebcd1aaf88 Access hotend/bed temperatures as float Scott Lahteine 2017-05-21 04:46:31 -05:00
  • 0e1f0efc4b Merge pull request #6809 from thinkyhead/bf_G33_evolves Scott Lahteine 2017-05-20 20:12:36 -05:00
  • 6ce2b1ff4a G33 evolutionary changes Scott Lahteine 2017-05-20 19:23:39 -05:00
  • b3a38fd300 Clean up bugfix readme Scott Lahteine 2017-05-20 19:13:04 -05:00
  • 3c061a9f9a UBL tabs, whitespace, spelling, etc. Scott Lahteine 2017-05-15 18:46:07 -05:00
  • dc2d215355 Merge pull request #6791 from thinkyhead/bf_ubl_pringle Scott Lahteine 2017-05-19 07:50:58 -05:00
  • 75badae2f8 Disable PROBE_MANUALLY for UBL Scott Lahteine 2017-05-19 06:50:01 -05:00
  • 94a4af1d7f Merge pull request #6773 from thinkyhead/bf_lcd_patch_e5 Scott Lahteine 2017-05-18 15:26:55 -05:00
  • 5970fe72d1 Merge pull request #6782 from bgort/azteegtweak Scott Lahteine 2017-05-18 15:26:16 -05:00
  • 01f452c37c Tweak Azteeg X3 PRO _pins.h so Viki2 will work for those without a case light. - add comment explaining that the Panucatt Viki2 wiring diagram uses pin 44 Brian 2017-05-18 13:00:13 -04:00
  • 47245675fc Merge pull request #6777 from bgort/g7 bgort 2017-05-18 06:44:13 -04:00
  • e09b4ce4a5 Add checking Brian 2017-05-17 19:46:16 -04:00
  • 13599a73c7 Add G7 gcode command to move between UBL mesh points - can be augmented in the future to enable for other leveling systems Brian 2017-05-17 19:03:00 -04:00
  • e16743da45 Merge pull request #6775 from bgort/m421fix bgort 2017-05-17 17:42:35 -04:00
  • 43c24f0027 Fix recent regressions, &c. - fix broken M421 due to less-than-careful optimization - add HOME_AFTER_DEACTIVATE define to advanced config so not everyone has to rehome after steppers are deactivated - misc. cleanups (remove unused label, unused variables) Brian 2017-05-17 17:16:38 -04:00
  • 3843a5151a Patch LCD code for 5th extruder, EEPROM reset Scott Lahteine 2017-05-17 09:44:34 -05:00
  • 6c064bb7d6 Some probe_pt error-handling Scott Lahteine 2017-05-15 18:32:26 -05:00
  • aad1acc418 Merge pull request #6772 from bgort/meshstor bgort 2017-05-17 12:42:14 -04:00
  • 3370329751 Fix broken EEPROM save/load Brian 2017-05-11 10:48:16 -04:00
  • f0fe26c411 Ensure Arduino.h and configs are included for serial.cpp Scott Lahteine 2017-05-17 05:07:35 -05:00
  • ffb5353294 Merge pull request #6738 from thinkyhead/bf_config_crc_rebase Scott Lahteine 2017-05-17 04:44:00 -05:00
  • e806e6419a Merge pull request #6768 from thinkyhead/rc_spindle_m3_m5 Scott Lahteine 2017-05-17 04:39:32 -05:00
  • d6f49c6626 Merge pull request #6752 from jdelahayes/bugfix-1.1.x Scott Lahteine 2017-05-17 04:32:28 -05:00
  • 55a87da036 SPINDLE/LASER implementation Scott Lahteine 2017-04-07 13:52:45 -05:00
  • ffe0e2d19a SPINDLE/LASER pins changes Scott Lahteine 2017-04-07 13:52:21 -05:00
  • 99c4900a98 SPINDLE/LASER config changes Scott Lahteine 2017-04-07 13:52:05 -05:00
  • a3abfeac47 Mark strings needing translation Scott Lahteine 2017-05-16 19:52:41 -05:00
  • 7f4e4b1212 UBL name/state methods Scott Lahteine 2017-05-16 02:34:36 -05:00
  • 7852369987 Implement CRC16, develop mesh allocation table Brian 2017-05-06 21:00:56 -04:00
  • 00d358d92d Fix a PROBE_MANUALLY bug in ultralcd.cpp Scott Lahteine 2017-05-16 04:24:22 -05:00
  • 13a06711ad Add a Travis test for UBL + DELTA Scott Lahteine 2017-05-16 04:09:34 -05:00
  • 4dc49f8424 Merge pull request #6762 from thinkyhead/bf_noz_vs_ext_servo Scott Lahteine 2017-05-16 19:53:07 -05:00
  • c2321b1cdd Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER fixoid 2017-05-12 22:09:40 +03:00
  • 455a24f6ff Merge pull request #6764 from thinkyhead/bf_cleanups_tuesday Scott Lahteine 2017-05-16 19:13:15 -05:00
  • 238fb53617 Patch home_all_axes to ignore G28 XYZ parameters Scott Lahteine 2017-05-16 16:18:38 -05:00
  • 6b6630e11b Clean up trailing whitespace and tabs Scott Lahteine 2017-05-16 15:25:30 -05:00
  • d30e478f97 Fix incorrectly optimized find_closest_mesh_point_of_type() function (#6761) Roxy-3D 2017-05-16 15:24:24 -05:00
  • 5a9e52a3e0 Use COPY_XYZE macro to copy exactly 4 elements (#6758) oldmcg 2017-05-16 11:47:51 -05:00
  • 8606644343 M48 Fix for Delta Configuration Files & UBL G29 only homes when necessary (#6757) Roxy-3D 2017-05-16 11:23:50 -05:00
  • 0cd398c25d UBL Menu Updates (#6751) Tannoo 2017-05-16 07:45:31 -06:00
  • a5737cba7c Update french language Johann Delahayes 2017-05-16 12:27:42 +02:00
  • 0fef9a2983 Remove "ubl." prefix from calls within ubl method Scott Lahteine 2017-05-16 01:19:31 -05:00
  • 14a4257c7b UBL tabs, whitespace, spelling, etc. Scott Lahteine 2017-05-15 18:46:07 -05:00
  • 56e2e331ed UBL G29: replace 'O' with 'T' Scott Lahteine 2017-05-15 23:20:09 -05:00
  • 091f94a6bf Fix up M421 and some comments Scott Lahteine 2017-05-13 00:43:12 -05:00
  • 4ec4ecff1a Reduce find_closest_mesh_point_of_type a little Scott Lahteine 2017-05-15 21:09:06 -05:00
  • f1a1c6873e Patch lcd_implementation_status_screen compiler warning Scott Lahteine 2017-05-14 00:12:09 -05:00
  • 2266c0780d fixed spanish lang moebyusDev 2017-05-12 17:44:53 +02:00
  • b213a45efb UBL_DELTA post merge cleanup (#6705) oldmcg 2017-05-16 00:30:29 -05:00
  • 6f86c46fa6 Fix typo that caused scope issues for DELTA (#6750) Roxy-3D 2017-05-15 23:13:45 -05:00
  • 1fbcbc05f6 UBL no longer flout's the sacred GCode standard (#6745) Roxy-3D 2017-05-15 16:25:01 -05:00
  • c262ea92e0 Merge pull request #6733 from abusca/Euskera Scott Lahteine 2017-05-15 02:30:11 -05:00
  • b17bcd56da Merge pull request #6736 from thinkyhead/bf_axis_unhomed Scott Lahteine 2017-05-14 17:20:04 -05:00
  • 267f77b18b More constraint on axis_unhomed_error Scott Lahteine 2017-05-14 15:57:37 -05:00
  • 645096b87a Updated Basque translation Aaron Busca 2017-05-14 18:29:50 +02:00
  • 40d95a4e23 Update the gMax files to display better with Proportional Fonts (#6727) Roxy-3D 2017-05-13 16:33:04 -05:00
  • c06af63f87 G26's default behaviour ought to be the entire mesh (#6726) Roxy-3D 2017-05-13 15:53:44 -05:00
  • 15040821e0 Setup FolgerTech-i3-2020 files better for the user (#6724) Roxy-3D 2017-05-13 15:14:03 -05:00
  • 2da4398fb5 Merge pull request #6716 from thinkyhead/bf_ubl_prepare_move Scott Lahteine 2017-05-13 06:22:03 -05:00
  • 67c9b1e332 Update M665 comment, fix M665 code_value code. Scott Lahteine 2017-05-13 05:11:29 -05:00
  • 37399e3cb5 Fix prepare_move_to_destination_cartesian for UBL Scott Lahteine 2017-05-13 04:09:21 -05:00
  • a7fb55ea6d Use GRID_MAX_POINTS. Some formatting Scott Lahteine 2017-05-12 06:48:15 -05:00
  • e51b5774db Merge pull request #6699 from mtowara/patch-1 Scott Lahteine 2017-05-12 05:58:25 -05:00
  • 056350d9bf Merge pull request #6656 from FHeilmann/fix_fwretract_pos_z_move Scott Lahteine 2017-05-12 05:56:08 -05:00
  • 0d48fd4b6b Merge pull request #6697 from thinkyhead/bf_wednesday_cleanup Scott Lahteine 2017-05-12 05:33:21 -05:00
  • 0e582bcfb7 Fix #6691 - redundant line in M665 Scott Lahteine 2017-05-12 05:17:38 -05:00
  • 68ae7c8d7a Bugfix PRINTER_EVENT_LEDS Markus Towara 2017-05-12 12:13:23 +02:00
  • ba29da56e0 Add disclaimer for verboten parameters Scott Lahteine 2017-05-12 01:19:08 -05:00
  • 0696dda470 Cleanups to UBL_DELTA Scott Lahteine 2017-05-12 01:05:11 -05:00
  • cbfca29522 M421 tweaks, just to use const Scott Lahteine 2017-05-12 00:00:27 -05:00
  • 233f824dd6 Define GRID_MAX_POINTS Scott Lahteine 2017-05-11 23:22:35 -05:00
  • b17e2d3dcd Apply const in Marlin_main.cpp Scott Lahteine 2017-05-11 23:22:58 -05:00
  • 92fbea2906 Add some GCodes to the header of Marlin_main.cpp Scott Lahteine 2017-05-11 22:25:06 -05:00
  • 94e90ca26c Tweak M80/M81 descriptions Scott Lahteine 2017-05-11 02:32:08 -05:00
  • 301958b3e0 Simplify mfdoc, mfpub Scott Lahteine 2017-05-11 01:21:46 -05:00
  • ee50dfaaf3 Adjust G26 arguments Scott Lahteine 2017-05-10 23:02:52 -05:00
  • b0ba5cae73 Fix a spelling boo Scott Lahteine 2017-05-10 20:28:35 -05:00
  • 91841d75c9 UBL_DELTA (#6695) oldmcg 2017-05-11 22:33:47 -05:00
  • 445003dbb8 Merge pull request #6694 from bgort/g29p2b bgort 2017-05-11 20:44:43 -04:00
  • f01a14e7d0 Merge pull request #6689 from bgort/m421mod bgort 2017-05-11 19:08:42 -04:00
  • 5a5dba6fc8 UBL: Minor improvement to G29 P2 - allow H code value to override probing height - minor cleanups Brian 2017-05-11 18:09:31 -04:00
  • 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 -04:00
  • 2819228d4f Merge pull request #6681 from thinkyhead/bf_better_mfpub Scott Lahteine 2017-05-10 23:05:47 -05:00
  • 9a688d1456 Merge pull request #6682 from thinkyhead/bf_M80_s_arg Scott Lahteine 2017-05-10 20:29:01 -05:00
  • b63e82f309 M421 Mesh Point Offset and misc. UBL clean up (#6685) Roxy-3D 2017-05-10 18:54:10 -05:00
  • 539e0c2f31 "M80 S" to report the state of the PSU pin Pablo Ventura 2017-05-10 13:07:58 -03:00
  • 60a4ca1182 Better mfpub Scott Lahteine 2017-05-10 17:43:39 -05:00
  • df42428281 Merge pull request #6665 from bgort/font bgort 2017-05-10 17:30:51 -04:00
  • 2604742191 Add proportional font adjustment ratio - update example configs Brian 2017-05-08 18:23:17 -04:00
  • b3407a371b Merge pull request #6676 from bgort/g26zhop bgort 2017-05-10 17:12:05 -04:00
  • c33d99c5b2 Merge pull request #6680 from bgort/g26repeat bgort 2017-05-10 17:11:34 -04:00
  • 7325035aac Merge pull request #6637 from Tannoo/UBL_Menu_System_1.1 Bob-the-Kuhn 2017-05-10 15:54:48 -05:00
  • 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 -04:00
  • 9c5957fc77 G26: Add 0.5mm Z-bump between circles to minimize pattern scraping Brian 2017-05-10 15:19:06 -04:00
  • bbb2b86c34 Merge pull request #6672 from bgort/ublmotion bgort 2017-05-10 14:23:07 -04:00