- Mar 15, 2015
-
-
Scott Lahteine authored
Update ultralcd_st7920_u8glib_rrd.h
-
- Mar 14, 2015
-
-
alexborro authored
Filament Runout Sensor Feature
-
chris-bo authored
-
Scott Lahteine authored
Simplify manage_heater
-
Scott Lahteine authored
-
Scott Lahteine authored
- Make separate get_pid_output(e) and get_pid_output_bed() function - Reduce size of manage_heater function - Hopefully work around linker errors
-
- Mar 13, 2015
-
-
alexborro authored
-
- Mar 12, 2015
-
-
Scott Lahteine authored
Fix missing temp_error declarations
-
- Mar 11, 2015
-
-
Scott Lahteine authored
- Fix for #1591 replacing #1595
-
Scott Lahteine authored
Macro indirection for stepper drivers + Support for TMC26X and L6470 Stepper Drivers
-
Mehmet Sutas authored
update
-
alexborro authored
The max acceleration limiting was in wrong place.
-
Bo Herrmannsen authored
-
alexborro authored
Added option to set Travel Acceleration (non printing moves). The M204 options was a non sense (S for printing moves and T for retract moves). It has been changed to: P = Printing moves R = Retract only (no X, Y, Z) moves T = Travel (non printing) moves I will add this info o G-Code wiki in reprap.org. I also advise to put this info in Marlin next version changelog.
-
alexborro authored
I forgot to enclousure the variable with #ifdef
-
alexborro authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
removed the link as the software i had did not work, nor does anyone hardly use irc chat but just hang out there
-
- Mar 10, 2015
-
-
alexborro authored
-
alexborro authored
-
alexborro authored
-
domonoky authored
Conflicts: Marlin/Marlin_main.cpp Marlin/stepper.cpp
-
Scott Lahteine authored
fix a handful of cases where strtod() was cast to int, instead of just using strtol()
-
- Mar 09, 2015
-
-
Mehmet Sutas authored
update
-
Scott Lahteine authored
fix typo in delta example config introduced in commit 697ee2dc
-
Scott Lahteine authored
Fix controller fan
-
- Mar 07, 2015
-
-
Greg Alexander authored
-
Greg Alexander authored
-
Greg Alexander authored
commit 697ee2dc
-
Mehmet Sutas authored
With this change a mechanical or optical switch may be used to check the availability of the filament and when the filament runs out an M600 (filament change) command is issued. This is only done while printing with an SD card. This feature was requested several times (issue #679), but the requests were not accepted since it was believed that this situation should be handled at host side. However during an SD print the control is totally on firmware and I think that during an SD print it should be handled by the firmware. The original code was posted at reprap forum (http://forums.reprap.org/read.php?1,297350) by Lazymonk. I have only corrected some bugs of the code and improved it by adding definitions to the configuration.h in order to make it more standardized.
-
Wurstnase authored
-
Scott Lahteine authored
More sanity-checking for ABL
-
Scott Lahteine authored
- Moved sanity-checks to Marlin_main.cpp - Applied to other configuration files - Fixed formatting of ABL output - Passing verbose level to probe_pt - Miscellaneous cleanup - Put CONFIG_STEPPERS_TOSHIBA into Configuration.h
-
- Mar 06, 2015
-
-
Scott Lahteine authored
Make sure a ROM is selected for ULTRA_LCD
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixes gCode handling of comments and escaped characters
-
Scott Lahteine authored
Fix compile error in gcode_G29
-
Scott Lahteine authored
-
Scott Lahteine authored
- A redo of #1576, which missed topo_flag - Always set verbose_level
-
Scott Lahteine authored
Minor typos in the README
-