7109 Commits (22811540258c9d62d749446cccf262eec80523d9)

Author SHA1 Message Date
Scott Lahteine 101ba70517 Merge pull request #7505 from thinkyhead/bf1_anet_1_pio
Add Anet 1.0 to Platformio.ini
7 years ago
Vben 4817b39d98 Added new feature for AutoParking Extruder (APE) 7 years ago
Scott Lahteine 6772e33ef6 Use [XY]_CENTER for error correction
Followup to #7512
7 years ago
Scott Lahteine 385f1bb9e5 Merge pull request #7504 from thinkyhead/bf1_servo_delays
Individual servo delays
7 years ago
Scott Lahteine 2a31c9f2ce Merge pull request #7515 from cdedwards/bugfix-1.1.x
Fix for G26 spam output
7 years ago
MTrab 5fa61c0ad3 Add Anet 1.0 to Platformio.ini
Added env:anet10 to platformio.ini for easy compile and upload to this board
7 years ago
Scott Lahteine b3f59ec945 Merge pull request #7519 from thinkyhead/bf1_cleanups_aug_16
Add "Level Corners" menu item
7 years ago
Tannoo b33739d493 UBL_Language_Update (#7520)
* UBL_Language_Update

Translatable strings

* Use slightly better wording...

* Use slightly better wording...
7 years ago
Scott Lahteine a1878cd1c0 Add "Level Corners" menu option 7 years ago
Scott Lahteine 0a18fb735e Use "PSU" label to fit on screen 7 years ago
Scott Lahteine 30887feae3 Tweak some formatting in ABL G29 7 years ago
Thomas Moore 257b693ab0 Advanced pause fixes (#7518)
* Disallow filament change while paused

* Use kinematic movemements in pause_print and resume_print
7 years ago
Tannoo ab2ac1af71 UBL_LCD_storage_corrections (#7517)
Correcting the storage selection.
Also EEPROM error handling on the LCD.
7 years ago
cdedwards f1843211e6 Fix for G26 spam output
while heating, G26 will continuously spam the heater states instead of printing it out every 5000ms.
7 years ago
Roxy-3D be5ca34215 Allow G29 to work correctly even if nozzle is off the mesh. (#7512)
* work around previous regressions...
7 years ago
Scott Lahteine 06541ec885 Merge pull request #7448 from thinkyhead/bf1_delta_fixes
Prevent damage if DELTA_HEIGHT is set badly
7 years ago
GMagician e9c72978c7 Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
7 years ago
Scott Lahteine 96ae53cf41 Use MOVE_SERVO macro where possible 7 years ago
Scott Lahteine 3be9c19f12 Hold on move axis screens 7 years ago
Scott Lahteine 8fd58cd6dc Patch goto labels for consistency 7 years ago
Scott Lahteine 75e6f72c89 Fix hexadecimal number formatting 7 years ago
Scott Lahteine ac76101ec3 Eliminate goto in gcode_M48 7 years ago
Scott Lahteine 75e6ead5fd Eliminate goto in gcode_G33 7 years ago
Scott Lahteine 6bd63d27b5 Updates to G29 for probe error handling 7 years ago
Thomas Moore f54e0fc90f Prevent damage if DELTA_HEIGHT is incorrect 7 years ago
Scott Lahteine 0938c62b48 Neater position_is_reachable call 7 years ago
Scott Lahteine 9d95b1b4df Tweak Conditionals_post.h 7 years ago
Scott Lahteine 35d5a7bdff Tweak CR-10 config/pins 7 years ago
Scott Lahteine 419c8969a7 Merge pull request #7479 from thinkyhead/bf1_fix_italian
Fix Italian string length
7 years ago
Frederik Kemner 25a11cd485 Use bed size and inset instead of travel limits to define mesh area\n\nAs proposed in #7435 (#7480) 7 years ago
Scott Lahteine 7f3406d47b Fix Italian string length
Addressing #7264
7 years ago
Jozsef Kiraly 97c21e9007 Support for Geeetech GT2560 Rev.A/Rev.A+ 7 years ago
Scott Lahteine b2822a59f9 Add a sanity check for valid bed size 7 years ago
Scott Lahteine a7e5c1bf19 Use float to init TMC2133 steps-per-mm 7 years ago
Scott Lahteine dd66d21749 Extend DEACTIVATE_SERVOS_AFTER_MOVE sanity-check
As proposed in #7429
7 years ago
richarddeweerd b370906031 Example config for Geeetech I3 Pro X with GT2560 controller 7 years ago
Scott Lahteine 804818b4d9 Bring configs up to date 7 years ago
Scott Lahteine dd841a3675 Merge pull request #7410 from benlye/user-script-feedback
Make audible user script feedback optional
7 years ago
Florian Heilmann 0fd2923a9f Fix compilation with ADVANCED_PAUSE_FEATURE without SDSUPPORT (#7412)
* Fix compilation of ADVANCED_PAUSE_FEATURE without SDSUPPORT

* Fix Identation

* Make use of IS_SD_PRINTING macro

as per @MagoKimbra
7 years ago
benlye 24af9e1bf4 Make audible user script feedback optional
Add a parameter to enable/disable audible user script feedback
7 years ago
Florian Heilmann 6827a162bb Update language_de.h
Add
MSG_BLTOUCH                    
MSG_DELTA_SETTINGS            
MSG_UBL_MESH_EDIT                
MSG_UBL_OUTPUT_MAP_BACKUP        
MSG_UBL_STEP_BY_STEP_MENU       
MSG_Z_FADE_HEIGHT
7 years ago
Scott Lahteine 3497153cf1 Followup cleanup patch
Fix regression in #7428
7 years ago
Scott Lahteine 16f8c4865a Merge pull request #7409 from FHeilmann/bf_update_ru_translation
Update Russian Translation
7 years ago
Scott Lahteine 622048ffb0 Clean up whitespace, trailing space, bad tab conversion, etc. 7 years ago
Roxy-3D 2cbdc0ebb6 Fix large Z corrections when nozzle moves off of UBL mesh (#7415) 7 years ago
Florian Heilmann 650e5274c4 Update Russian Translation 7 years ago
Scott Lahteine ce65c13a97 Merge pull request #7398 from fiveangle/bf_lcd_bed_level_requirements
Clarify LCD_BED_LEVELING requirements
7 years ago
Dave Johnson 936dfb965c Clarify LCD_BED_LEVELING requirements
LCD_BED_LEVELING requires PROBE_MANUALLY with auto bed leveling enabled.  See #7396
7 years ago
Kai ffe3013bb5 Fix for #7395
Filament change causes freeze during paused print. This PR disables Filament change in the prepare menu when a print from SD Card is paused. See #7395
7 years ago
Øystein Krog e948f77cf9 Fix DUAL_X_CARRIAGE not moving at all
Axis would only move when homing.
Bug introduced in 91841d75c9.
Fixes #6956, fixes #7050 and fixes #7291
7 years ago
Scott Lahteine 08b0456d91 Merge pull request #7379 from thinkyhead/bf_manual_bed_level_floor
Manual Bed Leveling: Goto previous Z height at each probe point
7 years ago
teemuatlut 936d00dda8 Implement probing delay for piezo sensors 7 years ago
Scott Lahteine 29eef360d0 Merge pull request #7308 from thinkyhead/bf_cleanup_config_adv
Fixes for FWRETRACT
7 years ago
Wilfried Chauveau 894608f8a3 Manual Bed Leveling: Goto previous Z height at each probe point 7 years ago
Scott Lahteine ff06e1a030 Merge pull request #7372 from tcm0116/delta_calib_menu
Move Delta Calibration menu to the Prepare menu
7 years ago
Thomas Moore 15e009b6ca Move Delta Calibration menu to the Prepare menu 7 years ago
Scott Lahteine bfd396c13a Patch to fix some compiler warnings 7 years ago
Scott Lahteine 48c5f3dddf Tweak kill action #ifdef 7 years ago
Scott Lahteine be7a9a07c5 Don't reset grid with `G29 Q` + PROBE_MANUALLY 7 years ago
Scott Lahteine dfe670247d Merge pull request #7363 from marcio-ao/bugfix-1.1.x
Makefile fixes and U8G support.
7 years ago
Marcio Teixeira af83c512b8 Added support for U8G. 7 years ago
Scott Lahteine 4eff18854b Rename options with swap_ prefix 7 years ago
Scott Lahteine 14482d2f2a Strip auto-retract for impossible M(IN|AX)_AUTORETRACT combo 7 years ago
Scott Lahteine 9fc72422e4 Don't let the flow multiplier affect retract/recover length 7 years ago
Scott Lahteine fee696db5d Improve retract() for G10/G11/autoretract 7 years ago
Scott Lahteine 423b0f3a1e Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT 7 years ago
Scott Lahteine 51864fd365 Add bed size as a configuration option 7 years ago
Scott Lahteine dc7c95e07b Remove `@ section fwretract` 7 years ago
Dave Johnson 4718c09c48 Remove extraneous USBCON defines for AT90USB boards
USBCON is definied by serial.h pullikng in MarlinConfig.h which in turn pulls in Arduino.h.  Defining in later includes has shown to cause compile issues so removing all extraneous calls for and potentially easier future linker troubleshooting.
more USBCON unification
7 years ago
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 years ago
Scott Lahteine a059e95463 Bring Infitary i3 config up to date 7 years ago
Scott Lahteine d6d6043548 Merge pull request #7338 from thinkyhead/bf_mks_ps_on_pin
MKS 1.3+: Add pin mapping for PS_ON
7 years ago
Alexey Shvetsov 851f9f5399 Update Russian translation - Part 1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Scott Lahteine b7a16e4468 Merge pull request #7315 from fixoid/patch-1
Fixing SWITCHING_EXTRUDER feature to work with HOTENDS > 1
7 years ago
Alexey Shvetsov f38b8c5bf8 MKS 1.3+: Add pin mapping for PS_ON
This allows the use of D4 as PS_ON since MKS Gen doesn't have a PS_ON pin. However this effectively allows only 3 servos (instead of 4).

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years ago
Scott Lahteine 8a3bc6be4d Improve FWRETRACT config options and commentary
Add more details as requested in #7198
7 years ago
Scott Lahteine b0173ccdb9 Drop extra initializers for vars initialized by EEPROM code 7 years ago
Scott Lahteine 7afafb05b8 Split G10/G11 into separate functions 7 years ago
Scott Lahteine c45798694f Add some more requirements to the G-code list 7 years ago
Scott Lahteine 72de280c1e BARICUDA valve pressure consistently uint8_t 7 years ago
Scott Lahteine 4d98e3f0a7 General cleanup 7 years ago
fixoid e530c67349 Fixing SWITCHING_EXTRUDER feature 7 years ago
Tannoo 2ad3ca5d8a Bugfix (#7310) 7 years ago
Roxy-3D 37a6833d7e Allow the sampled point to be added into the Least Squares Best Fit (#7289)
Without this...  The LSF won't work because none of the sampled points
in this code block get added.
7 years ago
C. Scott Ananian a519b093b9 Fix build by replacing qr_solve by least_squares_fit. (#7285)
This was broken by 9af67e2446.
7 years ago
Scott Lahteine 0873c667fa Apply coding standards to recent merges 7 years ago
Scott Lahteine 8c2907d10f Fix ABL broken by recent change 7 years ago
Roxy-3D 9af67e2446 Save 7714 bytes of program memory when doing AUTO_BED_LEVELING_LINEAR (#7276)
We can save more and a pile of RAM by eleminating the eqnBVector and
EqnAMatrix arrays next.
7 years ago
Scott Lahteine 76e90b93b7 Volatile keyword not needed for parser.seen 7 years ago
Jamie Bainbridge 00e4ced58e Stay in User Menu after command. Add feedback.
When a user executes a User Menu command, the LCD returns to the main menu. If the user has multiple menu items they want to run, such as one menu item per bed leveling corner, then it's better to stay in the User Menu rather than return to the main menu.

This PR modifies Marlin to stay in the User Menu after a command.
7 years ago
Scott Lahteine 1066b17457 Merge pull request #7260 from thinkyhead/bf_G33_update_27
Updates to G33 and its LCD code
7 years ago
Tannoo e927941c06 Bugfix (#7265)
Fix compile error when UBL is enabled but there is no LCD Panel.
7 years ago
Scott Lahteine 68aea9c01d Merge pull request #7261 from thinkyhead/bf_configs_by_vendor
Arrange more example configs by vendor
7 years ago
Tannoo aaacef9441 Corrections (#7231)
20x4 map integration.    Also some minor changes to the UBL Menu layout.     Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
7 years ago
LVD-AC 4bc79ec877 Updates for G33-LCD interface 7 years ago
Scott Lahteine 186580b55f Arrange example configurations by vendor 7 years ago
Scott Lahteine 6be369f3ea Add some config names to AUTHOR 7 years ago
Scott Lahteine 7fc31a7940 Merge pull request #7258 from thinkyhead/bf_cleanups_jbrazio
Add support for BQ heated bed kit with Hephestos 2
7 years ago
Scott Lahteine 11e376e920 Merge pull request #7256 from thinkyhead/bf_cleanup_july_6
Assign -1 to LCD_PINS_D4-7 if not defined
7 years ago
João Brázio 2065591daf Add support for BQ heated bed kit with Hephestos 2 7 years ago
essgcee 61be28133d Support for Creality CR-10
Creality board is a Melzi / Sanguinololu variant, but using different pins for LCD control (and maybe other minor variations)
7 years ago
Scott Lahteine 9248a90a4c Assign -1 to LCD_PINS_D4-7 if not defined 7 years ago
Scott Lahteine 5ef1e5ef60 Tweaks for M43 7 years ago
Scott Lahteine c7732db99d Fix: Use of digitalRead, digitalWrite breaks on AT90USB 7 years ago
Scott Lahteine f713f25fa5 Clean up excess whitespace 7 years ago
Scott Lahteine fc9ce65095 Add `BUSY_WHILE_HEATING` for hosts that need it 7 years ago
Scott Lahteine c6d430670a Clear SHOW_BOOTSCREEN with no LCD 7 years ago
Scott Lahteine 11c589c3ec Fix compile issue with G38
Fixes #7250
7 years ago
Scott Lahteine 678914be25 Patch M23 to work around Simplify3D bug
Addressing #7227
7 years ago
LVD-AC 3efe4aeef8 Add PROBE_MANUALLY support to G33 7 years ago
Scott Lahteine cca1cca3a5 Merge pull request #7237 from thinkyhead/bf_cz_mapper
UTF-8 mapper for Czech
7 years ago
Scott Lahteine a2babb532d Merge pull request #7217 from benlye/add-kill-action
Add configurable action command to send when printer is killed
7 years ago
Petr Zahradník 8c34233452 UTF-8 mapper for Czech 7 years ago
Dave Johnson 20f6676d63 DISABLE_[XYZ] compatibility check
DISABLE_[XYZ] is incompatible with HOME_AFTER_DEACTIVATE and Z_SAFE_HOMING
7 years ago
Ben Lye c28749a567 Add kill action
Sends pre-defined string as action command when printer is kill.
7 years ago
Scott Lahteine df87278fce Add "CAP:PRINT_JOB:1" (M75 / M76 / M77) to M115 output 7 years ago
Scott Lahteine 4be8d7720e Fix spelling of "Chinese" 7 years ago
LVD-AC 567941e341 Fix for issues #6997 and #7152
Probing with the effector in the printing area, but an eccentric probe (e.g. allen key) outside it but still touching the bed gives meaninfull information for calibration. Since calibration is most accurate when probing as close to the towers as possible the testing was way to restrictive hence this fix.
7 years ago
Scott Lahteine 57fff2e95e Merge pull request #7219 from thinkyhead/bf_update_git_scripts
Update Marlin+git helper scripts
7 years ago
Scott Lahteine 6a3967ee33 Corrections for probe_pt parameters 7 years ago
Scott Lahteine 534bffa7a9 Correct comment on ABL G29 7 years ago
Scott Lahteine e1e1a0c344 Provide a default CUSTOM_BOOTSCREEN_TIMEOUT 7 years ago
Scott Lahteine 69297b2d7b Make all EEPROM optimization options available 7 years ago
Scott Lahteine d609489b22 Drop setup_homepin 7 years ago
Scott Lahteine 167169e1bf Sanity check for a real probe with M48 7 years ago
Scott Lahteine 395a9f59ac Merge pull request #7211 from thinkyhead/bf_lcd_bootscreen
Use lcd_bootscreen for both
7 years ago
Scott Lahteine 14663efe0d Merge pull request #7210 from fiveangle/printrboard_revf_cleanup
Printrboard RevF cleanup
7 years ago
Scott Lahteine ae5923a3d0 Make lcd_bootscreen common to both 7 years ago
Scott Lahteine 859248433f Patch for gcode debug 7 years ago
Dave Johnson 09c90c2f6c Printrboard RevF Cleanup
-Update Arduino IDE extension descriptions
-Set default motor currents if not defined in Configuration_adv.h
-Support for MINIPANEL LCD
-Support for choosing internal or panel SD
7 years ago
Scott Lahteine 232a10410d LCD_FOR_MELZI 7 years ago
Scott Lahteine 76c92a1fab Clean up some trailing spaces 7 years ago
Scott Lahteine cf96109056 Implement the EEPROM_CHITCHAT option 7 years ago
Scott Lahteine dcec7178d1 Expose DISABLE_M503 option as a test option 7 years ago
Scott Lahteine 3e78a01262 Merge pull request #7204 from thinkyhead/bf_update_ubl_lcd
UBL radar map corrections
7 years ago
Tom 1ff7d10c80 Add configuration for Infitary M508 (i3 clone)
Based on Infitary's own firmware settings.
7 years ago
Scott Lahteine 4cb45c10dd Patch ubl lcd mesh map indentation 7 years ago
Scott Lahteine abd6ba62b4 Some cleanups for ubl lcd mesh map 7 years ago
Scott Lahteine f17bae1f70 Changes for ubl_lcd_map_control patch 7 years ago
Tannoo 8e0f3b7eba UBL radar map corrections 7 years ago
Bob-the-Kuhn fcceed5be6 intermittent Teensy & G26 compile problem
===============================================

also an issue with ubl_motion.cpp
7 years ago
Scott Lahteine 30b327d24c Finish the solution for #7166 7 years ago
Scott Lahteine 6c97c5595c Add a sanity check for DELTA_AUTO_CALIBRATION 7 years ago
Bob-the-Kuhn e6e3132f79 make LETTTER_OFF return values that match param indices range 7 years ago
Bob-the-Kuhn bfbf5f8200 correct value_bool() when FASTER_GCODE_PARSER is enabled
Also corrected compile issue when DEBUG_GCODE_PARSER and
AUTO_BED_LEVELING_UBL are both enabled.
7 years ago
Scott Lahteine 406ef69702 Move Anet A8 config to subfolder 7 years ago
Scott Lahteine 379926961c Add Anet A6 config, edit Anet A8 config 7 years ago
Scott Lahteine 5b03f23fa2 Bring configurations up to date, fix some comments 7 years ago
Scott Lahteine e3cedfa0ec Fix a compiler warning 7 years ago
Scott Lahteine bb0508b6cf Fix comment in M115 code 7 years ago
Scott Lahteine 85777a56c6 Add A (action) and E (echo) parameters to M118 7 years ago
Scott Lahteine d1e8d4cd9d Merge pull request #7167 from thinkyhead/bf_20x4_lcd_update
UBL Map Cleanup and LCD display
7 years ago
Scott Lahteine b492e0878d Changes to reduce and simplify 7 years ago
Ben Lye 98d362c2da Adding M118 command to send text to serial
Allows the user to send text to the serial console in order to
communicate with a host - sending debuging information or action
commands, for example.  Text must begin with '//' and this is added if
it is not already present at the beginning of the string.
7 years ago
Tannoo 80abc872f3 Updated to better support the coming "radar" 7 years ago
Tannoo e90cbf5c16 UBL Map Cleanup 7 years ago
Scott Lahteine fc140c4962 Followup for I2C_POSITION_ENCODERS 7 years ago
Scott Lahteine f4246dc8ff Merge pull request #7165 from thinkyhead/bf_parser_shorthand
Use parser.seenval, add shorthand functions
7 years ago
Scott Lahteine bd776df8c1 Optimize seen_axis by moving 'X' to index 24 7 years ago
Scott Lahteine 05449cf6ee Add shorthand value accessors to gcode.h 7 years ago
Scott Lahteine 12f092c812 Cleanups to gcode.h, use seenval() 7 years ago
Scott Lahteine 941943c167 Apply const, spacing, etc. 7 years ago
Scott Lahteine 5b11b33854 Add support for Průša MK2 Multiplexer 7 years ago
Scott Lahteine a4a587a897 Fix spelling of Průša 7 years ago
Scott Lahteine ba1706a265 Fix spacing in gcode.cpp
Followup to #6940
7 years ago
Scott Lahteine c2c8aafda2 Merge pull request #7157 from thinkyhead/bf_g33_f_parameter
G33 F and Height bug fix
7 years ago
Scott Lahteine 627afb29df Merge pull request #7109 from tnw513/fix-italian
added missing italian translation
7 years ago
Scott Lahteine f0f9fb7465 Remove line that does nothing 7 years ago
LVD-AC 99592c8458 Update G33: Add F, fix height bug 7 years ago
Ben Lye 31514f453a Fix #ifdef AVR_AT90USB1286_FAMILY in pinsDebug
Can't compile with PINS_DEBUGING enabled on Atmega1284p because it tries
to enumerate pins 46 and 47 (which don't exist) because `#ifdef
AVR_AT90USB1286_FAMILY ` doesn't work as expected.
7 years ago
Scott Lahteine 134116b874 Merge pull request #7153 from thinkyhead/bf_czech_update
Updated Czech language
7 years ago
Petr Zahradník e80958b631 CZ Translate BLTouch and UBL
Fixup length
7 years ago
Scott Lahteine fe7e890b09 Fix issues with ADC_KEYPAD
Fixes #7150
7 years ago
dot-bob a1632cfa0a Added option 'H' to G29 P4.
- Added `H` to set a nozzle height adjustment to surface of the bed.
- Updated G29 P4 comments to reflect changes.
7 years ago
Scott Lahteine e687782875 Merge pull request #7134 from thinkyhead/bf_skynet_a3_ready
Add Skynet/ANET A10 support
7 years ago
dot-bob b3c36c98fd Edit digipot currents via LCD, save to EEPROM 8 years ago
Scott Lahteine 3c7bfe798d Various cleanups ahead of digipot save 8 years ago
Bob-the-Kuhn 9651d01e1a Add Skynet/ANET A10 support 8 years ago
Scott Lahteine eb314373bb Config spacing & consistency, group custom LCDs 8 years ago
Scott Lahteine 6c45fa7dcc Apply #elif in LCD conditionals 8 years ago
Scott Lahteine afbc6e3e2f Update DELTA/SCARA config comments 8 years ago
Paweł Stawicki 1e47c17b46 Fix: set digipot mcp4018 Vrefmax to 1.666V 8 years ago
Scott Lahteine 80a232419d CNC workspace planes and 'P' argument for G2/G3 8 years ago
Scott Lahteine 5fb0d401eb Formatting tweaks 8 years ago
Scott Lahteine ed04d0b6be Label DualXMode enums 8 years ago
Scott Lahteine 786cdea124 Ensure REPRAPWORLD_KEYPAD_MOVE_STEP is defined 8 years ago
Scott Lahteine ee7163fd3a Fix pinsDebug compile errors 8 years ago
Scott Lahteine a9f8e518bf Fix FILAMENT_WIDTH_SENSOR infinite loop issue
Addressing #6992 and #5851
8 years ago
Scott Lahteine 254a11b083 Merge pull request #7120 from thinkyhead/bf_sainsmart_link
Add link to F. Malpartida LiquidCrystal library
8 years ago
Scott Lahteine aeb6d465a4 Merge pull request #7118 from thinkyhead/bf_french_update
French update
8 years ago
Bob-the-Kuhn 325f09ea6c Add link to custom LiquidCrystal library by F. Malpartida 8 years ago
MagoKimbra d26c8cc5c8 fix_planner_refresh_e_positioning (#7103)
* fix_planner_refresh_e_positioning

* Fix
8 years ago
Gege2B c7f04fbcc7 French translation 8 years ago
Silvio Didonna 4171520729 added missing italian translation 8 years ago
Bob-the-Kuhn 41bfff14e2 Merge pull request #6991 from Bob-the-Kuhn/Mesh-with-babystepping
Mesh with BABYSTEP_ZPROBE_OFFSET: add sanity check
8 years ago
Scott Lahteine 424d0bae8b Merge pull request #7100 from thinkyhead/bf_HAL_prepare
Apply maths macros and type changes ahead of HAL
8 years ago
Scott Lahteine 5c59ee4e93 Use current (raw) Z if omitted from G29 WXY or G29 WIJ. 8 years ago
Scott Lahteine 37bc0fce62 Make G29 compatible with M206 Z and G92 Z
Use the raw position for mesh measurement. Otherwise the `M206` and
`M92` Z offsets will get canceled out by bed leveling. The downside is
`G29` will not compensate for a poorly set small `M206` fudge value.

To elaborate on this issue, imagine you are probing with a Z home
offset of -0.1, meaning when Z homes, -0.1 is the current position,
implying the ideal bed zero for the nozzle is 0.1mm higher than the Z
endstop. Ordinarily when printing, Z would raise 0.1mm higher.

What happens when we probe is that all points are measured with that
-0.1 included. So when bed leveling is enabled the `M206 Z` offset gets
exactly canceled out by the bed readings.
8 years ago
Scott Lahteine 6c45d0fd81 Apply maths macros and type changes ahead of HAL 8 years ago
Scott Lahteine 8a51e2960c Improve the experience of editing steps_per_mm 8 years ago
Scott Lahteine 725d9d9a56 Fix and improve LCD value editing display
- Fix: When "100.0" changes to "99.0" the LCD shows "199.0"
- Use 2 rows if needed on character LCD, (allowing longer labels…
Germany, et. al.)
- Known issue: A certain length label combined with a certain value
drawing function could, for example, display 99.0 on 1 line, but 100.0
on two lines. Workaround would be to pass a nominal value size argument.
8 years ago
Scott Lahteine 499bb85a95 Clean up, put ubl menu itemization closer at hand 8 years ago
Tannoo 90f5f82926 Step-by-Step Menu addition 8 years ago
Scott Lahteine 0c616700f3 Merge pull request #7097 from thinkyhead/bf_dac_percents_fix
Convert DAC percent to uint8_t
8 years ago
Florian Heilmann 6dcf42f1a7 Add Z Fade Height to M420 output if it is enabled (#7042)
* Add Z Fade Height to M420 Output

Echo the z-fade height when M420 is called, if it is enabled.

* Fix Whitespace

* Fix Compiler complaint

* Missing semi-colon
8 years ago
Bob-the-Kuhn a1c65fd3d5 convert DAC percent to uint8_t
=====================

add test to Travis
8 years ago
Scott Lahteine 907cafcbfd Support for two switching extruders 8 years ago
Ross Allan cfcd069501 Fix #5699 - LIN_ADVANCE freeze when ADV_RATE returns 0 8 years ago
Scott Lahteine b8b7ef1902 Merge pull request #7090 from thinkyhead/bf_italian_refix
Fix Italian language mapper
8 years ago
Scott Lahteine 42f7f9e013 Merge pull request #7060 from bgort/i2cpefix
I2C Position Encoders Example Configs
8 years ago
Scott Lahteine 0b49bddec2 Fix Italian language mapper 8 years ago
Silvio Didonna 2e26a7c752 Added missing Italian translations 8 years ago
Scott Lahteine 4c3dc8bf07 Remove set_current_to_destination from resume_print
Addressing #7057
8 years ago
Scott Lahteine 4857a3ba48 Formatting and spelling 8 years ago
Thomas Moore 3d24c329af M600 fixes 8 years ago
Bob-the-Kuhn 8fb30aaed6 warn user of an invalid combination 8 years ago
Bob-the-Kuhn 6cb9bb27fe Move lcd_refresh_zprobe_zoffset definition 8 years ago
Scott Lahteine d4270f15a9 Spacing tweak in setup() 8 years ago
Scott Lahteine c61c0a9aeb Fix status message missing "blink" 8 years ago
Scott Lahteine 062131554f Followup to #7045 8 years ago
Jim Brown 3d043976f7 Add option to disallow filament change without homing first 8 years ago
Scott Lahteine 93da4e83f7 One more space on a short status message 8 years ago
Scott Lahteine 7c95f762f2 Show LCD bed options even without thermal protection 8 years ago
Scott Lahteine 92eb55f246 Reject generous donation of trailing whitespace 8 years ago
Scott Lahteine 428be27893 Formatting adjustments 8 years ago
Scott Lahteine 8d5a37fb3d Support for a 5th stepper in stepper code 8 years ago
Scott Lahteine 7769a22064 Tweaks to temperature code 8 years ago
Scott Lahteine d9da126776 Cleanups for UBL / ultralcd.cpp 8 years ago
Scott Lahteine 499d5c3b24 Fix scrolling lcd message for DOGM 8 years ago
Scott Lahteine 7164fd499e Tweak to G33 P error 8 years ago
Scott Lahteine c10d763d98 Simpler prepare move conditions 8 years ago
Scott Lahteine 4ebff8eaa5 Drop fastio timer cruft 8 years ago
Scott Lahteine 09bc34f4dc Allow arbitrarily long retraction 8 years ago
Scott Lahteine 4414825e0d Merge pull request #7038 from thinkyhead/bf_PCA9632
PCA9632 PWM color LED support
8 years ago
Bob-the-Kuhn 9dda022705 fix compile errors
================================

Changed to conditional compile for AT90USB issue
8 years ago
Bob-the-Kuhn b3338ccb01 Merge pull request #6954 from Bob-the-Kuhn/Software-SPI-for-all-CPUs
SD card soft SPI - allow all CPU families to use it
8 years ago
Brian 40bb0cbf7a example configurations, etc. 8 years ago
Jim Brown 26d20ebcfc Don't allow filament change without homing first (#7054) 8 years ago
Roxy-3D 824f71d503 LCD Panel Interactive Mesh Editing (#7045)
Original Mesh Bed Leveling replacement put at top of UBL Menu Options to
help facilitate the removal of the Original Mesh Bed Leveling.

Radar display (and control) of the UBL Interactive Mesh Editing.
8 years ago
Scott Lahteine 445227c807 Fix missing LCD_STR_REFRESH 8 years ago
Scott Lahteine 699aa35df6 Code cleanup for G33 8 years ago
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.
8 years ago
Luc Van Daele 896dfa0577 G33 eccentric probe fixes (#6850)
* excentric probe config fix

* undo last commit

* eccentric probe fix

* oops

* !stow after each probe

* deploy/stow fix

* E parameter + bit of cleanup

* comment

* LCD menu fix
8 years ago
Thomas Moore e47029199e Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF (#7000)
* Remove ADVANCED_PAUSE_FEATURE requirement for PROBING_HEATERS_OFF

* Add HEATER_IDLE_HANDLER conditional
8 years ago
Scott Lahteine 8326c1c279 Merge pull request #7005 from Diederikvanderpant/bugfix-1.1.x
added shift register pins for reprapworld keypad v1.1
8 years ago
Scott Lahteine 07f8da36d2 CL-260 configs 8 years ago
Scott Lahteine dce665a083 Merge pull request #7025 from magnuspub/patch-1
Mod in language_it.h
8 years ago
Scott Lahteine 7b09ab6bda Merge pull request #7033 from Bob-the-Kuhn/pinsDebug-&-dac_mcp4728-fixes
Fix pinsDebug problem & add capability to display more than 70 pins
8 years ago
Scott Lahteine 5bdb4bbc5e Merge pull request #7030 from thinkyhead/bf_circular_scroll
Circular scrolling of the status message
8 years ago
Federico 772275ab0c Create language_it.h 8 years ago