Scott Lahteine
b5200e184c
Remove extra setup_for_endstop_move
пре 10 година
Scott Lahteine
8d814de558
Return void in prevent_dangerous_extrude
пре 10 година
Scott Lahteine
367e2eb9f4
Global setup_for_endstop_move
пре 10 година
Scott Lahteine
fa951f8a0b
Always do st_synchronize() before G28
пре 10 година
Wurstnase
526ad82d20
activate advanced_ok and no_timeout
пре 10 година
Scott Lahteine
9b3d4380d3
Only watch the heater that was set
пре 10 година
Scott Lahteine
f73f4ce555
Make some z probe and servo code tweaks
пре 10 година
Scott Lahteine
54deb9eea3
Enable WATCH_TEMP_PERIOD by default
пре 10 година
Wurstnase
0cb87795a3
advanced 'ok'
ok N(linenumber) P(bufferremaining)
the host can use this to send the data much faster.
Some pseudo code:
If (bufferremaining > 0) send command
## as long there is free buffer send command
Also
if (linenumber > lastsend - bufferremaining) send command
## as long last linenumber received is bigger than lastsend (host) - last bufferremaining received
пре 10 година
Scott Lahteine
79633a74ab
Fix MBL compile error
пре 10 година
fmalpartida
150a35eff8
Bug corrected:
Persistent homing message.
Message was declared as an alert, therefore it was persistent.
Updated to message.
пре 10 година
Gina Häußge
ab246ab032
Reverting changes to error messages on serial console
This reverts the changes done to the error message for line number mismatches done in commit d43cc2dd5f
пре 10 година
Ivan Galvez Junquera
59529b755d
Fixed lowercase change missing on commit a22a228b .
Servo.cpp and Servo.h were changed to lowercase in Makefile but not their actual filenames.
пре 10 година
Scott Lahteine
d4c74b8f8c
Don't apply M428 if an error occurs
- Also move audio feedback into the command
- Added shorthand for `lcd_buzz` availability
пре 10 година
Scott Lahteine
d065d37822
Add M428 to set home_offset logically
пре 10 година
paclema
013a09dbe6
Added configurable script for filrunout form configuration.h
пре 10 година
paclema
4dcc0fd55a
Fixed sintaxis error of filament runout
пре 10 година
Scott Lahteine
ce3caf447b
Tweak how homeaxis deploys and stows
пре 10 година
Scott Lahteine
a235dca79c
Stow z on M402 without extra raise
пре 10 година
Scott Lahteine
71a0b1a5bb
Disable endstops between homing bumps
пре 10 година
Scott Lahteine
c36226c4dc
Fix homing Z position
Add `sync_plan_position()` after `axis_is_at_home(axis)` to keep the
planner position in sync when homing.
пре 10 година
Scott Lahteine
ff178d8cf7
Change M421 to take coordinates
This makes `M421` more amenable for irregular matrices
пре 10 година
Bernardo
ff67ee73fc
Update Marlin_main.cpp
Corrected "servo.h" to "Servo.h" because of the updated filename.
пре 10 година
Steve Kelly
98ca46006c
Allow Y to home before X with option in Configuration_adv.h.
This addresses comments in #1956 and #1079 . In particular, this is useful
when both endstops are stationary on a CoreXY system, and the Y axis needs
to be homed before the X so the flags are aligned.
пре 10 година
Scott Lahteine
0fca084ea6
Make EEPROM reproducible in GCode
With these changes the output of `M503 S0` is all you need to restore
the EEPROM. Building on this it is straightforward to save and restore
the EEPROM state using the SD card or external GCode file.
- Added `M145` to set “heatup states” for the LCD menu
- Added `M420` to toggle Mesh Bed Leveling
- Added `M421` to set a single Mesh coordinate
- Extended `Config_PrintSettings` with added M codes
- Cleaned up some comments here and there
пре 10 година
Scott Lahteine
d43cc2dd5f
M111 - Debug Level
- Add `M111` as a standard option to set the debug level
- Implement `DEBUG_ECHO` in `process_commands`
- Other debug levels (e.g., `DEBUG_DRYRUN`) need more work
пре 10 година
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
пре 10 година
Scott Lahteine
182f2cda35
Minor cleanup of M48
пре 10 година
Scott Lahteine
56ff46eb8b
Improve code_has_value test
пре 10 година
Scott Lahteine
ce142afdda
G4 shows status message only if no message is set already
- Address issue raised in #1961
пре 10 година
Scott Lahteine
35e79d56a5
Remove set-coordinate extension of G28
пре 10 година
AnHardt
0fed46360c
Add variant for MAX6675 in M104
Else will throw error:
@:0 B@:0
Error:No thermistors - no temperature
[ERROR] Error:No thermistors - no temperature
when no bed is defined
пре 10 година
Scott Lahteine
0165560333
Apply zprobe_zoffset in axis_is_at_home
Ensure the probe offset will always be included when homing Z.
пре 10 година
Scott Lahteine
2558c10c6c
Use the slower feedrate for XY axes
пре 10 година
Scott Lahteine
64268f3312
Fixup axis_is_at_home a little
пре 10 година
Scott Lahteine
996d0a9185
Squish the code down a little
пре 10 година
Scott Lahteine
8534bc376c
Fix homing of YZ with DUAL_X_CARRIAGE
пре 10 година
Wurstnase
be9e4ceddc
fix typo
c'n'p ftw :/
пре 10 година
unknown
c26d816839
filter any 0
пре 10 година
Wurstnase
61ae43f35e
v <-> code_value
пре 10 година
Wurstnase
da0d91a79b
max endstopp
no user will home to 0 with a max endstopp
пре 10 година
AnHardt
064f2b37d0
More Beeper clean up.
Centralised beep code to lcd_buzz().
From gcode_M300() and lcd_quick_feedback().
Enforced max. duration for M300 to 5 seconds.
Corrected description in 'Configuration.h'
LCD_FEEDBACK_FREQUENCY_HZ 0 gives now a silent delay of
LCD_FEEDBACK_FREQUENCY_DURATION_MS.
пре 10 година
Wurstnase
92575cecca
new timout/add adv_ok
пре 10 година
AnHardt
671aaf2dc9
Minor fix for M300
Corrected wrong order of parameters.
пре 10 година
Scott Lahteine
d931220a65
Tweak comments
пре 10 година
Scott Lahteine
47847765e2
Add M410 QuickStop command
пре 10 година
Wurstnase
b09a957fce
make 'wait' optional and mark as workaround
пре 10 година
Scott Lahteine
58d128b7a9
Apply zprobe_zoffset in axis_is_at_home
Ensure the probe offset will always be included when homing Z.
пре 10 година
Scott Lahteine
63b98b8280
Raise Z for M401 and M402
пре 10 година
wurstnase
d69da22f7c
last_command_time inside get_command()
пре 10 година