Scott Lahteine
|
e9f62d8fdb
|
Remove extraneous conditions for encoder position
|
2016-07-12 16:41:00 -07:00 |
|
Scott Lahteine
|
655c3fd55f
|
Move delta ABL sanity checks up
|
2016-07-12 16:10:16 -07:00 |
|
Scott Lahteine
|
db0882d068
|
AUTO_BED_LEVELING_3POINT and DELTA_BED_LEVELING_GRID
|
2016-07-12 16:10:11 -07:00 |
|
Scott Lahteine
|
e974ac63ef
|
Init matrix in planner.init
|
2016-07-12 15:55:27 -07:00 |
|
Scott Lahteine
|
809da999dc
|
Apply HOTEND_INDEX in preheat methods
|
2016-07-11 22:27:25 -07:00 |
|
Scott Lahteine
|
3d78b690e5
|
Single PID dataset with HOTENDS == 1
|
2016-07-11 22:27:24 -07:00 |
|
Scott Lahteine
|
bf9967c65d
|
Apply HOTEND_INDEX in MILLISECONDS_PREHEAT_TIME
|
2016-07-11 22:27:24 -07:00 |
|
Scott Lahteine
|
11dcbae7a2
|
Only a single E axis. Can tool-change reseed position[E_AXIS]?
|
2016-07-11 22:27:24 -07:00 |
|
Scott Lahteine
|
d17b161832
|
Don't draw current screen if simply changing screens
|
2016-07-11 18:14:04 -07:00 |
|
Scott Lahteine
|
096f9981d1
|
Scroll to the top when changing screens
|
2016-07-11 18:14:04 -07:00 |
|
Scott Lahteine
|
7ae84d768e
|
Tweak conditionals for REPRAPWORLD_KEYPAD
|
2016-07-11 18:14:04 -07:00 |
|
Scott Lahteine
|
155af6b861
|
Rename vars, add comments for menu macros
|
2016-07-11 18:14:04 -07:00 |
|
Scott Lahteine
|
31f2cf5f6f
|
Make encoderLine signed for proper compares
|
2016-07-11 18:14:03 -07:00 |
|
Scott Lahteine
|
d9f75f62c0
|
START_ROW => START_COL
|
2016-07-11 18:14:03 -07:00 |
|
Scott Lahteine
|
d2099fef0d
|
Left-justify thermistor info
|
2016-07-11 18:14:03 -07:00 |
|
Scott Lahteine
|
85aeb02aa6
|
Invert headings on Graphical LCD
|
2016-07-11 18:14:03 -07:00 |
|
Scott Lahteine
|
3a67fb77b0
|
Concatenate LCD static strings
|
2016-07-11 18:14:02 -07:00 |
|
Scott Lahteine
|
13dc619f43
|
Scroll static screens more simply
|
2016-07-11 18:14:02 -07:00 |
|
Scott Lahteine
|
5051723c2e
|
Redraw after cursor correction in STATIC_ITEM
|
2016-07-11 18:14:02 -07:00 |
|
Scott Lahteine
|
4b4a582c4f
|
X_DUAL_STEPPER_DRIVERS implementation
|
2016-07-11 10:22:19 -07:00 |
|
Scott Lahteine
|
91bd6eade7
|
X_DUAL_STEPPER_DRIVERS configuration option
|
2016-07-11 10:22:19 -07:00 |
|
Scott Lahteine
|
d1dffc7ad1
|
timestamp => endtime
|
2016-07-10 19:36:46 -07:00 |
|
Scott Lahteine
|
71674059c3
|
Two strategies to address a stuck buzzer
|
2016-07-10 19:25:23 -07:00 |
|
Scott Lahteine
|
928ff6487a
|
Greek language pack from @psavva
|
2016-07-10 18:59:04 -07:00 |
|
Scott Lahteine
|
182c8d7f8f
|
Dyze High Temp Thermistor Support
|
2016-07-10 17:59:05 -07:00 |
|
Scott Lahteine
|
ee0983ab57
|
Further reduction when HOTENDS == 1
|
2016-07-10 16:54:30 -07:00 |
|
Scott Lahteine
|
3e1bbd5e27
|
Indentation in gcode_M100
|
2016-07-10 16:33:51 -07:00 |
|
Scott Lahteine
|
b72238f406
|
Invariant get_pid_output with HOTENDS < 2
|
2016-07-10 16:33:51 -07:00 |
|
Scott Lahteine
|
4cd045791c
|
Reduce code size by trusting the compiler
|
2016-07-09 18:17:44 -07:00 |
|
Scott Lahteine
|
a8538bd7ce
|
General cleanup, code reduction in Marlin_main.cpp
|
2016-07-09 18:17:44 -07:00 |
|
Scott Lahteine
|
1026e5b071
|
Replace PLA/ABS preheating with generic
|
2016-07-09 18:06:51 -07:00 |
|
Scott Lahteine
|
51c9c3fe2c
|
Indentation in MarlinSerial.cpp
|
2016-07-09 17:57:53 -07:00 |
|
Scott Lahteine
|
e03414b2dd
|
Simpler/extensible thermistor test in thermistortables.h
|
2016-07-08 19:54:45 -07:00 |
|
Scott Lahteine
|
2ee4e4f791
|
Make wait_for_heatup volatile
|
2016-07-07 16:37:23 -07:00 |
|
Scott Lahteine
|
bd5a825b8b
|
Wait for end of line before invoking action
|
2016-07-07 16:37:23 -07:00 |
|
Scott Lahteine
|
ea47803ae2
|
Simplify emergency parser (only parse initial command)
|
2016-07-07 16:37:22 -07:00 |
|
Scott Lahteine
|
834ad14c8d
|
Add quickstop_stepper to update current position with stepper.quick_stop()
|
2016-07-07 16:37:22 -07:00 |
|
Scott Lahteine
|
ecffe92e20
|
Group EMERGENCY_PARSER commands
|
2016-07-07 16:37:22 -07:00 |
|
Scott Lahteine
|
4036c73cdd
|
Don't raise Z if only homing Z
|
2016-07-07 12:28:37 -07:00 |
|
Scott Lahteine
|
0b6f8f8244
|
Apply MIN_Z_HEIGHT_FOR_HOMING raise literally
|
2016-07-07 12:25:02 -07:00 |
|
Scott Lahteine
|
177ec20bf0
|
Revert quick-home changes
|
2016-07-07 12:17:34 -07:00 |
|
Scott Lahteine
|
9c5b462ef2
|
Move XYZ in print_xyz and DEBUG_POS to the front
|
2016-07-07 11:42:19 -07:00 |
|
Scott Lahteine
|
e2f7cb0905
|
Don't use axis_codes if a literal will do
|
2016-07-06 18:37:21 -07:00 |
|
Scott Lahteine
|
6559f7359f
|
Fix comment on Z raise for homing, save a few bytes
|
2016-07-06 16:21:51 -07:00 |
|
Scott Lahteine
|
d7e9647505
|
Sanity Check for probe raises
|
2016-07-06 13:46:06 -07:00 |
|
Scott Lahteine
|
d0b29cabf3
|
Don't re-home X and Y if you quick homed
|
2016-07-06 13:46:06 -07:00 |
|
Scott Lahteine
|
e0a6b978f5
|
Don't do_probe_raise with MIN_Z_HEIGHT_FOR_HOMING
|
2016-07-06 13:46:05 -07:00 |
|
Scott Lahteine
|
160a2be117
|
Change cancel_heatup to wait_for_heatup
|
2016-07-06 09:17:50 -07:00 |
|
Scott Lahteine
|
b114b6a0b3
|
Save 152 bytes using uint8_t for command indices
|
2016-07-05 16:29:28 -07:00 |
|
Scott Lahteine
|
0d4ff0c48b
|
Allow the queue to be cleared from within commands
|
2016-07-05 16:25:20 -07:00 |
|
Scott Lahteine
|
e104b91ea6
|
References to millimeters in code comments need an update
|
2016-07-03 20:13:29 -07:00 |
|
Scott Lahteine
|
c9e536cf87
|
Additional patches for gcode_T position change
|
2016-07-03 18:11:02 -07:00 |
|
Scott Lahteine
|
f31af61ee2
|
Fix position adjustment with gcode_T and MBL
|
2016-07-03 17:44:04 -07:00 |
|
Scott Lahteine
|
ef8980bfa0
|
Shorter labels for Print Stats info
|
2016-07-03 16:00:24 -07:00 |
|
Scott Lahteine
|
2ed625dafa
|
Fix compiler warnings for static screens
|
2016-07-03 15:26:17 -07:00 |
|
Scott Lahteine
|
a06c5165a7
|
Shorter strings for smaller LCDs
|
2016-07-02 15:47:16 -07:00 |
|
Scott Lahteine
|
982f10e6a0
|
Use STATIC_ITEM for LCD message display
|
2016-07-02 15:47:15 -07:00 |
|
Scott Lahteine
|
b77069de01
|
Add a Travis test for LCD_INFO_MENU
|
2016-07-02 15:22:34 -07:00 |
|
Scott Lahteine
|
51b7820686
|
Patch up About Printer sub-menus
|
2016-07-02 15:22:34 -07:00 |
|
Scott Lahteine
|
439e78147d
|
Static menu items take an optional string, LJ by default
|
2016-07-02 15:22:34 -07:00 |
|
Scott Lahteine
|
fa9b2a925d
|
Tweak spacing in printcounter.cpp
|
2016-07-02 15:22:33 -07:00 |
|
Scott Lahteine
|
dbfc87cdcf
|
Squish sanity check for build info
|
2016-07-02 15:22:33 -07:00 |
|
Scott Lahteine
|
e650a75b88
|
Simplified variable-size array macros
|
2016-07-01 20:36:05 -07:00 |
|
Scott Lahteine
|
6b2a7b30af
|
Extra comments to clarify EEPROM code
|
2016-06-30 16:28:01 -07:00 |
|
Scott Lahteine
|
787f394676
|
MAX_EXTRUDERS replaces mysterious "4"
|
2016-06-30 16:27:37 -07:00 |
|
Scott Lahteine
|
bc3748b7bc
|
Add shared Config_Postprocess for Read and Reset
|
2016-06-30 16:25:29 -07:00 |
|
Scott Lahteine
|
adcd0f5de3
|
Some formatting in configuration_store.cpp
|
2016-06-30 16:25:29 -07:00 |
|
Scott Lahteine
|
5e370006fc
|
EEPROM Checksum
|
2016-06-30 16:20:25 -07:00 |
|
Scott Lahteine
|
da6b0dab5f
|
Use prepare_move_to_destination for Allen Key deploy/stow
|
2016-06-30 16:09:43 -07:00 |
|
Scott Lahteine
|
c42f8fb8dd
|
Rename some movement sub-functions
|
2016-06-30 15:50:00 -07:00 |
|
Scott Lahteine
|
f84d85f761
|
Cleanup extruder runout configs
|
2016-06-30 01:40:41 -07:00 |
|
Scott Lahteine
|
5e14a528dd
|
Always wait for cooling in M109/M190, break at low temp or if cooling stalls
|
2016-06-29 14:07:54 -07:00 |
|
Scott Lahteine
|
0b0b7aac6e
|
Support for VIKI2 in RAMPS and derivatives
|
2016-06-28 18:19:18 -07:00 |
|
Scott Lahteine
|
abda4ab427
|
Clean up CNControls pins
|
2016-06-28 16:56:48 -07:00 |
|
Scott Lahteine
|
683975cf90
|
Fix spelling in a config comment
|
2016-06-28 16:49:13 -07:00 |
|
Scott Lahteine
|
8268c0a9a0
|
Always define temp sensor, heater pins for RUMBA
|
2016-06-28 16:28:05 -07:00 |
|
Scott Lahteine
|
2e96276bf4
|
More debug message cleanup
|
2016-06-27 20:36:19 -07:00 |
|
Scott Lahteine
|
dc2c0e5e24
|
Simpler debug output for deploy/stow
|
2016-06-27 20:36:18 -07:00 |
|
Scott Lahteine
|
bd491818d6
|
Reduce storage requirements for strings, make some PGM
|
2016-06-27 20:36:18 -07:00 |
|
Scott Lahteine
|
0c24e0e445
|
Support for newer Wire library
|
2016-06-27 20:25:03 -07:00 |
|
Scott Lahteine
|
ddb386c139
|
Init DAC_DISABLE_PIN in dac_init
|
2016-06-27 20:25:03 -07:00 |
|
Scott Lahteine
|
6c60869409
|
Support DAC_OR_ADDRESS in Printrboard too
|
2016-06-27 12:36:21 -07:00 |
|
Scott Lahteine
|
593c8bf286
|
Support for Rigidbot V2
|
2016-06-27 12:35:20 -07:00 |
|
Scott Lahteine
|
511503ede9
|
CARTESIO_UI has lcd contrast
|
2016-06-27 12:04:49 -07:00 |
|
Scott Lahteine
|
829c92f1ba
|
Use Z_RAISE_BETWEEN_PROBINGS with MBL
|
2016-06-26 15:39:11 -07:00 |
|
Scott Lahteine
|
10da7ac86c
|
Combine Z raise before/after options
|
2016-06-26 13:56:30 -07:00 |
|
Scott Lahteine
|
3fa631130f
|
Ensure a minimum height before XY move in probe_pt
|
2016-06-25 19:19:31 -07:00 |
|
Scott Lahteine
|
a7684eef7a
|
Squish code in ST7920
|
2016-06-25 18:35:15 -07:00 |
|
Scott Lahteine
|
b4161cbd98
|
Fix debug output in probe_pt
|
2016-06-25 17:59:03 -07:00 |
|
Scott Lahteine
|
74878d1f16
|
Always do a brief delay in lcd_quick_feedback
|
2016-06-24 14:46:10 -07:00 |
|
Scott Lahteine
|
15a6b49f37
|
Simplified probe_pt (in G30)
|
2016-06-23 20:25:46 -07:00 |
|
Scott Lahteine
|
6a7045b9bf
|
Remove clean_up_after_endstop_move
|
2016-06-23 20:23:19 -07:00 |
|
Scott Lahteine
|
2a4f866561
|
Simplified probe_pt (in G29)
|
2016-06-23 20:22:28 -07:00 |
|
Scott Lahteine
|
89a2aa026b
|
Simplified probe_pt (in M48)
|
2016-06-23 19:22:45 -07:00 |
|
Scott Lahteine
|
f8530c5d1f
|
Simplified probe_pt function (G28 grid)
|
2016-06-23 19:09:32 -07:00 |
|
Scott Lahteine
|
c376c08042
|
Simplified probe_pt function (part 1)
|
2016-06-23 19:00:29 -07:00 |
|
Scott Lahteine
|
9a71b7f8ad
|
Fix debug message for 3-point leveling
|
2016-06-23 18:17:31 -07:00 |
|
Scott Lahteine
|
550c03a5a9
|
Drop raise_z_after_probing function
|
2016-06-23 18:11:54 -07:00 |
|
Scott Lahteine
|
bb38c816af
|
Always raise in deploy_z_probe / stow_z_probe
|
2016-06-23 18:00:20 -07:00 |
|
Scott Lahteine
|
68f3350050
|
Cleanup M401 / M402
|
2016-06-23 17:04:41 -07:00 |
|