- Apr 30, 2017
- Apr 29, 2017
-
-
emartinez167 authored
Updates as per @thinkyhead request.
-
- Apr 28, 2017
-
-
Kai authored
-
Silvio authored
-
Mehmet Sutas authored
-
Petr Zahradnik authored
* Update language_cz.h for new translations * Correction translate * Revert correction back to hotend
-
gege2b authored
-
Ernesto Martinez authored
Adding missing strings to Spanish language, as per changes recently done to the RCBugFix branch.
-
paulusjacobus authored
updated the RCbugfix release with additional Dutch translations
-
benlye authored
The first character in the string wasn't blanked if the number went from >= 100 to <100, resulting in artefacts in the displayed string.
-
Roxy-3D authored
The Configuration.h file entries for BL-Touch have been updated to: ```cpp //#define BLTOUCH //#define BLTOUCH_DELAY 375 // (ms) Enable and increase if needed //#define BLTOUCH_HEATERS_OFF // if defined the printer's heaters are turned off during probe event ```
-
- Apr 27, 2017
-
-
Roxy-3D authored
The electro-magnetic interference from the bed and nozzle are affecting the BL-Touch repeatability for some users. This problem can be helped by shutting down the heaters during the actual probe event and then quickly turning them back on. Because this code is messing with the heaters, it is written in a paranoid manner. It only turns the heaters back on if everything is EXACTLY as it expects things to be. The BL-Touch probe must have been put into a deployed state less than 20 seconds prior, or the stow() function will NOT turn the heaters on. This code has been tested and works for both G28 and probing functions.
-
Roxy-3D authored
-
Roxy-3D authored
Also setting up Z-Probe on the machine.
-
Kai authored
-
Kai authored
-
- Apr 26, 2017
-
-
Roxy-3D authored
Change to support new name GRID_MAX_POINTS_XY Start UBL at version 1.0 in the CUSTOM_MACHINE_NAME
-
Roxy-3D authored
These are my two 'Nice' machines. Both are good example machines. The FolgerTech i3-2020 is probably the best value kit on the market right now. And it has developed a 'Cult Following' of hobbiests. I'll always have an up to date Configuration.h file set for it, so it may as well be an example configuration. And the gCreate gMax 1.5+ is the best printer I've ever seen that runs Marlin. For sure, I'll always have up to the minute Configuration.h files for this printer also. I've moved over to using the gMax as my primary development machine for Marlin. So... Besides being a good machine, it is a nice convienience for me to have this Configuration.h file as an 'Example'.
-
Scott Lahteine authored
Fixes #6393
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Kai authored
There are some quite tricky ones which are hardly translateable. Maybe @Sebastianv650 can review this
-
Scott Lahteine authored
Fixes #6426
-
Scott Lahteine authored
Fixes #6445
-
Roxy-3D authored
Also... The memory corruption issue may be fixed. The GCC compiler was inlining static functions and this caused the G29() stack frame to become much larger than the AVR could handle.
-
- Apr 24, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Kai authored
-
- Apr 22, 2017
-
-
Brian authored
* relocated ubl state to config. store: * removed a number of ubl state variables and padding which were largely unused - saved 58 bytes of both SRAM and EEPROM; * modified ubl sanity_check - no longer checks removed state variables that were otherwise unused, where checking didn't seem to accomplish anything, ultimately; * removed pre_initialized state, saving 64 bytes of SRAM; * removed automatic saving of UBL state after UBL activation/deactivation; * consolidated multiple GRID_MAX_POINTS_X/Y to 'Global Leveling' section of EEPROM; * minor update to G29 Sx notes/instructions; * renamed mesh load and save parameter to 'slot' from 'm' for clarity;
-
Brian authored
fix maximum mesh_index_ array size at 16 (15+1);
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
android444 authored
Add polish font for GLCD displays only. HD44780 work properly without polish character. Update language_pl.h.
-