Scott Lahteine
ac5ff1d802
Adjust usage of stepper.synchronize
2018-05-06 01:22:30 -05:00
Scott Lahteine
08e20dbbc6
Improve sync of stepper positions
2018-05-06 01:22:30 -05:00
Scott Lahteine
c6e4fbe162
Additional patch for no heated bed
2018-05-04 00:11:19 -05:00
Scott Lahteine
32b6a3ad12
Fewer includes of vector_3.h
2018-05-01 04:41:56 -05:00
Scott Lahteine
3c5f0ce858
Clean up autostart handling
2018-05-01 01:22:25 -05:00
Scott Lahteine
0d7c559139
Improve debug of homing move feedrate
2018-04-30 23:45:35 -05:00
Scott Lahteine
33ddd4e929
Fix XY homing move away rate
2018-04-30 23:45:34 -05:00
Scott Lahteine
f4a7531ccb
Fix homing with probe feedrates
2018-04-30 16:36:06 -05:00
Scott Lahteine
3e53754ccf
Allow Z_AFTER_PROBING to be 0
2018-04-30 03:08:49 -05:00
Scott Lahteine
689ae467f2
Round all floats in string conversion functions ( #10565 )
2018-04-28 21:51:27 -05:00
Scott Lahteine
522ea178a4
Clear up trailing whitespace
2018-04-28 11:25:19 -05:00
Scott Lahteine
2756a1d411
Fix M421 comment in Marlin_main.cpp
2018-04-28 11:15:48 -05:00
Scott Lahteine
94b8eac6d0
Allow a home bump of 0 when homing Z with probe
2018-04-28 10:25:50 -05:00
Scott Lahteine
b4ddee8beb
When homing with Z probe bump at Z_PROBE_SPEED_SLOW
2018-04-28 08:48:49 -05:00
Scott Lahteine
f0494b4021
Fix M420 C for UBL
2018-04-28 08:17:55 -05:00
Giuliano
d86efae37c
[1.1.x] report error on unsupported commands ( #10554 )
...
Raise an error when an unknown/unsupported G/M command is requires.
2018-04-27 17:40:32 -05:00
Scott Lahteine
e5e5c1513d
Fix ABL grid bounds test for Delta/SCARA
2018-04-27 00:55:29 -05:00
Scott Lahteine
cb02b6ec60
Disable PIDTEMPBED with no bed…
...
…and move FILAMENT_CHANGE_SLOW_LOAD_LENGTH default to post-conditionals.
2018-04-26 01:34:06 -05:00
Scott Lahteine
d429d5a4ae
Add M420 C to center the mesh on a value ( #10521 )
2018-04-25 06:43:59 -05:00
Scott Lahteine
b19d8182c1
Add HAS_HEATED_BED conditional ( #10494 )
2018-04-22 23:40:49 -05:00
Scott Lahteine
58bd2a5e81
Merge pull request #10437 from thinkyhead/bf1_creality_power_loss_resume
...
[1.1.x] Creality3D Power-Loss Recovery
2018-04-22 00:17:27 -05:00
Scott Lahteine
6f176d1d64
[1.1.x] Reset LCD status to fallbacks ( #10467 )
...
* Remove obsolete strings
* Tweak some static consts
* Reset LCD status to fallbacks
When paused, "Print paused..."
When SD printing, the filename
When host printing, "Printing..."
When idle, "MyPrinter ready."
2018-04-22 00:15:57 -05:00
Scott Lahteine
d7ec13ce69
Creality3D Power-Loss Recovery
2018-04-21 21:30:25 -05:00
Scott Lahteine
1894b981af
Add R parameter to G28 to specify pre-raise
2018-04-21 19:09:31 -05:00
Festivejelly
61f9e28c23
[1.1.x] Wait for bed heaters between probing ( #9890 )
2018-04-21 15:44:07 -05:00
Sebastien Andrivet
4cc2bc1343
[1.1.x] Add new capability to report if Thermal Protection is enabled ( #10465 )
2018-04-20 16:42:56 -05:00
Scott Lahteine
0c1be965b6
Don't report point 0 in MBL G29
2018-04-20 13:18:42 -05:00
Scott Lahteine
6f87e4b4dc
Fix up enqueue now functions
...
…and apply to MALYAN_LCD.
2018-04-19 19:33:16 -05:00
Scott Lahteine
38ed5f5ee9
Fix calls to ubl.get_z_correction
2018-04-18 21:43:44 -05:00
Scott Lahteine
23618d9cd0
Use 0 as the bed position (not Z_MIN_POS
)
2018-04-17 20:30:17 -05:00
Scott Lahteine
6f156d01d9
Update position for UBL non-segmented activate/deactivate
2018-04-17 15:55:43 -05:00
Scott Lahteine
c0f6eebded
Improve UBL mesh report. Add M420 T, M421 N
2018-04-17 15:55:38 -05:00
Scott Lahteine
090e08ef3d
M221 with no parameters report flow
2018-04-17 15:54:25 -05:00
Scott Lahteine
d59ed4dce0
Abort SD printing more safely ( #10405 )
...
Allow the current command to complete when aborting an SD print, otherwise some commands (G28, G29, etc.) will cause trouble.
2018-04-15 18:26:25 -05:00
Scott Lahteine
a783caabac
Make sure ABL (manual) starts close to the bed
2018-04-13 20:19:49 -05:00
Scott Lahteine
e3c2d43b2b
Tweak MBL move close to bed
2018-04-12 22:41:26 -05:00
Luc Van Daele
6e30d1bef1
[1.1.x] G33 MIN_STEPS_PER_SEGMENT ( #10385 )
2018-04-12 20:19:42 -05:00
Scott Lahteine
db81a1d4a2
Make sure MBL starts close to the bed
...
Fix #10390
2018-04-12 19:37:50 -05:00
Scott Lahteine
2edc13a0e2
Fix M118 parameter handling
...
Fix #10388
2018-04-12 19:06:41 -05:00
Luc Van Daele
21971f2f7a
Overhaul of G33 Delta Calibration ( #8821 )
2018-04-11 19:12:56 -05:00
Luc Van Daele
b2265869b2
Low Point for delta calibration ( #10362 )
2018-04-11 18:03:34 -05:00
Scott Lahteine
4f660a18bc
Add Z_PROBE_LOW_POINT to prevent damage
2018-04-09 17:22:28 -05:00
Scott Lahteine
73fe8ef4df
Followup to #10177
2018-04-09 01:16:51 -05:00
Scott Lahteine
157d28c418
Rename, arrange advanced pause purge options
2018-04-09 01:14:07 -05:00
Scott Lahteine
e143b1252f
Appy const to manage_inactivity
2018-04-08 23:53:55 -05:00
Sean
4b36a0a3dc
Add acceleration for filament change, load, unload.
...
This is useful to achieve a higher movement speed on Bowden extruders.
Also add a slow mode before ramping up to the high speed to make loading easier.
2018-04-07 23:14:40 -05:00
Scott Lahteine
c46d47f45f
Scale feedrate (mm/s to deg/s) for SCARA
2018-04-05 16:17:23 -05:00
Scott Lahteine
dba26a6d1f
Add Continuous Purge feature to Advanced Pause
2018-04-04 20:59:50 -05:00
Scott Lahteine
7ff70d7adb
Improve heating/cooling LCD messages ( #10296 )
2018-04-04 19:13:48 -05:00
GMagician
9d2ef95f1d
Additional tool-change fix ( #10305 )
...
Followup to #10243
2018-04-04 17:06:25 -05:00