ea906e4da7Merge pull request #6810 from thinkyhead/bf_lcd_live_editing
Scott Lahteine
2017-05-21 06:11:52 -05:00
c2ca85aeb2Merge pull request #6811 from thinkyhead/bf_temp_float_stuff
Scott Lahteine
2017-05-21 06:10:31 -05:00
11fc9564c9Add live editing option to LCD menu
Scott Lahteine
2017-05-20 19:54:23 -05:00
8a0a5cfcccTemp-related cosmetic changes
Scott Lahteine
2017-05-21 04:49:25 -05:00
b29dbbd5e4Use uint16_t for temps
Scott Lahteine
2017-05-21 04:48:53 -05:00
ebcd1aaf88Access hotend/bed temperatures as float
Scott Lahteine
2017-05-21 04:46:31 -05:00
0e1f0efc4bMerge pull request #6809 from thinkyhead/bf_G33_evolves
Scott Lahteine
2017-05-20 20:12:36 -05:00
6ce2b1ff4aG33 evolutionary changes
Scott Lahteine
2017-05-20 19:23:39 -05:00
b3a38fd300Clean up bugfix readme
Scott Lahteine
2017-05-20 19:13:04 -05:00
3c061a9f9aUBL tabs, whitespace, spelling, etc.
Scott Lahteine
2017-05-15 18:46:07 -05:00
dc2d215355Merge pull request #6791 from thinkyhead/bf_ubl_pringle
Scott Lahteine
2017-05-19 07:50:58 -05:00
75badae2f8Disable PROBE_MANUALLY for UBL
Scott Lahteine
2017-05-19 06:50:01 -05:00
94a4af1d7fMerge pull request #6773 from thinkyhead/bf_lcd_patch_e5
Scott Lahteine
2017-05-18 15:26:55 -05:00
5970fe72d1Merge pull request #6782 from bgort/azteegtweak
Scott Lahteine
2017-05-18 15:26:16 -05:00
01f452c37cTweak 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
47245675fcMerge pull request #6777 from bgort/g7
bgort
2017-05-18 06:44:13 -04:00
e09b4ce4a5Add checking
Brian
2017-05-17 19:46:16 -04:00
13599a73c7Add 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
e16743da45Merge pull request #6775 from bgort/m421fix
bgort
2017-05-17 17:42:35 -04:00
43c24f0027Fix 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
3843a5151aPatch LCD code for 5th extruder, EEPROM reset
Scott Lahteine
2017-05-17 09:44:34 -05:00
6c064bb7d6Some probe_pt error-handling
Scott Lahteine
2017-05-15 18:32:26 -05:00
aad1acc418Merge pull request #6772 from bgort/meshstor
bgort
2017-05-17 12:42:14 -04:00
3370329751Fix broken EEPROM save/load
Brian
2017-05-11 10:48:16 -04:00
f0fe26c411Ensure Arduino.h and configs are included for serial.cpp
Scott Lahteine
2017-05-17 05:07:35 -05:00
ffb5353294Merge pull request #6738 from thinkyhead/bf_config_crc_rebase
Scott Lahteine
2017-05-17 04:44:00 -05:00
e806e6419aMerge pull request #6768 from thinkyhead/rc_spindle_m3_m5
Scott Lahteine
2017-05-17 04:39:32 -05:00
d6f49c6626Merge pull request #6752 from jdelahayes/bugfix-1.1.x
Scott Lahteine
2017-05-17 04:32:28 -05:00
55a87da036SPINDLE/LASER implementation
Scott Lahteine
2017-04-07 13:52:45 -05:00
ffe0e2d19aSPINDLE/LASER pins changes
Scott Lahteine
2017-04-07 13:52:21 -05:00
99c4900a98SPINDLE/LASER config changes
Scott Lahteine
2017-04-07 13:52:05 -05:00
a3abfeac47Mark strings needing translation
Scott Lahteine
2017-05-16 19:52:41 -05:00
7f4e4b1212UBL name/state methods
Scott Lahteine
2017-05-16 02:34:36 -05:00
7852369987Implement CRC16, develop mesh allocation table
Brian
2017-05-06 21:00:56 -04:00
00d358d92dFix a PROBE_MANUALLY bug in ultralcd.cpp
Scott Lahteine
2017-05-16 04:24:22 -05:00
13a06711adAdd a Travis test for UBL + DELTA
Scott Lahteine
2017-05-16 04:09:34 -05:00
4dc49f8424Merge pull request #6762 from thinkyhead/bf_noz_vs_ext_servo
Scott Lahteine
2017-05-16 19:53:07 -05:00
c2321b1cddSeparate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
fixoid
2017-05-12 22:09:40 +03:00
455a24f6ffMerge pull request #6764 from thinkyhead/bf_cleanups_tuesday
Scott Lahteine
2017-05-16 19:13:15 -05:00
238fb53617Patch home_all_axes to ignore G28 XYZ parameters
Scott Lahteine
2017-05-16 16:18:38 -05:00
6b6630e11bClean up trailing whitespace and tabs
Scott Lahteine
2017-05-16 15:25:30 -05:00
d30e478f97Fix incorrectly optimized find_closest_mesh_point_of_type() function (#6761)
Roxy-3D
2017-05-16 15:24:24 -05:00
5a9e52a3e0Use COPY_XYZE macro to copy exactly 4 elements (#6758)
oldmcg
2017-05-16 11:47:51 -05:00
8606644343M48 Fix for Delta Configuration Files & UBL G29 only homes when necessary (#6757)
Roxy-3D
2017-05-16 11:23:50 -05:00
0cd398c25dUBL Menu Updates (#6751)
Tannoo
2017-05-16 07:45:31 -06:00
a5737cba7cUpdate french language
Johann Delahayes
2017-05-16 12:27:42 +02:00
0fef9a2983Remove "ubl." prefix from calls within ubl method
Scott Lahteine
2017-05-16 01:19:31 -05:00
14a4257c7bUBL tabs, whitespace, spelling, etc.
Scott Lahteine
2017-05-15 18:46:07 -05:00
56e2e331edUBL G29: replace 'O' with 'T'
Scott Lahteine
2017-05-15 23:20:09 -05:00
091f94a6bfFix up M421 and some comments
Scott Lahteine
2017-05-13 00:43:12 -05:00
4ec4ecff1aReduce find_closest_mesh_point_of_type a little
Scott Lahteine
2017-05-15 21:09:06 -05:00
f1a1c6873ePatch lcd_implementation_status_screen compiler warning
Scott Lahteine
2017-05-14 00:12:09 -05:00
2266c0780dfixed spanish lang
moebyusDev
2017-05-12 17:44:53 +02:00
b213a45efbUBL_DELTA post merge cleanup (#6705)
oldmcg
2017-05-16 00:30:29 -05:00
6f86c46fa6Fix typo that caused scope issues for DELTA (#6750)
Roxy-3D
2017-05-15 23:13:45 -05:00
1fbcbc05f6UBL no longer flout's the sacred GCode standard (#6745)
Roxy-3D
2017-05-15 16:25:01 -05:00
c262ea92e0Merge pull request #6733 from abusca/Euskera
Scott Lahteine
2017-05-15 02:30:11 -05:00
b17bcd56daMerge pull request #6736 from thinkyhead/bf_axis_unhomed
Scott Lahteine
2017-05-14 17:20:04 -05:00
267f77b18bMore constraint on axis_unhomed_error
Scott Lahteine
2017-05-14 15:57:37 -05:00
445003dbb8Merge pull request #6694 from bgort/g29p2b
bgort
2017-05-11 20:44:43 -04:00
f01a14e7d0Merge pull request #6689 from bgort/m421mod
bgort
2017-05-11 19:08:42 -04:00
5a5dba6fc8UBL: Minor improvement to G29 P2 - allow H code value to override probing height - minor cleanups
Brian
2017-05-11 18:09:31 -04:00
ae676490c9M421: 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
2819228d4fMerge pull request #6681 from thinkyhead/bf_better_mfpub
Scott Lahteine
2017-05-10 23:05:47 -05:00
9a688d1456Merge pull request #6682 from thinkyhead/bf_M80_s_arg
Scott Lahteine
2017-05-10 20:29:01 -05:00
b63e82f309M421 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
60a4ca1182Better mfpub
Scott Lahteine
2017-05-10 17:43:39 -05:00
df42428281Merge pull request #6665 from bgort/font
bgort
2017-05-10 17:30:51 -04:00
2604742191Add proportional font adjustment ratio - update example configs
Brian
2017-05-08 18:23:17 -04:00
b3407a371bMerge pull request #6676 from bgort/g26zhop
bgort
2017-05-10 17:12:05 -04:00
c33d99c5b2Merge pull request #6680 from bgort/g26repeat
bgort
2017-05-10 17:11:34 -04:00
7325035aacMerge pull request #6637 from Tannoo/UBL_Menu_System_1.1
Bob-the-Kuhn
2017-05-10 15:54:48 -05:00
f7a201b0d0G26: 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
9c5957fc77G26: Add 0.5mm Z-bump between circles to minimize pattern scraping
Brian
2017-05-10 15:19:06 -04:00
bbb2b86c34Merge pull request #6672 from bgort/ublmotion
bgort
2017-05-10 14:23:07 -04:00