Commit Graph

10468 Commits (6775a16c9785bc3d94bbe9a0f20c787e40fc2916)
 

Author SHA1 Message Date
Chris Pepper 744bcaee61 [2.0.x] Fix problems compiling with Arduino IDE ()
* Fix problems compiling u8glib utf8 support on Arduino
* Change header in auto-generated font data
* Change include in font gen scripts
GMagician 20772492aa Fix compile warnings in AVR fastio.h ()
Scott Lahteine f57a008c58
Merge pull request from thinkyhead/bf2_fix_and_improve
[2.0.x] Improve UBL mesh report, M420 V T, M421 N, and…
Scott Lahteine 89b1580587 Fix compile error in tmc_status
Scott Lahteine 52c024e260 M221 with no parameters report flow
Scott Lahteine 01b01f6dfd Tweak fwretract.retract debug, comments
Scott Lahteine e4acd2c40e One fewer compare in _lcd_move_xyz
Scott Lahteine e05c825a05 Update position for UBL non-segmented activate/deactivate
Scott Lahteine d462be6de6 Try FIXFLOAT rounding based on sign
Scott Lahteine 39c6f65ce7 Ignore LCD_BED_LEVELING with UBL
Scott Lahteine 0746aff595 Improve UBL mesh report. Add M420 T, M421 N
Scott Lahteine 3c826e5d05 Prevent delay when power is already on
Fix 
Scott Lahteine 5a064d0e94 Fix bug in planner.set_position_mm
Scott Lahteine 0945674ba2
Use H0 by default with UBL_MESH_EDIT_MOVES_Z ()
Scott Lahteine 6cb83758d7 Fix Brazilian Portuguese language duplicates
Scott Lahteine 8f57e098de Use end-of-line comments in planner.cpp
Scott Lahteine 6c7a17dba6
Abort SD printing more safely ()
Allow the current command to complete when aborting an SD print, otherwise some commands (G28, G29, etc.) will cause trouble.
Chris Pepper c9aed73987 Fix missed includes from HAL macro patch ()
Scott Lahteine 74f4eb8312 Drop utf8 tweaks in build files
Scott Lahteine 9f8a96fb8a
Brazilian Portuguese update ()
Yunhui Fu 93273a4c9e Fix u8g.h search path error ()
Support env MARLIN_LANGS for user select generated language, and update doc; update script to generate dogm_font_data_ISO10646_1.h automatically.
Scott Lahteine 584735c994 u8g.h => clib/u8g.h
Scott Lahteine 29dda871cb Patch "upload_disk" to make python happy
Scott Lahteine 36b97bde9f clear_block_buffer, kill_current_block in quick_stop
Scott Lahteine 99282a46e9 Make sure ABL (manual) starts close to the bed
Roxy-3D 21f13f9e57
Stow Probe at end of G29 J3
KangDroid 6c535081ec [2.0.x] Add optional menu item to toggle software endstops ()
Scott Lahteine 3c5c6d478a Prettify process_parsed_command
Scott Lahteine 0535ebc4d2 MESH_BED_LEVELING before PROBE_MANUALLY
Scott Lahteine bb7064cc30 Tweak MBL move to bed code
Chris Pepper cc6d41e1d3 Use a macro for HAL header redirection ()
Luc Van Daele 12785583d0 [2.0.x] G33 MIN_STEPS_PER_SEGMENT ()
Yunhui Fu c96412a78f [2.0.x] UTF-8 language translation support ()
Scott Lahteine daa712455b Make sure MBL starts close to the bed
Fix 
Scott Lahteine 4c8751727a Fix M118 parameter handling
Fix 
Scott Lahteine 3bc179a16f Compress/update comments ubl_motion
…to fit more code on the screen and correct outdated commentary contrasting ABL.
Luc Van Daele 646aa20b43 Overhaul of G33 Delta Calibration ()
Luc Van Daele ac2e0afb62 Low Point for delta calibration ()
Eduardo José Tagle 57a899a412 [2.0.x] 6th-order jerk-controlled motion planning in real-time for AVR ()
Scott Lahteine 5676b187b4 Move etc/udev to buildroot/etc
Followup to . This is the appropriate place for any system etc folder additions.
Bob-the-Kuhn 44a03ecfc9 Add Linux compatibility for Arduino boards ()
Bob-the-Kuhn 85014cd132 [2.0.x] LPC1768 - automatic selection of upload disk ()
Scott Lahteine 8669dba5e6
Merge pull request from noingwhat/2.0.x-Filament-Change-Acceleration
[2.0.x] Filament load/unload add acceleration for Bowden
Scott Lahteine 472ab0cc24 Tweak RAMPS SDSS pins
LichtiMC b94c8defee Provide additional information about SMART-RAMPS board ()
Scott Lahteine 6f8e228880 Add RESET_PIN to pins_RAMPS_SMART.h
Sean 2d9b0a66fe Add Filament Change accelerations
Scott Lahteine 71d3523254 Add Filament Change accelerations to example configs
Scott Lahteine dcb1f1f452
Merge pull request from thinkyhead/bf2_z_probe_low_point
[2.0.x] Z_PROBE_LOW_POINT to prevent probe/bed damage
Scott Lahteine 8b8ad14178 Add Z_PROBE_LOW_POINT to prevent damage