chiark / gitweb /
marlin.git
12 years agoAdded temperature window to M109. This is needed for systems with no overshoot PID.
Erik van der Zalm [Mon, 30 Apr 2012 11:36:19 +0000 (13:36 +0200)]
Added temperature window to M109. This is needed for systems with no overshoot PID.

12 years agoUpdate readme file
Erik van der Zalm [Sun, 15 Apr 2012 20:44:03 +0000 (22:44 +0200)]
Update readme file

12 years agoMerge pull request #138 from triffid/fix-makefile
ErikZalm [Sun, 15 Apr 2012 17:21:46 +0000 (10:21 -0700)]
Merge pull request #138 from triffid/fix-makefile

make should rebuild if configuration or Makefile is changed

12 years agoFixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
Erik van der Zalm [Sun, 15 Apr 2012 17:17:33 +0000 (19:17 +0200)]
Fixed AUTOTEMP (M109 S215 B260 F1 starts autotemp)
Changed SLOWDOWN. IF this does not work ok OLD_SLOWDOWN is the old algo.

12 years agoDisabled disable_heater in PID_autotune.
Erik van der Zalm [Thu, 12 Apr 2012 19:12:31 +0000 (21:12 +0200)]
Disabled disable_heater in PID_autotune.

12 years agoMerge pull request #140 from daid/Marlin_v1
ErikZalm [Thu, 12 Apr 2012 12:29:24 +0000 (05:29 -0700)]
Merge pull request #140 from daid/Marlin_v1

Fix for wrong systax in #ifdef.

12 years agoFix for wrong systax in #ifdef.
Daid [Thu, 12 Apr 2012 12:01:30 +0000 (14:01 +0200)]
Fix for wrong systax in #ifdef.

12 years agoFix Makefile
Michael Moon [Wed, 11 Apr 2012 01:37:55 +0000 (11:37 +1000)]
Fix Makefile

12 years agoFixed MAX6675
Erik van der Zalm [Tue, 10 Apr 2012 19:57:57 +0000 (21:57 +0200)]
Fixed MAX6675

12 years agoMerge pull request #136 from grrf/patch-1
ErikZalm [Tue, 10 Apr 2012 16:48:45 +0000 (09:48 -0700)]
Merge pull request #136 from grrf/patch-1

This breaks temperature readout for pronterface!

12 years agoThis breaks temperature readout for pronterface!
grrf [Mon, 9 Apr 2012 20:37:34 +0000 (23:37 +0300)]
This breaks temperature readout for pronterface!

12 years agoMerge pull request #134 from tgiphil/Marlin_v1
ErikZalm [Sun, 8 Apr 2012 12:16:29 +0000 (05:16 -0700)]
Merge pull request #134 from tgiphil/Marlin_v1

- Fixed a typo

12 years ago- Fixed a typo
tgiphil [Sun, 8 Apr 2012 03:01:31 +0000 (20:01 -0700)]
- Fixed a typo

12 years agoFixed typo in arc
Erik van der Zalm [Mon, 2 Apr 2012 15:19:20 +0000 (17:19 +0200)]
Fixed typo in arc

12 years agoChanged default MINIMUM_PLANNER_SPEED -> 0.05
Erik van der Zalm [Sun, 1 Apr 2012 14:23:40 +0000 (16:23 +0200)]
Changed default MINIMUM_PLANNER_SPEED -> 0.05
Fixed small bug in arcs
M105 prints now actual_temp/target_temp

12 years agoFixed arc offset.
Erik van der Zalm [Tue, 27 Mar 2012 17:03:33 +0000 (19:03 +0200)]
Fixed arc offset.

12 years agoIgnore ":" in comments.
Erik van der Zalm [Sun, 25 Mar 2012 12:41:26 +0000 (14:41 +0200)]
Ignore ":" in comments.

12 years agoReplaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart.
Erik van der Zalm [Sun, 25 Mar 2012 12:36:51 +0000 (14:36 +0200)]
Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart.

Moved the PID_dT in the Ki and Kd calculation from the configuration.h to temperature.cpp

12 years agoMerge pull request #123 from buserror-uk/for-upstream
ErikZalm [Fri, 23 Mar 2012 18:54:58 +0000 (11:54 -0700)]
Merge pull request #123 from buserror-uk/for-upstream

For upstream

12 years agoMerge pull request #126 from tommycheng/patch-1
ErikZalm [Fri, 23 Mar 2012 18:54:37 +0000 (11:54 -0700)]
Merge pull request #126 from tommycheng/patch-1

Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...

12 years agoFix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.
Tommy Cheng [Fri, 23 Mar 2012 18:26:59 +0000 (02:26 +0800)]
Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.

12 years agoNew board variant, Open Motion Controller
Michel Pollet [Thu, 22 Mar 2012 13:51:21 +0000 (13:51 +0000)]
New board variant, Open Motion Controller

Open Hardware board currently used by the group build of http://tvrrug.org.uk
The board can be found at http://solderpad.com/folknology/open-motion-controller/

Signed-off-by: Michel Pollet <buserror@gmail.com>
12 years agoMakefile: Redone
Michel Pollet [Thu, 22 Mar 2012 13:48:10 +0000 (13:48 +0000)]
Makefile: Redone

+ Removed most explicit pathnames, use the standard make "VPATH" to let
make find the files for itself.

+ Added a "hardware variant" variable that allows compiging Sanguino and
Gen7 as well as "generic" arduino.

+ Allows overriding the MOTHERBOARD define from the Makefile

+ Removed the 'preprocessor' bit that wasn't needed, now just "include" the
files that are needed, since it allows gcc to show the right file/line
when displaying error/warnings.

+ Uses gcc's own dependency generator to generate the .d files, and
and include these instead of self-patching the makefile

Signed-off-by: Michel Pollet <buserror@gmail.com>
12 years agomade prepare->autostart independent of current folder.
Bernhard [Mon, 19 Mar 2012 19:24:40 +0000 (20:24 +0100)]
made prepare->autostart  independent of current folder.

12 years agofound error in filenames.
Bernhard [Mon, 19 Mar 2012 19:06:58 +0000 (20:06 +0100)]
found error in filenames.
One array was too short. This had nothing to do with long filenames, other than if they were 12 characters exactly, which could only happen if the extension and the text before were filled completely

12 years agoUpdate README.md
ErikZalm [Sun, 18 Mar 2012 14:59:14 +0000 (15:59 +0100)]
Update README.md

12 years agoFixed compile errors in ultralcd when no ultra_lcd is selected.
Erik van der Zalm [Thu, 15 Mar 2012 21:29:31 +0000 (22:29 +0100)]
Fixed compile errors in ultralcd when no ultra_lcd is selected.

12 years agoAdded DISABLE_MAX_ENDSTOPS
Erik van der Zalm [Mon, 12 Mar 2012 19:32:14 +0000 (20:32 +0100)]
Added DISABLE_MAX_ENDSTOPS

12 years agoPPID tune exports more constants.
Erik van der Zalm [Sun, 11 Mar 2012 21:18:25 +0000 (22:18 +0100)]
PPID tune exports more constants.

12 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Sun, 11 Mar 2012 17:03:00 +0000 (18:03 +0100)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

12 years agoAdded more manage_inactivity checks
Erik van der Zalm [Sun, 11 Mar 2012 16:59:44 +0000 (17:59 +0100)]
Added more manage_inactivity checks

12 years agoMerge pull request #99 from Justblair/master
ErikZalm [Sun, 11 Mar 2012 11:34:59 +0000 (04:34 -0700)]
Merge pull request #99 from Justblair/master

Better pin configuration for rotary encoder in RAMPS boards

12 years agoAdded 20MHz support.
Erik van der Zalm [Sun, 11 Mar 2012 11:25:04 +0000 (12:25 +0100)]
Added 20MHz support.

12 years agoMerge pull request #106 from bgamari/Marlin_v1
ErikZalm [Sun, 11 Mar 2012 09:48:30 +0000 (01:48 -0800)]
Merge pull request #106 from bgamari/Marlin_v1

Make F_CPU dependence of stepper.cpp more explicit

12 years agoAdded CONTROLLERFAN. (Controlling a fan to cool down the steppper drivers)
Erik van der Zalm [Sun, 11 Mar 2012 09:44:10 +0000 (10:44 +0100)]
Added CONTROLLERFAN.  (Controlling a fan to cool down the steppper drivers)

12 years agoDo not disable steppers when there are moves in the queue.
Erik van der Zalm [Fri, 9 Mar 2012 19:20:01 +0000 (20:20 +0100)]
Do not disable steppers when there are moves in the queue.

12 years agoFixed typo
Erik van der Zalm [Fri, 9 Mar 2012 16:49:48 +0000 (17:49 +0100)]
Fixed typo

12 years agoRemoved !!!. Stupid arduino bootloader can't handle this.
Erik van der Zalm [Fri, 9 Mar 2012 16:42:32 +0000 (17:42 +0100)]
Removed !!!. Stupid arduino bootloader can't handle this.

12 years agoAdded FAN_PIN -1 checks
Erik van der Zalm [Thu, 8 Mar 2012 21:09:49 +0000 (22:09 +0100)]
Added FAN_PIN -1 checks

12 years agoCorrected active_extruder when autotemp is used.
Erik van der Zalm [Thu, 8 Mar 2012 21:04:13 +0000 (22:04 +0100)]
Corrected active_extruder when autotemp is used.

12 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Thu, 8 Mar 2012 20:48:06 +0000 (21:48 +0100)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

12 years agoAdded PID autotune. (experimental)
Erik van der Zalm [Thu, 8 Mar 2012 20:43:21 +0000 (21:43 +0100)]
Added PID autotune. (experimental)
M303 Starts autotune. Wait till the Kp Ki and Kd constants are printed.
Put these values in Configuration.h

12 years agoAdd instructions to regenerate speed_lookuptable when changing F_CPU
Ben Gamari [Wed, 7 Mar 2012 23:05:10 +0000 (18:05 -0500)]
Add instructions to regenerate speed_lookuptable when changing F_CPU

12 years agostepper: Clarify comment on timer-counter configuration
Ben Gamari [Wed, 7 Mar 2012 22:58:35 +0000 (17:58 -0500)]
stepper: Clarify comment on timer-counter configuration

12 years agoAdd create_speed_lookup
Ben Gamari [Wed, 7 Mar 2012 22:41:29 +0000 (17:41 -0500)]
Add create_speed_lookup

12 years agoMerge pull request #100 from tommycheng/patch-1
ErikZalm [Mon, 5 Mar 2012 17:56:50 +0000 (09:56 -0800)]
Merge pull request #100 from tommycheng/patch-1

While Waiting for hotbed to warm up via M190, LCD Display and Click Enco...

12 years agoWhile Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input...
Tommy Cheng [Mon, 5 Mar 2012 15:12:26 +0000 (23:12 +0800)]
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.

12 years agoFixed type in e-jerk
Erik van der Zalm [Sun, 4 Mar 2012 22:09:13 +0000 (23:09 +0100)]
Fixed type in e-jerk

12 years agoChanged Pin Assignment for the RAMPS motherboard so that LCD and Rotary encoder are...
Blair Thompson [Sun, 4 Mar 2012 21:34:20 +0000 (21:34 +0000)]
Changed Pin Assignment for the RAMPS motherboard so that LCD and Rotary encoder are all wired to AUX-4

This simplifies wiring for those with RAMPS 1.3 and 1.4 boards.

12 years agoAdded E-Jerk
Erik van der Zalm [Sun, 4 Mar 2012 15:34:58 +0000 (16:34 +0100)]
Added E-Jerk

12 years agoAdded missing defines to the german section.
Erik van der Zalm [Sun, 4 Mar 2012 13:08:20 +0000 (14:08 +0100)]
Added missing defines to the german section.
Translation still needed.

12 years agomerging with SCUBA82
Erik van der Zalm [Sun, 4 Mar 2012 12:41:47 +0000 (13:41 +0100)]
merging with SCUBA82

12 years agoQueued fan control. Issue #90
Erik van der Zalm [Sun, 4 Mar 2012 12:05:26 +0000 (13:05 +0100)]
Queued fan control. Issue #90

12 years agoset SD file delete to M30; switch printime output to M31
Christian Thalhammer [Sat, 3 Mar 2012 20:58:12 +0000 (21:58 +0100)]
set SD file delete to M30; switch printime output to M31

12 years agoChanged (corrected?) SD_card comment handling.
Erik van der Zalm [Sat, 3 Mar 2012 20:28:33 +0000 (21:28 +0100)]
Changed (corrected?) SD_card comment handling.

12 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Sat, 3 Mar 2012 19:41:22 +0000 (20:41 +0100)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

12 years agoAdded current_block = NULL to quickStop()
Erik van der Zalm [Sat, 3 Mar 2012 19:40:46 +0000 (20:40 +0100)]
Added current_block = NULL to quickStop()

12 years agoMerge pull request #96 from haxar/Marlin_v1
ErikZalm [Sat, 3 Mar 2012 19:24:58 +0000 (11:24 -0800)]
Merge pull request #96 from haxar/Marlin_v1

make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, ...

12 years agoRemoved vc files
Erik van der Zalm [Sat, 3 Mar 2012 19:22:42 +0000 (20:22 +0100)]
Removed vc files

12 years agoMerge remote-tracking branch 'justblair/master' into Marlin_v1
Erik van der Zalm [Sat, 3 Mar 2012 19:20:55 +0000 (20:20 +0100)]
Merge remote-tracking branch 'justblair/master' into Marlin_v1

12 years agoMerge pull request #88 from daid/Marlin_v1
ErikZalm [Sat, 3 Mar 2012 19:18:14 +0000 (11:18 -0800)]
Merge pull request #88 from daid/Marlin_v1

Made plan_buffer_line arguments const...

12 years agoFixed RAMPS 1.2 support (Found and fixed by rrhb)
Erik van der Zalm [Sat, 3 Mar 2012 19:15:41 +0000 (20:15 +0100)]
Fixed RAMPS 1.2 support (Found and fixed by rrhb)

12 years agoThe percent complete for the SD file statistic sits squint. Changed "lcd.Setcursor...
Blair Thompson [Sat, 3 Mar 2012 16:47:27 +0000 (16:47 +0000)]
The percent complete for the SD file statistic sits squint.  Changed "lcd.Setcursor (7,2);" to "lcd.Setcursor (10,2);".

The percent complete now lines up with the temperatures and Z-axis position figures, nicer to read and nicer to look at IMHO.

12 years agoThis is in my opinion a much better way of dealing with SD cards than my previous...
Blair Thompson [Sat, 3 Mar 2012 16:30:31 +0000 (16:30 +0000)]
This is in my opinion a much better way of dealing with SD cards than my previous fix.

Instead of adding a momentary switch to fake the insertion of the card I have modified the ultralcd menu item:

Card Menu -> Refresh

to reinitialise the card providing that the SDCARDDETECT pin has been set to -1 in the pins.h file.  This requires one less switch on the front panel and the refresh menu item is in the most relevent place for a user who wishes to inert a card and then print from it.

It also means that the "Card inserted" messages do not bother the users of these card readers (they dont make sense for users without SCCARDDETECT)

12 years agoAdded more defines to the language.h file so that nowe most of the text strings are...
Blair Thompson [Sat, 3 Mar 2012 15:51:47 +0000 (15:51 +0000)]
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file.  Still got some hunting down to do to complete this task.

12 years agomake analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, complem...
haxar [Sat, 3 Mar 2012 01:15:21 +0000 (17:15 -0800)]
make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, complementing changes to analog2temp in d15f01e

12 years agoadded M31 - delete file from sd card
Christian Thalhammer [Fri, 2 Mar 2012 20:49:05 +0000 (21:49 +0100)]
added M31 - delete file from sd card

12 years agofixed LCD manual z axis move Feedrate to 70 (was 1700)
Christian Thalhammer [Thu, 1 Mar 2012 13:38:50 +0000 (14:38 +0100)]
fixed LCD manual z axis move Feedrate to 70 (was 1700)

12 years agoadded german translation;Menue should be in english.. sounds better
Christian Thalhammer [Thu, 1 Mar 2012 13:24:20 +0000 (14:24 +0100)]
added german translation;Menue should be in english.. sounds better

12 years agofixed languages; Preheat_PLA and Preheat_ABS was not defined for non
Christian Thalhammer [Thu, 1 Mar 2012 13:05:40 +0000 (14:05 +0100)]
fixed languages; Preheat_PLA and Preheat_ABS was not defined for non
english

12 years agoTypo fix
Daid [Wed, 29 Feb 2012 18:01:21 +0000 (19:01 +0100)]
Typo fix

12 years agoOnly protect the heater pins for the defined extruders.
Daid [Wed, 29 Feb 2012 14:49:02 +0000 (15:49 +0100)]
Only protect the heater pins for the defined extruders.
Changed the way the extruder pins are defined so it doesn't create extra -1 entries in the list.

12 years agoFixed general 16x2 LCD build without SD support.
Daid [Wed, 29 Feb 2012 14:33:23 +0000 (15:33 +0100)]
Fixed general 16x2 LCD build without SD support.

12 years agoMerge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
Christian Thalhammer [Wed, 29 Feb 2012 13:51:35 +0000 (14:51 +0100)]
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1

12 years ago-
Christian Thalhammer [Wed, 29 Feb 2012 13:51:15 +0000 (14:51 +0100)]
-

12 years agoMerge branch 'Marlin_v1' of git://github.com/ErikZalm/Marlin into Marlin_v1
Daid [Wed, 29 Feb 2012 11:19:20 +0000 (12:19 +0100)]
Merge branch 'Marlin_v1' of git://github.com/ErikZalm/Marlin into Marlin_v1

12 years agoMade plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PR...
Daid [Wed, 29 Feb 2012 10:38:12 +0000 (11:38 +0100)]
Made plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PREVENTION feature.

12 years agoFixed HOME_POS in combination with G28 X0 or G28 Y0
Erik van der Zalm [Tue, 28 Feb 2012 17:20:03 +0000 (18:20 +0100)]
Fixed HOME_POS in combination with G28 X0 or G28 Y0

12 years agoremove stop_heating_wait
Erik van der Zalm [Mon, 27 Feb 2012 17:45:45 +0000 (18:45 +0100)]
remove stop_heating_wait

12 years agoFixed homing
Erik van der Zalm [Mon, 27 Feb 2012 17:31:40 +0000 (18:31 +0100)]
Fixed homing

12 years agoMerge pull request #81 from phord/09469add5560ca8a676c42e4bcd499868c33f0dd
ErikZalm [Mon, 27 Feb 2012 16:38:36 +0000 (08:38 -0800)]
Merge pull request #81 from phord/09469add5560ca8a676c42e4bcd499868c33f0dd

Clean up and add some trace info

12 years agoMerge pull request #83 from phord/tempfix
ErikZalm [Mon, 27 Feb 2012 16:36:45 +0000 (08:36 -0800)]
Merge pull request #83 from phord/tempfix

Add explicit #define for bogus temp override

12 years agoMerge pull request #82 from phord/fix-gen7-build
ErikZalm [Mon, 27 Feb 2012 16:36:06 +0000 (08:36 -0800)]
Merge pull request #82 from phord/fix-gen7-build

pins.h: Define Z_MAX_PIN for Gen7 board

12 years agoAdd support for upcoming Gen7 v1.4
Phil Hord [Mon, 27 Feb 2012 01:39:49 +0000 (20:39 -0500)]
Add support for upcoming Gen7 v1.4

V1.4 moves thermistor power to the always-on 5v line.
The BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE is no longer
needed on this board.  Add a new motherboard type to
support this feature.

12 years agoAdd explicit #define for bogus temp override
Phil Hord [Sun, 26 Feb 2012 23:46:34 +0000 (18:46 -0500)]
Add explicit #define for bogus temp override

The code to ignore the "bad thermistor reading failsafe"
suicide function depends on the existing of the PS_ON pin
feature.  But in some boards this shouldn't be the case
Fix this by adding an explicit definition to make our
intentions more clear and separable.

12 years agopins.h: Define Z_MAX_PIN for Gen7 board
Phil Hord [Mon, 27 Feb 2012 01:15:40 +0000 (20:15 -0500)]
pins.h: Define Z_MAX_PIN for Gen7 board

The Z_MAX_PIN value was defined as no-value, but this causes
the compile to fail.  Fix this by setting the Z_MAX_PIN to the
correct value (which happens to be 0 for pin PB0/DIO0/0).

12 years agoAdd board reset reporting (from Repetier-Firmware)
Phil Hord [Mon, 20 Feb 2012 07:30:31 +0000 (02:30 -0500)]
Add board reset reporting (from Repetier-Firmware)

12 years agoAdd suitable .gitignore to avoid build noise
Phil Hord [Thu, 16 Feb 2012 17:06:33 +0000 (12:06 -0500)]
Add suitable .gitignore to avoid build noise

12 years agoMakefile: generic pde=>cpp rule
Phil Hord [Thu, 16 Feb 2012 17:17:33 +0000 (12:17 -0500)]
Makefile: generic pde=>cpp rule

This adds flexibility to the makefile by allowing different pde
targets to be specified for different needs.

12 years agoSDSUPPORT default disabled
Erik van der Zalm [Sun, 26 Feb 2012 21:05:38 +0000 (22:05 +0100)]
SDSUPPORT default disabled

12 years agoMerge pull request #79 from changwoo/Marlin_v1
ErikZalm [Sun, 26 Feb 2012 21:03:15 +0000 (13:03 -0800)]
Merge pull request #79 from changwoo/Marlin_v1

Fix build on Sanguino based boards with ATmega1284P

12 years agoFix build on Sanguino based boards with ATmega1284P
Changwoo Ryu [Sun, 26 Feb 2012 19:05:33 +0000 (04:05 +0900)]
Fix build on Sanguino based boards with ATmega1284P

12 years agoFixed compiler warning for Sanguino compile
Daid [Sun, 26 Feb 2012 16:35:01 +0000 (17:35 +0100)]
Fixed compiler warning for Sanguino compile

12 years agoMerge pull request #76 from iXce/Marlin_v1
ErikZalm [Sun, 26 Feb 2012 15:30:51 +0000 (07:30 -0800)]
Merge pull request #76 from iXce/Marlin_v1

Fix Makefile

12 years agoChanged version => RC2
Erik van der Zalm [Sun, 26 Feb 2012 15:26:40 +0000 (16:26 +0100)]
Changed version => RC2

12 years agoMoved SLOWDOWN function. (jetty840)
Erik van der Zalm [Sun, 26 Feb 2012 15:23:47 +0000 (16:23 +0100)]
Moved SLOWDOWN function. (jetty840)
Included AD595 calibration options. (daid)

12 years agoMerge remote-tracking branch 'daid/Marlin_v1' into Test
Erik van der Zalm [Sun, 26 Feb 2012 15:10:59 +0000 (16:10 +0100)]
Merge remote-tracking branch 'daid/Marlin_v1' into Test

12 years agoFixes in pins.h
Erik van der Zalm [Sat, 25 Feb 2012 21:55:17 +0000 (22:55 +0100)]
Fixes in pins.h

12 years agoAdded gen6 deluxe.
Erik van der Zalm [Sat, 25 Feb 2012 16:44:45 +0000 (17:44 +0100)]
Added gen6 deluxe.

12 years agoMoved gen7 boards to motherboard type 10, 11 and 12.
Erik van der Zalm [Fri, 24 Feb 2012 22:34:41 +0000 (23:34 +0100)]
Moved gen7 boards to motherboard type 10, 11 and 12.
Split ramps1.3 in Sprinter like config and multiextruder config.