- Mar 31, 2015
-
-
Ivan Galvez Junquera authored
* Added MSG_END_HOUR and MSG_END_MINUTE labels to all language files. * Available translations: EN, FR, DE, ES, IT, PT, PT-BR.
-
Scott Lahteine authored
Restore ENDSTOPPULLUPS in Configuration.h
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow POWER_SUPPLY to be 0
-
Scott Lahteine authored
-
- Mar 30, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Apply leveling for DELTA
-
Scott Lahteine authored
Replace extrudemultiply by extruder_multiply[active_extruder]
-
AnHardt authored
Thanks @MagoKimbra.
-
AnHardt authored
Fix for #1460. Seems to work with only one extruder. Can't test this myself with more.
-
Scott Lahteine authored
Get back folder symbols on Hitachi displays
-
Scott Lahteine authored
A `z_before` value is passed to probe_pt, but the `retract_z_probe` function assumes that Z is 0, doesn’t add `current_position[Z_AXIS]` as other cases do. This may be superfluous, so this is a test, and will be reverted if it has no effect.
-
Scott Lahteine authored
Remove some further warnings
-
Scott Lahteine authored
-
Scott Lahteine authored
- Fix `prepare_move` function not calling `adjust_delta` - Add more shorthand for plan_buffer_line. - Fix wrong `federate` usage, assuming they are all mm/m - Minor `stepper.cpp` cleanup
-
Scott Lahteine authored
Fix G29 E and M48 n
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Users prefer `G29 E` to work like `M48 E` so fixed that - `M48 n` replaced with `M48 P` (or `p`). `n` legacy support - Shorten some strings to save precious bytes - Smaller code for 3-point probing
-
Scott Lahteine authored
Fix G28 homing Y with X
-
Scott Lahteine authored
Viki 2 Pins from Manual and Azteeg X3 Pro Endstop Reswap
-
Scott Lahteine authored
- Fixed a typo causing G28 to home incorrectly - Added documentation to G28 - Added homeXYZ bools to neaten the code - Added a note about home_offsets being questionable
-
- Mar 29, 2015
-
-
AnHardt authored
cardreader.cpp needs temperature.h for autotempShutdown() when AUTOTEMP is defined but warns about unused variables. Unpublished variables by putting them in to temperature.cpp.
-
AnHardt authored
and satisfy the compiler about the implicit compare.
-
AnHardt authored
-
AnHardt authored
therefor in macro ST7920_WRITE_BYTE(a) cast a to uint8_t to make the compiler happy.
-
AnHardt authored
and make use of column 20.
-
Natealus authored
Another fellow here gave me the idea to do it this way
-
Natealus authored
Made my swap commented out so its the option not the default.
-
Natealus authored
I made my changes to swap MIN and MAX endstops on the Azteeg X3 Pro the option rather than the default to fix unexpected reversal.
-
Nate Stokes authored
Updated for the changes that Thinkyhead made before I submitted mine.
-
Natealus authored
I added in the pins into the new board files for the Azteeg X3, X3 Pro, Printrboard, and Rambo. I'm sure it can be added for others too but these are the manual specified pins. Just like many things here though, I can't test for the boards other than the Azteeg X3 Pro. Hopefully it works smoothly for everyone who happens on this nifty display. :)
-
Scott Lahteine authored
G29 auto script
-
Scott Lahteine authored
Tweak G92
-
Scott Lahteine authored
Azteeg X3 Pro Pin Revisions
-
Scott Lahteine authored
- Add some documentation to planner and stepper headers - Patch up RAMBO pins with undefs - Add `sync_plan_position` inline to set current XYZE - Swap indices in `extruder_offset` to fix initialization values
-
Scott Lahteine authored
-