chiark / gitweb /
Erik van der Zalm [Sat, 3 Mar 2012 19:20:55 +0000 (20:20 +0100)]
Merge remote-tracking branch 'justblair/master' into 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...
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)
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.
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)
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.
Daid [Wed, 29 Feb 2012 18:01:21 +0000 (19:01 +0100)]
Typo fix
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.
Daid [Wed, 29 Feb 2012 14:33:23 +0000 (15:33 +0100)]
Fixed general 16x2 LCD build without SD support.
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
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.
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
Erik van der Zalm [Mon, 27 Feb 2012 17:45:45 +0000 (18:45 +0100)]
remove stop_heating_wait
Erik van der Zalm [Mon, 27 Feb 2012 17:31:40 +0000 (18:31 +0100)]
Fixed homing
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
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
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
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.
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.
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).
Phil Hord [Mon, 20 Feb 2012 07:30:31 +0000 (02:30 -0500)]
Add board reset reporting (from Repetier-Firmware)
Phil Hord [Thu, 16 Feb 2012 17:06:33 +0000 (12:06 -0500)]
Add suitable .gitignore to avoid build noise
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.
Erik van der Zalm [Sun, 26 Feb 2012 21:05:38 +0000 (22:05 +0100)]
SDSUPPORT default disabled
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
Changwoo Ryu [Sun, 26 Feb 2012 19:05:33 +0000 (04:05 +0900)]
Fix build on Sanguino based boards with ATmega1284P
Daid [Sun, 26 Feb 2012 16:35:01 +0000 (17:35 +0100)]
Fixed compiler warning for Sanguino compile
ErikZalm [Sun, 26 Feb 2012 15:30:51 +0000 (07:30 -0800)]
Merge pull request #76 from iXce/Marlin_v1
Fix Makefile
Erik van der Zalm [Sun, 26 Feb 2012 15:26:40 +0000 (16:26 +0100)]
Changed version => RC2
Erik van der Zalm [Sun, 26 Feb 2012 15:23:47 +0000 (16:23 +0100)]
Moved SLOWDOWN function. (jetty840)
Included AD595 calibration options. (daid)
Erik van der Zalm [Sun, 26 Feb 2012 15:10:59 +0000 (16:10 +0100)]
Merge remote-tracking branch 'daid/Marlin_v1' into Test
Erik van der Zalm [Sat, 25 Feb 2012 21:55:17 +0000 (22:55 +0100)]
Fixes in pins.h
Erik van der Zalm [Sat, 25 Feb 2012 16:44:45 +0000 (17:44 +0100)]
Added gen6 deluxe.
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.
Guillaume Seguin [Fri, 24 Feb 2012 20:21:19 +0000 (21:21 +0100)]
Correctly build the produced applet/Marlin.cpp source
Erik van der Zalm [Fri, 24 Feb 2012 19:42:07 +0000 (20:42 +0100)]
Changed comment mode for detection.
Added M221 extuder multiply factor.
Erik van der Zalm [Thu, 23 Feb 2012 17:50:05 +0000 (18:50 +0100)]
Fix cast warning in Gen7
Erik van der Zalm [Thu, 23 Feb 2012 17:45:37 +0000 (18:45 +0100)]
Fixed casting warning in sanguino
Blair Thompson [Wed, 22 Feb 2012 23:05:52 +0000 (23:05 +0000)]
Added Fan control to the pre-heat settings.
I find that the PID routine works better when the cooling fan is switched on
at the beginning of a warm up routine. Otherwise when you enable the fan
just before a print, you have a delay as the PIDre-adjusts.
This should also be safer as most cooling fans are directed at the hot -ends
thermal barrier!
Blair Thompson [Wed, 22 Feb 2012 22:51:04 +0000 (22:51 +0000)]
Added new menu items under the prepare submenu.
Instead of a single pre-heat, now there is pre-heat ABS and PLA options
Added defines to the configuration file to adjust preheat temperatures for both
Erik van der Zalm [Wed, 22 Feb 2012 17:07:56 +0000 (18:07 +0100)]
Added HOME_POS. This adds the posibility to make the center 0
Updated the Xsteps ... settings via the LCD menu
Erik van der Zalm [Tue, 21 Feb 2012 22:05:43 +0000 (23:05 +0100)]
Changed display format for some numbers.
Erik van der Zalm [Tue, 21 Feb 2012 19:36:43 +0000 (20:36 +0100)]
Small fixes after merge
Erik van der Zalm [Tue, 21 Feb 2012 19:26:59 +0000 (20:26 +0100)]
merged SBUBA82 and Justblair
Erik van der Zalm [Tue, 21 Feb 2012 19:17:35 +0000 (20:17 +0100)]
Merge remote-tracking branch 'SCUBA82/Marlin_v1' into Marlin_v1
Erik van der Zalm [Tue, 21 Feb 2012 19:17:28 +0000 (20:17 +0100)]
various changes
Christian Thalhammer [Tue, 21 Feb 2012 08:31:28 +0000 (09:31 +0100)]
fixed manual axis movement lcd option
Blair Thompson [Mon, 20 Feb 2012 22:39:39 +0000 (22:39 +0000)]
Removed VS project files for tidyness stakes
Blair Thompson [Mon, 20 Feb 2012 22:22:46 +0000 (22:22 +0000)]
Added a structure that will allow easy translations/modifications to the LCD menu.
Signed-off-by: Blair Thompson <mail@justblair.co.uk>
Christian Thalhammer [Mon, 20 Feb 2012 15:07:27 +0000 (16:07 +0100)]
change preheat to ABS values of nozzle 227 and be 105 °C
next try for manual axis movement
Christian Thalhammer [Mon, 20 Feb 2012 09:25:51 +0000 (10:25 +0100)]
Infos about fuses to use; correct fuses in boards.txt
Blair Thompson [Sat, 18 Feb 2012 23:56:31 +0000 (23:56 +0000)]
Added a workaround. Ramps SD card does not have sdcarddetect. My temporary solution is to add a momentary swtich
that pulls down the SDCARDDETECT pin and mimicking the pull and reinsert ofa a SD card
Blair Thompson [Sat, 18 Feb 2012 18:25:04 +0000 (18:25 +0000)]
Updated the pin config for RAMPS 1.3 to include ultimaker new style LCD/Rotary Encoder interface
Christian Thalhammer [Fri, 17 Feb 2012 10:41:47 +0000 (11:41 +0100)]
ATMega1284P support for Arduino IDE
replace $ARDUINO_HOME/hardware/tools/avr/etc/arduino.conf with this file
Christian Thalhammer [Fri, 17 Feb 2012 10:07:24 +0000 (11:07 +0100)]
added infos for this fork
Christian Thalhammer [Fri, 17 Feb 2012 09:46:48 +0000 (10:46 +0100)]
support for GEN7 1.1,1.2 and 1.3
Daid [Thu, 16 Feb 2012 10:03:41 +0000 (11:03 +0100)]
Added temperature offset/gain settings for AD595.
Christian Thalhammer [Mon, 13 Feb 2012 12:07:55 +0000 (13:07 +0100)]
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
Conflicts:
Marlin/Configuration.h
daid [Mon, 13 Feb 2012 11:39:00 +0000 (12:39 +0100)]
Merge remote branch 'upstream/Marlin_v1' into Marlin_v1
Christian Thalhammer [Mon, 13 Feb 2012 11:31:53 +0000 (12:31 +0100)]
smaller changes
Erik van der Zalm [Sun, 12 Feb 2012 16:38:54 +0000 (17:38 +0100)]
changed default EXTRUDE_MINTEMP to 170.
Erik van der Zalm [Sun, 12 Feb 2012 13:06:08 +0000 (14:06 +0100)]
Fixed small merge bug
Erik van der Zalm [Sun, 12 Feb 2012 12:58:36 +0000 (13:58 +0100)]
merged with triffid fork
Erik van der Zalm [Sat, 11 Feb 2012 22:22:16 +0000 (06:22 +0800)]
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
Erik van der Zalm [Sat, 11 Feb 2012 17:36:42 +0000 (01:36 +0800)]
Corrected e-length calculation in planner
Erik van der Zalm [Sat, 11 Feb 2012 22:22:16 +0000 (23:22 +0100)]
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time
Erik van der Zalm [Sat, 11 Feb 2012 17:36:42 +0000 (18:36 +0100)]
Corrected e-length calculation in planner
ErikZalm [Sat, 11 Feb 2012 15:36:24 +0000 (07:36 -0800)]
Merge pull request #61 from daid/Marlin_v1
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
daid [Sat, 11 Feb 2012 15:02:47 +0000 (16:02 +0100)]
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
Erik van der Zalm [Thu, 9 Feb 2012 20:02:01 +0000 (21:02 +0100)]
Changed check i mtion_conrol
if (millimeters_of_travel == 0.0) => if (millimeters_of_travel < 0.001)
(thanks mooselake)
Erik van der Zalm [Thu, 9 Feb 2012 19:54:49 +0000 (20:54 +0100)]
Fixed M109 timer overflow (reported by triffid)
Erik van der Zalm [Thu, 9 Feb 2012 19:26:17 +0000 (20:26 +0100)]
Print configuration.h version during startup (thanks hairykiwi)
Erik van der Zalm [Thu, 9 Feb 2012 18:53:06 +0000 (19:53 +0100)]
Corrected distance calculation. (thanks jv4779)
Erik van der Zalm [Thu, 9 Feb 2012 18:38:53 +0000 (19:38 +0100)]
Fixed compilation for gcc-4.6.2 with avr-lib-1.8.0 (thanks daid)
Erik van der Zalm [Thu, 9 Feb 2012 18:27:45 +0000 (19:27 +0100)]
Teensylu support.
Erik van der Zalm [Thu, 9 Feb 2012 16:19:45 +0000 (17:19 +0100)]
Fixed ultimaker heater 1 pins. (Thanks daid)
Erik van der Zalm [Wed, 8 Feb 2012 17:38:45 +0000 (18:38 +0100)]
Warning for 10k thermistor
Erik van der Zalm [Wed, 8 Feb 2012 17:28:54 +0000 (18:28 +0100)]
RC 1
Erik van der Zalm [Tue, 7 Feb 2012 19:23:43 +0000 (20:23 +0100)]
Split the configuration file in two parts.
One for common settings.
One for advanced settings.
Christian Thalhammer [Tue, 7 Feb 2012 11:58:05 +0000 (12:58 +0100)]
lcd menue "move_axis" added
Christian Thalhammer [Tue, 7 Feb 2012 07:50:26 +0000 (08:50 +0100)]
fixed sUICIDE_PIN disable
Erik van der Zalm [Mon, 6 Feb 2012 19:13:44 +0000 (20:13 +0100)]
Made "stop heating wait" optional.
Default off.
Erik van der Zalm [Mon, 6 Feb 2012 16:38:16 +0000 (17:38 +0100)]
Fix Z_LATE_ENABLE
Christian Thalhammer [Mon, 6 Feb 2012 13:11:25 +0000 (14:11 +0100)]
added arduino ide GEN7 support Files
Christian Thalhammer [Mon, 6 Feb 2012 11:28:33 +0000 (12:28 +0100)]
-disable TEMP Min MAX Kill while using PS_ON Pin
ON GEN7 there is no temperature reading when power is off.. so Marlin
would kill itself. There seems to be an update from "Traumflug" on GEN7
using standby VCC for thermistors.
Christian Thalhammer [Mon, 6 Feb 2012 11:22:44 +0000 (12:22 +0100)]
-disabled CARDDETECT if PIN is set to -1
- redo disable Beeper if PIN is set to -1
Christian Thalhammer [Mon, 6 Feb 2012 11:12:18 +0000 (12:12 +0100)]
-added Configuration for GEN7 which worked for me
Christian Thalhammer [Mon, 6 Feb 2012 11:10:32 +0000 (12:10 +0100)]
-disalbe beeper if BEEPER_PIN = -1
Christian Thalhammer [Mon, 6 Feb 2012 10:58:52 +0000 (11:58 +0100)]
- added info for using GEN7 configuration
Christian Thalhammer [Mon, 6 Feb 2012 10:55:56 +0000 (11:55 +0100)]
- added support for ATMega1284P
Christian Thalhammer [Mon, 6 Feb 2012 10:49:23 +0000 (11:49 +0100)]
- Pins for modified GEN7 assigned
- Added support for ATMega1284
Christian Thalhammer [Mon, 6 Feb 2012 10:37:07 +0000 (11:37 +0100)]
Merge remote-tracking branch 'upstream/master' into Marlin_v1
Conflicts:
README
Erik van der Zalm [Sun, 5 Feb 2012 20:14:55 +0000 (21:14 +0100)]
fixed z-disable bug.
Erik van der Zalm [Sun, 5 Feb 2012 12:05:07 +0000 (13:05 +0100)]
Added MAX6675 support. (Thanks to gregfrost)
Needs some work to remove the blocking in read max6675.
Erik van der Zalm [Sun, 5 Feb 2012 11:42:15 +0000 (12:42 +0100)]
Added support for Gen3+ (Pins file only)
Added late z enable. (blddk request)
Only calculate look ahead if >2 moves in buffer.
Removed some FORCE_INLINE to save memory.
Signed-off-by: Erik van der Zalm <erik@vdzalm.eu>
ErikZalm [Sun, 5 Feb 2012 10:19:35 +0000 (02:19 -0800)]
Merge pull request #54 from haxar/patch-1
M109 EOL fix when TEMP_RESIDENCY_TIME is undefined; printer interface (p...
Michael Moon [Wed, 25 Jan 2012 09:46:27 +0000 (20:46 +1100)]
more work on Makefile - actually rebuilds if Makefile or Configuration.h are altered, also much cleaner output
Michael Moon [Tue, 24 Jan 2012 06:02:45 +0000 (17:02 +1100)]
local configuration stuff- WATCHPERIOD causes breakage, disable. few other misc changes
Michael Moon [Tue, 24 Jan 2012 04:57:42 +0000 (15:57 +1100)]
PROGMEM elements must be const
Michael Moon [Tue, 24 Jan 2012 03:25:28 +0000 (14:25 +1100)]
enable auto-reset before programming, disable afterwards