Skip to content
  1. Dec 08, 2013
  2. Dec 07, 2013
  3. Nov 28, 2013
    • Alex Borro's avatar
      Bed Heater monitoring in Controller Fan · 5c44f6c4
      Alex Borro authored
      In some cases the Bed Heater FET heats up more then stepper drivers, so
      this change add the bed monitoring to the controller fan. As soon as the
      bed heater is turned on, the controller fan will run as well.
      5c44f6c4
    • Alex Borro's avatar
      Z Axis Safe Homing when using Z Probe · b33375d4
      Alex Borro authored
      Recommended for those who are using the Z Probe for Z Homing (as
      Z-Endstop)
      
      This feature has two changes:
      
      1) Allow user to choose where the Z Probe will touch the bed when homing
      all axis together (G28) by setting below defines:
      
      Z_SAFE_HOMING_X_POINT
      Z_SAFE_HOMING_Y_POINT
      
      2) Prevents the user to perform Z Axis Homing when the Z Probe is
      outsite bed.
      b33375d4
  4. Nov 27, 2013
    • Alex Borro's avatar
      Allow heaters to stay full On when PWM=127 · 35905ea4
      Alex Borro authored
      In previous version, even with PWM = 127, the system turns the FET off
      and then on in the next cycle. This bevavior may increase the FET heat
      dissipation.
      It was fixed keeping the FET always On when PWM=127.
      35905ea4
  5. Nov 17, 2013
  6. Nov 10, 2013
  7. Nov 09, 2013
  8. Nov 04, 2013
  9. Nov 03, 2013
  10. Nov 01, 2013
  11. Oct 31, 2013
  12. Oct 30, 2013
  13. Oct 29, 2013
  14. Oct 25, 2013
  15. Oct 22, 2013
    • alexborro's avatar
      Add comments about RAMPS 5V rail for servos. · 5b8b939a
      alexborro authored
      5b8b939a
    • bkubicek's avatar
      Fix '#' · d69822ed
      bkubicek authored
      since it can occure in comments.
      d69822ed
    • bkubicek's avatar
    • bkubicek's avatar
      preparation for hibernation · 39d88bcc
      bkubicek authored
      If a print is stopped, it would be nice in the future to write a file with the printer state, the filename of the print, and the position within the print.
      this file could be read, to continue a previously stopped print.
      not finished yet.
      39d88bcc
    • bkubicek's avatar
      Sub-file calls. · ab965376
      bkubicek authored
      by overloading M32 it is now possible to execute gcode files from other gcode files, with a fixed recursion level.
      This can be used e.g. for having a real start.g and end.g somewhere on the sd card, which are then called from the normal print file.
      Another usecase would be to have macro-files for nozzle-change and layerchange.
      I have not tested the speedwise performance. The testing was done with pronterface.
      
      syntax:
      normal call from sd card will open the new file and continue executing there.
      M32 !/path/filename#
      this however will call the new file and return to the caller file.
      M32 P !/path/filename#
      with the optional "S<position>" the  file starting position can be set.
      this is for continuing prints from a previous location.
      ab965376
    • bkubicek's avatar
      Added a magic character for sd buffering. · b2cc27e5
      bkubicek authored
      if a '#' is read now the buffer will be emptied before reading ahead.
      This is so one can execute files from within gcode files, without messing the buffer with preread characters from the caller file.
      # can not occure in sd files imho, because it should only occure within checksums in ther serial communication.
      Yes, thats a lame argument. If you have a better idea please tell me. It has to be a character that one can type
      on a keyboard manually.
      b2cc27e5
  16. Oct 20, 2013