69 Commits (ae1a698263c9f0bb3870e77c2176334bbc494a99)

Author SHA1 Message Date
Bo Herrmannsen c429a4b3ec Toshiba Stepper Driver support
10 years ago
Dim3nsioneer 3c927901a4 Implementation of FW extruder change retract
10 years ago
MyMakibox e4dc80d3d3 Update Configuration_adv.h
11 years ago
nothinman 357b87b498 Merge pull request #826 from paciotti/patch-1
11 years ago
nothinman c23376f2e7 Merge pull request #837 from whosawhatsis/fwretract
11 years ago
ErikZalm a00cec8b71 Merge pull request #833 from mattsch/optional_feedrate_multiplier
11 years ago
whosawhatsis aab61e63c3 FWRETRACT in mm/s
11 years ago
Matthew Schick 6cd85e6008 Add support for disabling encoder control for feedrate multiplier
11 years ago
blddk 765b2da3d4 Added CHDK support
11 years ago
paciotti 881e348eed Update Configuration_adv.h
11 years ago
daid 46bae30573 Merge pull request #776 from whosawhatsis/fwretract
11 years ago
whosawhatsis 99f0e44864 Move FWRETRACT defaults to configuration_adv.h
11 years ago
Mark Hanford ab0d3c4fb3 Various typo fixes - only in comments, no code changes.
11 years ago
Jim Morris d485988bec fix typo
11 years ago
Jim Morris 8a1fd25363 Default is to not define digipot_i2c
11 years ago
Jim Morris b819fc53ca Add Azteeg X3 Pro as motherboard 68
11 years ago
RicardoGA d29615dc0c Z and Y dual stepper drivers error
11 years ago
Erik van der Zalm a94e588765 Changed slow buttons behavior.
11 years ago
Erik van der Zalm 69af392554 Added HEATERS_PARALLEL (Request from reifsnyderb)
11 years ago
fmalpartida b5a964fcc5 Initial SAV MkI (RepRap CloneWars board) integration.
11 years ago
Erik van der Zalm 457d8a0acb Fixed merge conflicts
11 years ago
Alex Borro dd3086d3f2 Show Temperature ADC values
11 years ago
bkubicek 7fad13a1e2 Reverse SD card file name order.
11 years ago
bkubicek b832f5b9f6 added delta tower babystepping. Its untested, but hopefully florian horsch will be able to try.
11 years ago
bkubicek c38b0855c8 I think that filament change is ready for the masses. I have tested very often with my ultimaker.
11 years ago
bkubicek d147a057ac Add the socalled "Babystepping" feature.
11 years ago
Richard Miles 77df2ab0e7 Make Y_DUAL_STEPPER_DRIVERS disabled by default
11 years ago
Richard Miles ed1ab42186 Added Y_DUAL_STEPPER_DRIVERS
11 years ago
Richard Miles f4a59e4ce5 Revert "Added Y_DUAL_STEPPER_DRIVERS"
11 years ago
Richard Miles 7ee275b620 Added Y_DUAL_STEPPER_DRIVERS
11 years ago
Robert F-C 9547fb9dfb Add duplication and auto-park mode for dual x-carriage support.
11 years ago
Nicolas Rossi 394ed08f88 Added feedrate setting for manual moves from panel
11 years ago
Robert F-C c3568398b5 Disable DUAL_X_CARRIAGE by default
11 years ago
Robert F-C 39cd3dbdbe Remove dual x-carriage functionality that could/should be implemented in slicer
11 years ago
Robert F-C d7390e13d9 Support dual x-carriage printers
11 years ago
Erik van der Zalm c4a2077951 M109 and M190 now wait when cooling down if R is used instead of S.
11 years ago
Scott Lahteine 5dabc95409 Apply all changes from latest Marlin_V1
11 years ago
Bernhard 1d06b10962 Added a feature to have filament change by gcode or display trigger.
12 years ago
daid303 0f3f5d083d Minor cleanup of the new FAN_KICKSTART code. #334
12 years ago
Kevin O'Connor 3d91bd486c Add "kick fan" feature - briefly run fan at full speed on start.
12 years ago
daid 27843388c6 Merge pull request #360 from njprossi/Marlin_v1
12 years ago
daid303 921273baa0 Added optional feature to stop printing when an endstop is hit. Made the Z display on the LCD in 3.2 format instead of 3.1. Added LCD message when and endstop is hit.
12 years ago
Nicolas Rossi f3c1fc70a9 Power signal control definitions for ATX and others
12 years ago
Johann Rocholl 1f45cb0a51 Fix typo in MANUAL_HOME_POSITION (plural S missing) and improve comments.
12 years ago
daid303 587154c01b Fix the WATCHPERIOD implementation. It did not work correctly in a multi extruder setup, it did not work after 32 seconds after startup (int16 used as millies timestamp). And it did not work if you gave an M104 or M109 when the target was already around the target setpoint. So on average, it did not work at all. The new implementation should be robust in detecting a failure to heat up.
12 years ago
Erik vd Zalm f934d0ef5b Merge remote-tracking branch 'tonokip/Marlin_v1' into Marlin_v1
12 years ago
daid303 f6ff0ab767 signed/unsigned fixes.
12 years ago
daid303 b6ff45254e Better explain the watchdog "problem" and rename the config define so it explains that the feature belongs to the watchdog.
12 years ago
daid303 7e348fcb5f By mistake enabled the watchdog by default. This should be off by default.
12 years ago
daid303 06b58a9c4f First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions.
12 years ago