This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/gcode
Marcio Teixeira 60cb36bef3 Misc. improvements (#12747)
* Make ExtUI respect MAXTEMP limits
  - Temperatures are now clamped by MAXTEMP limits rather than arbitrary values.
* Speed up USB init, add status
  - Speed up USB initialization
  - Show status message if init failed
* Enable status messages for EXTENSIBLE_UI
* Adjust max limit to MAX_TEMP - 15
* Misc. tweaks to formatting, const, etc.
2019-01-01 15:17:48 -06:00
..
bedlevel Center ABL grid on bed with H parameter. (#12610) 2018-12-09 11:24:48 -06:00
calibrate Fix G33 sprintf output warning (#12738) 2018-12-27 18:05:42 -06:00
config Fix angles for disabled EDITABLE_SERVO_ANGLES (#12559) 2018-11-30 12:31:42 -06:00
control Fix GcodeSuite::T active_extruder reference 2018-11-15 14:07:24 -06:00
eeprom A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
feature Make nomove=false for toolchange on filament swap (#12739) 2018-12-27 11:38:35 -06:00
geometry A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
host A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
lcd Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628) 2018-12-12 17:21:37 -06:00
motion A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
probe A single SERIAL_ECHO macro type (#12557) 2018-11-29 16:58:58 -06:00
scara Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
sdcard Fix pause/resume SD print 2018-11-30 19:23:08 -06:00
stats Various fixes for MarlinUI and ExtUI (#12439) 2018-11-17 22:21:44 -06:00
temperature Misc. improvements (#12747) 2019-01-01 15:17:48 -06:00
units Move M82_M83 to cpp 2017-09-21 16:26:59 -05:00
gcode.cpp Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628) 2018-12-12 17:21:37 -06:00
gcode.h Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628) 2018-12-12 17:21:37 -06:00
parser.cpp [2.0.x] Macro G-codes (#9365) 2018-11-09 05:25:08 -06:00
parser.h Reduce code size with plain inlines 2018-11-11 08:36:10 -06:00
queue.cpp Trinamic: Split stealthChop, improve driver monitoring, etc. (#12582) 2018-12-07 15:34:21 -06:00
queue.h Apply #pragma once, misc cleanup (#12322) 2018-11-04 02:25:55 -06:00