Scott Lahteine
87c254b238
Patch M114 D logical output
2018-01-23 18:48:53 -06:00
Scott Lahteine
df5c06ab7b
Fix G29 no_action with A and Q
2018-01-23 13:58:36 -06:00
Scott Lahteine
b2dcb75c6c
Include Z Fade in log_machine_info
2018-01-23 13:58:36 -06:00
Thomas Moore
b818543045
[1.1.x] Fix change filament for delta machines ( #9296 )
2018-01-22 10:19:00 -06:00
Scott Lahteine
049898fa30
Update comment on set_home_offset
2018-01-22 06:14:55 -06:00
Scott Lahteine
feb6014e92
Don't run M600
on filament runout if the nozzle is cold
2018-01-22 05:46:29 -06:00
Scott Lahteine
c7ae531e35
Better LCD message when heating needed
2018-01-22 05:46:29 -06:00
Scott Lahteine
c373afbddd
Clean up and document load/unload/pause/resume
2018-01-22 05:46:19 -06:00
Scott Lahteine
c970869d74
Add hotEnough methods
2018-01-22 05:46:19 -06:00
nhchiu
4a40cf268d
Use NEOPIXEL as case light
...
Add an option to use the NEOPIXEL LED as case light.
2018-01-20 16:57:04 -06:00
Scott Lahteine
81a12b2fac
Relative movements fix
2018-01-20 15:22:38 -06:00
Thomas Moore
f8192f6e46
Allow DELTA to compile with soft endstops disabled
2018-01-20 09:43:59 -06:00
Roxy-3D
597d94bd3a
Better handle serial buffer over run
2018-01-18 16:48:12 -06:00
Scott Lahteine
c1d6d24b9d
Cleanup spacing, commentary
2018-01-11 18:52:54 -06:00
Scott Lahteine
3df0d62725
Updates to TMC support
2018-01-10 04:32:49 -06:00
Dave Johnson
dd55c98139
SERIAL_STATS_* features not supported on USBCON targets
2018-01-09 16:27:57 -08:00
Anthony
1326eb4ef7
fix fwretract structure reference #9102
...
Marlin_main.cpp: In function 'void resume_print(const float&, const float&, int8_t)':
Marlin_main.cpp:6646: error: 'retract_length' was not declared in this scope
do_pause_e_move(-retract_length, fwretract.retract_feedrate_mm_s);
^
2018-01-08 18:48:19 -06:00
Scott Lahteine
ffeb4495fe
Make mbl.has_mesh() a method
2018-01-07 18:14:37 -06:00
Scott Lahteine
be555e3578
Move MBL functions into the class
2018-01-07 18:14:37 -06:00
Scott Lahteine
fa3709451b
Set mbl.has_mesh on manual point entry
...
Based on #9086
2018-01-06 23:32:00 -06:00
Someone Unknown
b5e98ac1b7
Set laser/spindle PWM to lowest speed on M5
2018-01-06 14:01:58 -06:00
Scott Lahteine
42216f52ab
Add MarlinSettings::validate()
2018-01-05 14:40:20 -06:00
Scott Lahteine
2287fa126c
Whitespace cleanup
2018-01-05 10:19:15 -06:00
Scott Lahteine
e7bf7e6031
Make FWRetract class for 2.0.x parity
2018-01-04 17:54:24 -06:00
Scott Lahteine
2ed4d4a30a
Squish down process_parsed_command
2018-01-04 16:30:12 -06:00
Roxy-3D
80cc860810
Use SERIAL_EOL(); instead of passing new line string
2018-01-04 16:16:28 -06:00
Roxy-3D
39289a6952
add precision to planner.xy_skew_factor so it doesn't print as 0.00
2018-01-04 16:11:05 -06:00
Scott Lahteine
cce91eef61
Patch M701 get extruder arg
2018-01-04 02:13:10 -06:00
Scott Lahteine
46a839cbca
No default needed
2018-01-03 22:52:25 -06:00
Scott Lahteine
01e3ccfd69
Cleanup, commentary of M303 pid tuning code
2018-01-03 20:48:43 -06:00
Scott Lahteine
a436e89b83
Fix resume_print positioning
2018-01-03 20:12:44 -06:00
Thomas Moore
586d50ff99
Fix UBL compilation warnings
2018-01-02 19:41:02 -06:00
Scott Lahteine
9de9e37539
Some temperature code cleanup
2018-01-01 18:03:43 -06:00
Scott Lahteine
642dec3625
Fix typo in delta buffer_line call
...
Fix #8901
2017-12-31 01:38:36 -06:00
Scott Lahteine
4153d76810
Update Marlin_main.cpp
2017-12-31 00:24:57 -06:00
Thomas Moore
81193e9338
Add M701 / M702 filament load / unload
2017-12-30 19:48:21 -06:00
Scott Lahteine
2385c06696
Apply some PGM_P pointers
2017-12-30 04:16:50 -06:00
Scott Lahteine
81e0f5bc7d
Single pause flag also indicates SD print pause
2017-12-30 04:16:50 -06:00
Anthony
7637eb863a
Fix malformed Capabilities report
2017-12-28 20:03:44 -06:00
Marcio Teixeira
6195f7810a
Multi extruder support for M600 and LCD (FR #8672 )
2017-12-26 22:59:05 -06:00
Scott Lahteine
5f0026893f
Fix some compiler warnings
2017-12-25 08:51:35 -06:00
Scott Lahteine
4f943a73bc
Fixes for G29 / 3POINT
2017-12-25 08:35:47 -06:00
Scott Lahteine
e31923be8d
lcd_map_control deps on ULTIPANEL
2017-12-25 07:44:32 -06:00
Scott Lahteine
55848a4bd8
Allow consecutive uses of G29
2017-12-25 06:32:55 -06:00
Scott Lahteine
3c7cdcdc22
General cleanup of config-store, reset_bed_level
2017-12-25 04:23:52 -06:00
Scott Lahteine
05a6d48753
Tweak to M125 code
2017-12-25 01:33:46 -06:00
silentninja1
b12eb33feb
Add support for pause and resume action commands on M600
2017-12-25 01:28:17 -06:00
Thomas Moore
59d047c1d7
[1.1.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ( #8864 )
...
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
2017-12-24 23:47:05 -06:00
Scott Lahteine
fb6b62a01b
Comment return false
in motion functions
2017-12-24 22:56:56 -06:00
Scott Lahteine
b5677907d0
Minor speedup for SCARA scaling
...
And cleanup of Delta IK macros...
2017-12-21 22:39:06 -06:00