Scott Lahteine
7fad26549b
Concise SD_REPRINT_LAST_SELECTED_FILE description
7年前
Scott Lahteine
46e9eae159
Tweak to M100 config comment
7年前
Scott Lahteine
7f55d82fd1
Move UBL_SAVE_ACTIVE_ON_M500 to Configuration.h
7年前
Scott Lahteine
580b6e9089
Apply physical limits to mesh bounds
7年前
Scott Lahteine
5f87324536
Fix some config verbiage
7年前
cdedwards
6296ab2173
Add GFX overlay to UBL mesh edit (#8038 )
* Add GFX overlay to UBL mesh edit
Fixed misplaced HAS_TEMP_BED in dogm_bitmaps.h
rename _lcd_babystep_zoffset_overlay to _lcd_zoffset_overlay_gfx and move it out of BABYSTEP_ZPROBE_OFFSET to we can use it for over things. Add this function into UBL mesh edit screen.
update all Configuration.h to add ENABLE_MESH_EDIT_GFX_OVERLAY
* Add Sanity to UBL insanity
Need to check for DOGLCD otherwise error out.
7年前
Roxy-3D
572cf0ec95
UBL able to generate mesh and save and load it on 32-bit platforms (#8015 )
* Get UBL Mesh Generation, Mesh Save & Mesh Load working with 32-Bit platforms
* clean up read_data() and write_data() for non-LPC1768 HAL's
* Get read_data() and write_data() return codes consistent
All HAL's read_data() and write_data() return false if they succeed.
* Get read_data() and write_data() return codes to be consistent
Make read_data() and write_data() return true if an error happens.
* Say UBL is now checked out on machine types in default Configuration.h file.
7年前
Jeffrey Li
eeb4611606
Add proper support for the AZSMZ 12864 LCD on a SMART RAMPS
7年前
Scott Lahteine
34a261416f
Add unaccented French language
7年前
Jeff Eberl
b206f70693
Split the software endstop capability by axis.
7年前
Slawomir Ciunczyk
a11e6a1022
Different NEOPIXEL types
Same as #7728 but for 2.0.x,
Lot of cleanup and remove references in whole code to other "LED files" than leds.h. Now will be much easier to add next drivers/libraries. e.g. FastLED. But bad news, currently FastLED is suporting only RGB devices (no RGBW)
7年前
Scott Lahteine
e9bcb9d048
Add 4 new LCD displays
7年前
Scott Lahteine
9fe7f53216
Misc general spacing cleanup
7年前
Scott Lahteine
508d764d63
Add serial XON/XOFF handshaking
From @ejtagle , originally #7459
7年前
Scott Lahteine
90af1fe5ee
Implement NO_MOTION_BEFORE_HOMING option
7年前
Christopher Pepper
bea3ec2724
M355 S0, S1 fixes & faster LCD, SD card
fix Travis error
7年前
Scott Lahteine
7cd5eb6d42
Update LEVEL_BED_CORNERS config option
7年前
Scott Lahteine
4c5be9bb05
Fix a PARKING_EXTRUDER comment
7年前
Scott Lahteine
494b0eba2d
Config spacing fix
7年前
Scott Lahteine
f37ed314e0
Friendly layout for Arduino IDE
7年前
Scott Lahteine
479652073b
Config updates
7年前
Scott Lahteine
f536c4dccb
Move configs
7年前
Scott Lahteine
e4fcf460e7
Marlin bugfix-2.0.x Version/README
7年前
Michal Holes
54d48130f3
Slovak UTF-8 translation
Slovak UTF-8 translation
7年前
Vben
4817b39d98
Added new feature for AutoParking Extruder (APE)
7年前
Scott Lahteine
a1878cd1c0
Add "Level Corners" menu option
7年前
GMagician
e9c72978c7
Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
7年前
Jozsef Kiraly
97c21e9007
Support for Geeetech GT2560 Rev.A/Rev.A+
7年前
Scott Lahteine
804818b4d9
Bring configs up to date
7年前
teemuatlut
936d00dda8
Implement probing delay for piezo sensors
7年前
Scott Lahteine
51864fd365
Add bed size as a configuration option
7年前
C. Scott Ananian
890e7a16a9
Add support for Printrbot Neopixel RGBW strip.
Connected as described at http://printrbot.com/shop/led-strip/
Based on patch by Kelly Anderson <kelly@xilka.com > at
http://www.xilka.com/printrbot/marlin/1.1.4/ 20170707 /
7年前
Scott Lahteine
fc9ce65095
Add `BUSY_WHILE_HEATING` for hosts that need it
7年前
Petr Zahradník
8c34233452
UTF-8 mapper for Czech
7年前
Scott Lahteine
69297b2d7b
Make all EEPROM optimization options available
7年前
Scott Lahteine
232a10410d
LCD_FOR_MELZI
7年前
Scott Lahteine
dcec7178d1
Expose DISABLE_M503 option as a test option
7年前
Scott Lahteine
5b03f23fa2
Bring configurations up to date, fix some comments
7年前
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
7年前
Scott Lahteine
afbc6e3e2f
Update DELTA/SCARA config comments
7年前
Bob-the-Kuhn
325f09ea6c
Add link to custom LiquidCrystal library by F. Malpartida
7年前
Scott Lahteine
907cafcbfd
Support for two switching extruders
7年前
dot-bob
0bc66bf22c
PCA9632 PWM color LED support
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
7年前
Bob-the-Kuhn
1c107b3949
delete problem line
7年前
Scott Lahteine
e556ab1dff
Find three-point leveling points on Delta
7年前
Scott Lahteine
1919cb0d1e
Config cleanups
7年前
Roxy-3D
364f8fb613
Update Configuration.h files to better names (#6814 )
Changed UBL_G26_MESH_EDITING to UBL_G26_MESH_VALIDATION
Added UBL_MESH_EDIT_MOVES_Z to prepare for that change (coming next)
7年前
Scott Lahteine
99c4900a98
SPINDLE/LASER config changes
7年前
fixoid
c2321b1cdd
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
7年前
Scott Lahteine
1c4ed8b106
Note 5 extruders in config comments
7年前