- Apr 06, 2015
-
-
Scott Lahteine authored
-
- Apr 05, 2015
-
-
Scott Lahteine authored
Have the configurator read from MarlinFirmware repo
-
Scott Lahteine authored
-
Scott Lahteine authored
Execute DOGM display-loop less often
-
- Apr 04, 2015
-
-
Scott Lahteine authored
Fixed scara directions
-
quillford authored
Config said for a delta instead of for a scara
-
Scott Lahteine authored
Fix bad thermal runaway trigger
-
AnHardt authored
In 'if (encoderPastThreshold || LCD_CLICKED)' lcdDrawUpdate was not set. 'lcd_status_update_delay'-loop was not effective in function lcd_status_screen(). The loop prevented the update of the status screen but not the displays update. Shifted the loop into lcd_update().
-
AnHardt authored
Shifted condition should still be in.
-
AnHardt authored
Result see: https://youtu.be/AEnBzdu9_tk Dot is moving not so fast -> less executed loops.
-
AnHardt authored
Result see: https://www.youtube.com/watch?v=tdu7J0i-c4g Loop is executed several times per display update.
-
Scott Lahteine authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Compare indices instead of floats for probe actions
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Bo Herrmannsen authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Deferring default definition made #undef unnecessary
-
Scott Lahteine authored
Optimize coordinate copying, fix EXTRUDER_RUNOUT_PREVENT
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Z_PROBE_ENDSTOP Pin for Azteeg X3 Pro
-
Scott Lahteine authored
- Document `manage_inactivity` function - Allow `EXTRUDER_RUNOUT_PREVENT` to work with all extruders - Use faster `memcpy` for copying coordinates
-
Scott Lahteine authored
-
Scott Lahteine authored
Minor optimizations
-
Scott Lahteine authored
Compiling error temperature.cpp with multiple extruders defined
-
Natealus authored
Just a simple #ifdef Z_PROBE_ENDSTOP to define the pin for it. Also has a couple commented lines for switching Z_MIN_PIN if needed.
-
Scott Lahteine authored
-
Natealus authored
It wouldn't compile because of this line in temperature.cpp it turns out it was just a stray ( that didn't line up with the previous lines so I just made it in line with the rest and it compiled fine.
-
Scott Lahteine authored
-