Commit Graph

11694 Commits (b5fd2fb58b78f4262cf9eab6e292175fe2a054ed)
 

Author SHA1 Message Date
Scott Lahteine b5fd2fb58b Allow M29 to be processed late
Andy Shaw 9091110460 LPC1768 - Don't change CS pin state ()
Scott Lahteine 10d855cb21 Sanity check USER_GCODE formatting
Scott Lahteine d97bb4c41c Followup to e10943d0
jeffstaley 2f176d6fb8 Flush RX buffer on G-code line errors to prevent hang ()
Scott Lahteine ca73b2f465 Add static assert to catch errors in COPY(a,b)
Nathan df1043516e Fix the delta homing issue ()
Scott Lahteine 4200bd2fc1
Report on M92 with no arguments ()
Scott Lahteine e10943d0d8 Minor tweak to main menu
Scott Lahteine d4d1b28a06 Fix some include paths
Scott Lahteine 0d720a6ff4 Tweak to emergency_parser.h
Scott Lahteine 0a7ea7063f Hide Resume Print when not relevant
Scott Lahteine afe79ba22b Minor code cleanup
Scott Lahteine fdb97a3e9c Add class and macro to save and auto-restore a variable
Scott Lahteine 433518de74 Prevent M420 error from disconnecting OctoPrint
Just echo the error instead of labeling it `Error:`.
Marcio Teixeira 5cfc1cdacc Support SWITCHING_NOZZLE with 2 servos ()
Psycho 3c88cac2e9 Velleman Vertex Delta pins ()
Nicolas G 6fb4001b58 Add option to disable fan speed slowing in M303 ()
Scott Lahteine ca1be02bf0 Tweak some pins formatting
Scott Lahteine 38c2ca9281 Clean up trailing whitespace
Mark Zachmann 4d1093b386 Fix init of last_direction_bits ()
Scott Lahteine 4fa1c52688 Tweak serial output code
Scott Lahteine a5e3384691 Pre-apply cosmetic changes to mixing
Scott Lahteine 0358ffcd4c Drop E element from `homing_feedrate_mm_s`
Scott Lahteine 95223cb28e Remove dead code from stepper.h
These values are always supplied by `Conditionals_post.h`.
Scott Lahteine 6fe39e6117 Add --quick option to mfqp, add BRANCH check to mfinfo
mattfredwill c3cb449990 TMC2130 dual-stepper Sensorless Homing ()
Marcio Teixeira f6edd2c472 Move stepper settings to "Advanced Settings" menu ()
InsanityAutomation 68bbac207e Update pins_FORMBOT_TREX3.h ()
revilor 6a57d0b381 Prusa MMU2 ()
Scott Lahteine 996f7d1642 Fix I2C_POSITION_ENCODERS commentary
raTmole 988b5aa4e6 Update GT2560 V3 pins ()
InsanityAutomation 7d927b6691 Move Z Probe Z Offset from Advanced to basic Configuration ()
Giuliano Zaro 31e213e427 Always show Tune sub-menu ()
teemuatlut f0503372d9 Revert E_AXIS_N cast ()
InsanityAutomation a1d03fe7ba Fix single nozzle fan ()
Scott Lahteine 159d7eefda New boards entry for the A20M
Scott Lahteine 97da6c1da5 Use MIN/MAX for min/max
Scott Lahteine 17a8c37148 Label menu edit items
raTmole ddeca7a358 Fix resume from power loss G-Code. ()
Thomas Moore 02ab66fca3 Update Cohesion3D Pins Files ()
Giuliano Zaro a79d80c78e Minor cleanup of pause code ()
jeffstaley 0da636e1a3 Set correct stepper direction on reset ()
On a reset steppers were being initialized to incorrect direction. Original code wasn't respecting `INVERT_Z_DIR` define.
Scott Lahteine 3845baf398 Followup to
InsanityAutomation 48a3502656 Remote streamer improvements ()
Scott Lahteine 621fbe99de Followup to
Marcio Teixeira f214118e45 Action to notify host of filament runout. ()
Scott Lahteine aad770bce8 Bring default configs in sync
jeffstaley 0e0cc13650 Fix M29 for Pronterface SD card upload ()
Jiri 24fffb8d93 Fix undefined lcd_tmpfan_speed on NO_LCD_MENUS ()