Skip to content
  1. Mar 05, 2013
    • Nicolas Rossi's avatar
      No bed config for RAMPS · aba67e24
      Nicolas Rossi authored
      The motherboard 35 is a config without bed with this pins setting :
      D8 Extruder
      D9 Fan
      D10 Controller Fan
      aba67e24
    • Nicolas Rossi's avatar
      Turn off power supply off-load · 6504e961
      Nicolas Rossi authored
      Disable the high current output and wait a little before to turn off,
      because the interrupting capacity of the PSU is unknown.
      Could be a function if needed by other.
      6504e961
    • Nicolas Rossi's avatar
      Toggle menu for PSU from LCD pannel · 86bf9111
      Nicolas Rossi authored
      From the prepare menu, accessible when is not printing, you have the
      possibility to turn off the PSU when is on et vice versa.
      From the host, you can turn off or turn on the PSU then the menu is
      updated accordingly.
      From the LCD message, the printer status is reported ready or off
      respectively when the PSU is on or off.
      86bf9111
  2. Feb 19, 2013
  3. Feb 16, 2013
  4. Feb 14, 2013
  5. Feb 13, 2013
  6. Feb 12, 2013
  7. Feb 11, 2013
  8. Feb 03, 2013
  9. Feb 02, 2013
  10. Feb 01, 2013
  11. Jan 31, 2013
  12. Jan 30, 2013
  13. Jan 27, 2013
    • Bernhard's avatar
      Added a feature to have filament change by gcode or display trigger. · 1d06b109
      Bernhard authored
      [default off for now]
      syntax: M600  X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal]
      
      if enabled, after a M600, the printer will retract by E, lift by Z, move to XY, retract even more filament.
      Oh, and it will display "remove filament" and beep like crazy.
      
      You are then supposed to insert a new filament (other color, e.g.) and click the display to continue.
      After having the nozzle cleaned manually, aided by the disabled e-steppers.
      After clicking, the printer will then go back the whole shebang, and continue printing with a fancy new color.
      1d06b109
  14. Jan 21, 2013
  15. Jan 14, 2013
  16. Jan 10, 2013
  17. Jan 09, 2013
  18. Jan 08, 2013
    • Kevin O'Connor's avatar
      Add "kick fan" feature - briefly run fan at full speed on start. · 3d91bd48
      Kevin O'Connor authored
      Add a feature to run the cooling fan at full speed for a small period
      (default 100ms) when first starting the fan.  Some fans wont reliably
      start spinning at low power, and many fans have issue with the PWM at
      low power.  However, once the fan starts spinning it can reliably be
      set to a wide range of PWM values.
      3d91bd48