Scott Lahteine
|
1cc622b167
|
Fix minor spelling in comments
|
2016-04-14 20:06:59 -07:00 |
|
Scott Lahteine
|
b20bf1826d
|
Fix debugging of vector_3
|
2016-04-14 18:45:26 -07:00 |
|
Scott Lahteine
|
4fb8013be1
|
Reduce redundancy in MENU_ITEM code
|
2016-04-14 18:42:06 -07:00 |
|
Scott Lahteine
|
2129db581e
|
Simplify MBL movement, zigzag
|
2016-04-14 16:58:42 -07:00 |
|
Scott Lahteine
|
0493fccc0b
|
mbl.active is a bool now
|
2016-04-14 16:58:42 -07:00 |
|
Scott Lahteine
|
b05f448317
|
Comments on MBL menu items
|
2016-04-14 16:58:42 -07:00 |
|
Scott Lahteine
|
8e5099fa0c
|
Update software endstop positions with M206, M428, G92, etc.
|
2016-04-14 16:47:22 -07:00 |
|
Scott Lahteine
|
5cfb2533d6
|
Initial cleaning up of arc code
|
2016-04-14 16:43:49 -07:00 |
|
Scott Lahteine
|
de8c0baf8b
|
Update some comments in Configuration.h
|
2016-04-14 16:41:20 -07:00 |
|
Scott Lahteine
|
fda8f96f00
|
Fix bug in lcd_preheat_pla0123 and lcd_preheat_abs0123
Trying to preheat a non-existent extruder causes a crash.
|
2016-04-14 15:48:43 -07:00 |
|
Scott Lahteine
|
7eb476597f
|
Update some comments in Configuration.h
|
2016-04-13 20:34:42 -07:00 |
|
Scott Lahteine
|
cfcd3d7b3e
|
Rename z_offset local to zoffset
|
2016-04-13 20:09:20 -07:00 |
|
Scott Lahteine
|
5fd20ecac3
|
Comments on some movement functions
|
2016-04-13 20:09:20 -07:00 |
|
Scott Lahteine
|
a781a6f955
|
Apply esenapaj 3479 and delta/scara position bugfix
|
2016-04-13 17:41:20 -07:00 |
|
Scott Lahteine
|
2ae7394640
|
More fine-grained control of LCD redraw
|
2016-04-12 21:34:34 -07:00 |
|
Scott Lahteine
|
dc0a3e37be
|
Patch conditions for HAS_Z_MIN_PROBE
|
2016-04-12 18:11:36 -07:00 |
|
Scott Lahteine
|
46881c846c
|
Add comments for extruder offset options
|
2016-04-12 17:16:58 -07:00 |
|
Scott Lahteine
|
edf376ce0d
|
Fix: gcode_T using non-existent Z offset
As noted by @snowzach in #3461
|
2016-04-12 17:15:10 -07:00 |
|
Scott Lahteine
|
63d8893f5d
|
Add DEBUG_LEVELING output for gcode_T
|
2016-04-11 20:45:10 -07:00 |
|
Scott Lahteine
|
fe0fe184aa
|
Replace some tabs with spaces
|
2016-04-11 19:42:20 -07:00 |
|
Scott Lahteine
|
e773d081c0
|
General language file cleanup
|
2016-04-11 19:42:09 -07:00 |
|
Scott Lahteine
|
068bc980ce
|
Additional Russian translations
Thanks to @gans-AD – #3363
|
2016-04-11 19:30:14 -07:00 |
|
Scott Lahteine
|
f840c7de4d
|
Initialize stepper counts for Delta/SCARA
|
2016-04-11 19:02:35 -07:00 |
|
Scott Lahteine
|
c5a8755cc0
|
Fix a messed up ELAPSED instance
|
2016-04-11 18:48:27 -07:00 |
|
Scott Lahteine
|
81918657f4
|
Fix Deutsch string errors, redundancies
|
2016-04-11 18:12:32 -07:00 |
|
Scott Lahteine
|
3e5312f116
|
CORE support for st_set_position & plan_set_position
|
2016-04-11 15:13:42 -07:00 |
|
Scott Lahteine
|
e087a99a10
|
Some cleanup of st_get_pos functions
|
2016-04-11 15:13:42 -07:00 |
|
Scott Lahteine
|
fdee2be49c
|
More logging of matrix behavior
|
2016-04-11 00:06:33 -07:00 |
|
Scott Lahteine
|
7f265db3ef
|
Move sync_plan_position after DEBUG_LEVELING
|
2016-04-10 23:40:11 -07:00 |
|
Scott Lahteine
|
011f4736f1
|
Remove redundant text from MSG_ERR_REDUNDANT_TEMP
|
2016-04-10 19:14:46 -07:00 |
|
Scott Lahteine
|
803845ec18
|
Add a case for M113 to process_next_command
|
2016-04-10 18:53:03 -07:00 |
|
Scott Lahteine
|
386140f361
|
Test time difference in safe way
|
2016-04-10 18:09:31 -07:00 |
|
Scott Lahteine
|
1b7356b3a1
|
Account for home_offset in G29 handler
|
2016-04-10 15:35:02 -07:00 |
|
Scott Lahteine
|
f3562dd895
|
Have M206 alter current_position, M428 use new function
|
2016-04-10 15:35:01 -07:00 |
|
Scott Lahteine
|
6d465321b5
|
Adjust timeout code in host_keepalive
|
2016-04-09 16:58:17 -07:00 |
|
Scott Lahteine
|
8198cc30b5
|
More bits when encoderPosition is cast as signed
|
2016-04-09 14:22:12 -07:00 |
|
Scott Lahteine
|
1acf901b63
|
Adjustments to residency_start_ms handling
|
2016-04-08 21:20:23 -07:00 |
|
Scott Lahteine
|
a644ab1de4
|
Minor patch ups to G29
This may fix a subtle bug caused by doing `G29` more than once without
`G28` between.
|
2016-04-08 17:53:15 -07:00 |
|
Scott Lahteine
|
cba2698871
|
Additional DEBUG_LEVELING output
|
2016-04-08 17:53:15 -07:00 |
|
Scott Lahteine
|
e0b0d1eb6b
|
Add M113 to get/set Host Keepalive
|
2016-04-07 19:25:56 -07:00 |
|
Scott Lahteine
|
85883da90c
|
Implement basic HOST_KEEPALIVE_INTERVAL
|
2016-04-07 19:25:56 -07:00 |
|
Scott Lahteine
|
2eca8d63b3
|
Add DEFAULT_KEEPALIVE_INTERVAL setting
|
2016-04-07 19:25:56 -07:00 |
|
Scott Lahteine
|
5fc6daba2b
|
Disallow REPRAPWORLD_KEYPAD moves on Delta/SCARA until homed
|
2016-04-07 18:40:54 -07:00 |
|
Scott Lahteine
|
7bb15a1c57
|
Consolidate REPRAPWORLD_KEYPAD definitions
|
2016-04-07 18:40:54 -07:00 |
|
Scott Lahteine
|
dc19b69697
|
No casting needed for SERIAL_ECHOPAIR
|
2016-04-07 16:33:21 -07:00 |
|
Scott Lahteine
|
165e73794a
|
Tweak encoderPosition non-zero test
|
2016-04-07 16:09:42 -07:00 |
|
Scott Lahteine
|
479d307a44
|
Disable LCD Move XYZ for unhomed Delta/SCARA
|
2016-04-07 16:09:42 -07:00 |
|
Scott Lahteine
|
865dcf3fb4
|
Fix FILAMENT_WIDTH_SENSOR measurement
Only measure and store filament width when E is going forward.
|
2016-04-06 19:48:04 -07:00 |
|
Scott Lahteine
|
2f6c5fe2da
|
Report the probe position in G30
|
2016-04-06 16:55:21 -07:00 |
|
Scott Lahteine
|
98f2e9fc83
|
Reduce string storage required for DEBUG_LEVELING
|
2016-04-05 19:04:42 -07:00 |
|
Scott Lahteine
|
1af5d7b35f
|
Add more leveling-debug output
|
2016-04-05 18:31:10 -07:00 |
|
Scott Lahteine
|
da2ff4a6d3
|
Catch a TEMP_SENSOR error before a pins issue
|
2016-04-05 16:17:28 -07:00 |
|
Scott Lahteine
|
fb38d698db
|
Add feedback after "Click to Begin"
|
2016-04-05 15:35:05 -07:00 |
|
Scott Lahteine
|
582b58e660
|
Add audio feedback to edit items
|
2016-04-05 14:51:11 -07:00 |
|
Scott Lahteine
|
a70c3ffc21
|
Minor syntax tweak with encoderPosition
|
2016-04-05 14:51:11 -07:00 |
|
Scott Lahteine
|
0f247187b8
|
Drop extra setting of currentMenu
|
2016-04-05 14:51:11 -07:00 |
|
Scott Lahteine
|
24cde86a4f
|
Fix syntax highlighting of menu_edit_type lines
|
2016-04-05 14:51:11 -07:00 |
|
Scott Lahteine
|
86372cd394
|
Add underscore to internal lcd move function names
|
2016-04-05 14:51:11 -07:00 |
|
Scott Lahteine
|
aa97328cd3
|
Use min_pos/max_pos for _lcd_move
|
2016-04-05 14:51:10 -07:00 |
|
Scott Lahteine
|
f936df9507
|
Small cleanup of feedrate dead-zone
|
2016-04-05 14:51:10 -07:00 |
|
Scott Lahteine
|
f5c2fb27cd
|
Handle defer_return_to_status in lcd_goto_menu
|
2016-04-05 14:51:10 -07:00 |
|
Scott Lahteine
|
8459f7fa5c
|
Use ms where possible.
|
2016-04-05 14:51:10 -07:00 |
|
Scott Lahteine
|
34ce9c4c1c
|
Restore save previous for menu edit items
|
2016-04-05 14:26:36 -07:00 |
|
Scott Lahteine
|
1220dfd5d6
|
Fix: menu edit items saving position twice
|
2016-04-04 16:36:04 -07:00 |
|
Scott Lahteine
|
ad61a8684a
|
Comments for legibility, test DEBUG_LEVELING
|
2016-04-04 16:31:37 -07:00 |
|
Scott Lahteine
|
56e8e2b0eb
|
Final tweaks to M111 output
|
2016-04-04 15:36:07 -07:00 |
|
Scott Lahteine
|
c0e7257932
|
Fix bug in new endstop pullups handling
|
2016-04-03 20:52:32 -07:00 |
|
Scott Lahteine
|
fd0ac371b0
|
Fix M111 output using pgm_read_word as required
As noted by @taratata2016 in https://github.com/MarlinFirmware/Marlin/issues/3300#issuecomment-204687275
|
2016-04-03 17:33:06 -07:00 |
|
Scott Lahteine
|
09c6f80c1e
|
Fix MSG_LEVEL_BED_CANCEL english
|
2016-04-03 16:41:27 -07:00 |
|
Scott Lahteine
|
7a2f73c6db
|
Remove extra comma from LCDHandlerAction
|
2016-04-03 16:27:30 -07:00 |
|
Scott Lahteine
|
3fbf67e5ce
|
Patch MBL feedback and event handling
|
2016-04-03 16:27:30 -07:00 |
|
Scott Lahteine
|
ef2fbaec98
|
Headings for menu sub-items, actions, etc.
|
2016-04-03 16:27:29 -07:00 |
|
Scott Lahteine
|
dc109ac4e2
|
Move MBL code to its logical place
|
2016-04-03 16:27:29 -07:00 |
|
Scott Lahteine
|
6730408ec1
|
Move lcd_autostart_sd to its logical place
|
2016-04-03 16:27:29 -07:00 |
|
Scott Lahteine
|
056b80dc53
|
Have "back" menu items go to the previous item
|
2016-04-03 16:27:29 -07:00 |
|
Scott Lahteine
|
c94482168b
|
Add MSG_LEVEL_BED_CANCEL for MBL
|
2016-04-03 16:27:29 -07:00 |
|
Scott Lahteine
|
877fb1f588
|
Account for MAX31855 in conditionals
|
2016-04-03 16:19:17 -07:00 |
|
Scott Lahteine
|
d24f14a799
|
Add HAS_TEMP_HOTEND define
|
2016-04-03 16:18:49 -07:00 |
|
Scott Lahteine
|
2b01649533
|
Move default machine info to pins files
|
2016-04-02 18:53:05 -07:00 |
|
Scott Lahteine
|
4f24323817
|
Split DEFAULT_MACHINE_NAME from DEFAULT_SOURCE_URL
Addressing #3325 – Avoid undefined symbol errors in the compiler.
|
2016-04-02 18:41:01 -07:00 |
|
Scott Lahteine
|
771ee1c1a9
|
Update MBL menu sub-function names
|
2016-04-02 18:20:47 -07:00 |
|
Scott Lahteine
|
d659777e70
|
Fix MBL to handle re-entrant calls
|
2016-04-02 18:14:49 -07:00 |
|
Scott Lahteine
|
5719fcba51
|
Add MSG_LEVEL_BED_DONE and MSG_LEVEL_BED_WAITING
|
2016-04-02 18:14:49 -07:00 |
|
Scott Lahteine
|
80b8fd1cad
|
Add MSG_HOME_OFFSETS_APPLIED
|
2016-04-02 18:14:49 -07:00 |
|
Scott Lahteine
|
d1c45ff80b
|
More user interaction in MBL
|
2016-04-02 18:14:49 -07:00 |
|
Scott Lahteine
|
240b71ee1c
|
Give names to lcdDrawUpdate values
|
2016-04-02 18:14:48 -07:00 |
|
Scott Lahteine
|
b0a3c7a91c
|
Add feedback sounds to MBL items
|
2016-04-02 17:08:43 -07:00 |
|
Scott Lahteine
|
782c598e66
|
Use ftostr43 with '+' option in MBL Z adjuster
|
2016-04-02 17:08:43 -07:00 |
|
Scott Lahteine
|
2b4c42610c
|
Adjust SanityCheck messages
|
2016-04-02 16:39:23 -07:00 |
|
Scott Lahteine
|
a617d12f70
|
Account for Z_DUAL_ENDSTOPS in sanity checking of endstops
|
2016-04-02 16:39:23 -07:00 |
|
Scott Lahteine
|
868eebfdee
|
Simplify configuration of Z2 endstops
|
2016-04-02 16:39:23 -07:00 |
|
Scott Lahteine
|
e5771346a4
|
Drop DISABLE_M(IN|AX)_ENDSTOPS, replace with individual endstop flags
|
2016-04-02 16:39:23 -07:00 |
|
Scott Lahteine
|
071c742b8a
|
Move STRINGIFY to macros.h, use in language.h
|
2016-04-02 16:38:43 -07:00 |
|
Scott Lahteine
|
6a245fe4f7
|
Release 1.1.0-RC5
|
2016-04-01 19:14:49 -07:00 |
|
Scott Lahteine
|
b98f72b483
|
Small optimization for ftostr43
|
2016-04-01 17:54:16 -07:00 |
|
Scott Lahteine
|
a393941d2d
|
Combine "XYZ" with MSG_LEVEL_BED_HOMING
|
2016-04-01 17:51:03 -07:00 |
|
Scott Lahteine
|
097cc75ba8
|
Patch _lcd_level_bed draw to fix flicker, show proper offset
|
2016-04-01 17:51:03 -07:00 |
|
Scott Lahteine
|
1e1a18e091
|
Remove extra semicolon in ultralcd.cpp
|
2016-04-01 17:51:03 -07:00 |
|
Scott Lahteine
|
0b4f65dca8
|
Always limit blink to ~1 second intervals
|
2016-04-01 17:51:03 -07:00 |
|
Scott Lahteine
|
ffe054c129
|
Fix comment about host keepalive interval
|
2016-04-01 17:28:08 -07:00 |
|