chiark / gitweb /
marlin.git
11 years agoupdate date iwj-success-2012-07-29
Ian Jackson [Sun, 29 Jul 2012 15:24:38 +0000 (16:24 +0100)]
update date

11 years agofix bed pin and thermistor etc, now it works
Ian Jackson [Sun, 29 Jul 2012 15:23:56 +0000 (16:23 +0100)]
fix bed pin and thermistor etc, now it works

11 years agoremove annoying @s from Makefile
Ian Jackson [Sun, 29 Jul 2012 15:23:41 +0000 (16:23 +0100)]
remove annoying @s from Makefile

11 years agoconfig fixes
Ian Jackson [Sun, 29 Jul 2012 13:59:31 +0000 (14:59 +0100)]
config fixes
 - 115200 baud since zealot won't do 250000
 - thermistors set to boring 1 and 2, a la
    sprinter-reprappro.git#aec04de807fe6d84315096477674a1eccc959aee
    Sprinter_Sanguinololu/Configuration.h
 - enable SD support

11 years agoRevert "get temp tables from "RepRapPro-Huxley-July-2012" ie c33ed4dcb852815f16f0ebb7...
Ian Jackson [Sun, 29 Jul 2012 13:57:33 +0000 (14:57 +0100)]
Revert "get temp tables from "RepRapPro-Huxley-July-2012" ie c33ed4dcb852815f16f0ebb7dd9433e4d7d78590"

these are bollocks; the table 102 which we were using for hot end
sensor is not even monotonic

This reverts commit 0b3d4364b7b52efda6fb492f91aca92da70c6d19.

11 years agoget temp tables from "RepRapPro-Huxley-July-2012" ie c33ed4dcb852815f16f0ebb7dd9433e4...
Ian Jackson [Sat, 28 Jul 2012 19:56:43 +0000 (19:56 +0000)]
get temp tables from "RepRapPro-Huxley-July-2012" ie c33ed4dcb852815f16f0ebb7dd9433e4d7d78590

11 years agosettings
Ian Jackson [Sat, 28 Jul 2012 19:44:11 +0000 (19:44 +0000)]
settings

11 years agoFixed soft limits when the origin is in the middle.
Chris Palmer [Sat, 2 Jun 2012 12:17:47 +0000 (13:17 +0100)]
Fixed soft limits when the origin is in the middle.
HOME_POS is now always where the endstop is and can be outside the limits.
The limits are now defined by MIN_POS and MAX_POS rather than HOME_POS and MAX_LENGTH.
The Z is axis now homed first if direction is away from the bed.

Saguinololu limit pins change from MIN to MAX according to the homing direction.

11 years agoFixed typo
ErikZalm [Sat, 14 Jul 2012 14:25:35 +0000 (17:25 +0300)]
Fixed typo

11 years agoMerge git://github.com/daid/Marlin into Marlin_v1
Erik van der Zalm [Sat, 14 Jul 2012 13:07:14 +0000 (15:07 +0200)]
Merge git://github.com/daid/Marlin into Marlin_v1
Added invert step pins to corexy code

11 years agoAdded CoreXY support (Thanks Ilan Moyer)
Erik van der Zalm [Sat, 14 Jul 2012 12:21:53 +0000 (14:21 +0200)]
Added CoreXY support (Thanks Ilan Moyer)

11 years agodecoupled axes sucessfully at least on pure x or y jog
Erik van der Zalm [Sat, 14 Jul 2012 11:43:19 +0000 (13:43 +0200)]
decoupled axes sucessfully at least on pure x or y jog

11 years agoSupport step motor controllers with active low step pins.
daid [Fri, 29 Jun 2012 14:27:47 +0000 (16:27 +0200)]
Support step motor controllers with active low step pins.

11 years agoFixed AD595 define
Erik van der Zalm [Mon, 11 Jun 2012 15:33:42 +0000 (17:33 +0200)]
Fixed AD595 define

11 years agocorrected retract
Bernhard [Sun, 3 Jun 2012 14:56:40 +0000 (16:56 +0200)]
corrected retract

11 years ago__ header file replace
Bernhard [Sat, 2 Jun 2012 18:44:17 +0000 (20:44 +0200)]
__ header file replace

11 years agoadded firmware retract. disabled by default
Bernhard [Sat, 2 Jun 2012 18:32:28 +0000 (20:32 +0200)]
added firmware retract. disabled by default

11 years agoreadme corrected
Bernhard [Sat, 2 Jun 2012 12:14:36 +0000 (14:14 +0200)]
readme corrected

11 years agoadded individual pullup setting option to have finer control in case there is a speci...
Bernhard [Sat, 2 Jun 2012 11:47:50 +0000 (13:47 +0200)]
added individual pullup setting option to have finer control in case there is a special z-min sensor, for example

11 years agoreadme
Bernhard [Sat, 2 Jun 2012 11:44:38 +0000 (13:44 +0200)]
readme

11 years agoMerge pull request #170 from linagee/Marlin_v1
Bernhard Kubicek [Sat, 2 Jun 2012 10:46:56 +0000 (03:46 -0700)]
Merge pull request #170 from linagee/Marlin_v1

Marlin v1

11 years agoMerge pull request #172 from daid/Marlin_v1
Bernhard Kubicek [Sat, 2 Jun 2012 10:44:03 +0000 (03:44 -0700)]
Merge pull request #172 from daid/Marlin_v1

Add M401 - Wait for user to press button on LCD (with optional timeout) minor fix in M115.

11 years agorepaired thermistortable_6 by graphcial fitting of the off-slope values. see issue...
Bernhard Kubicek [Wed, 30 May 2012 11:14:36 +0000 (14:14 +0300)]
repaired thermistortable_6 by graphcial fitting of the off-slope values. see issue 179.  Erik, I know you asked for no changes, but this file probably is not related and hopefully allright.

11 years agoFixed SL bug.
ErikZalm [Mon, 28 May 2012 19:32:53 +0000 (22:32 +0300)]
Fixed SL bug.

11 years agoFixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I...
Daid [Thu, 24 May 2012 16:36:55 +0000 (18:36 +0200)]
Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I cannot check the 1.5.6)

11 years agoUpdate Marlin/Configuration.h
linagee [Sun, 20 May 2012 19:19:28 +0000 (13:19 -0600)]
Update Marlin/Configuration.h

11 years agoUpdate Marlin/thermistortables.h
linagee [Sun, 20 May 2012 19:18:45 +0000 (13:18 -0600)]
Update Marlin/thermistortables.h

11 years agoSmall correction.
linagee [Sun, 20 May 2012 17:09:07 +0000 (11:09 -0600)]
Small correction.

11 years agoChanged M401 to M0/M1 as suggested, so they match normal CNC stop commands.
Daid [Sun, 20 May 2012 12:37:30 +0000 (14:37 +0200)]
Changed M401 to M0/M1 as suggested, so they match normal CNC stop commands.

11 years agoUpdate Marlin/thermistortables.h
linagee [Sun, 20 May 2012 11:51:29 +0000 (05:51 -0600)]
Update Marlin/thermistortables.h

11 years agoUpdate Marlin/thermistortables.h
linagee [Sun, 20 May 2012 11:49:01 +0000 (05:49 -0600)]
Update Marlin/thermistortables.h

11 years agoAdded top ratings and extended to ADC=1 for table 3 and 5.
linagee [Sun, 20 May 2012 11:35:57 +0000 (05:35 -0600)]
Added top ratings and extended to ADC=1 for table 3 and 5.

11 years agoUpdate Marlin/thermistortables.h
linagee [Sun, 20 May 2012 10:55:22 +0000 (04:55 -0600)]
Update Marlin/thermistortables.h

11 years agoUpdate Marlin/thermistortables.h
linagee [Sun, 20 May 2012 10:35:28 +0000 (04:35 -0600)]
Update Marlin/thermistortables.h

11 years agoUpdate Marlin/Configuration.h
linagee [Sun, 20 May 2012 10:27:52 +0000 (04:27 -0600)]
Update Marlin/Configuration.h

11 years agoTested May 19 - It works! Verified with separate thermocouple TM-902C also.
linagee [Sun, 20 May 2012 10:13:29 +0000 (04:13 -0600)]
Tested May 19 - It works! Verified with separate thermocouple TM-902C also.

11 years agoExtended range above 250C. (Operating range states up to 300C)
linagee [Sun, 20 May 2012 10:01:30 +0000 (04:01 -0600)]
Extended range above 250C. (Operating range states up to 300C)

11 years agoAdd strigification for extruder amount in M115 report.
Daid [Sat, 19 May 2012 17:01:14 +0000 (19:01 +0200)]
Add strigification for extruder amount in M115 report.

11 years agoLast M401 update, refresh the LCD during an M401 wait.
Daid [Sat, 19 May 2012 16:53:56 +0000 (18:53 +0200)]
Last M401 update, refresh the LCD during an M401 wait.

11 years agoUpdate after testing
Daid [Sat, 19 May 2012 16:48:43 +0000 (18:48 +0200)]
Update after testing

11 years agoDo not initialize in the header file.
Daid [Sat, 19 May 2012 15:57:52 +0000 (17:57 +0200)]
Do not initialize in the header file.

11 years agoAdd M401 - Wait for user on LCD button press
Daid [Sat, 19 May 2012 15:54:07 +0000 (17:54 +0200)]
Add M401 - Wait for user on LCD button press

11 years agoMerge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
Daid [Sat, 19 May 2012 15:38:46 +0000 (17:38 +0200)]
Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1

11 years agoGrammar correction.
linagee [Sat, 19 May 2012 13:40:35 +0000 (07:40 -0600)]
Grammar correction.

11 years agoUpdate Marlin/Configuration.h
linagee [Sat, 19 May 2012 11:56:17 +0000 (05:56 -0600)]
Update Marlin/Configuration.h

11 years agoUpdate Marlin/thermistortables.h
linagee [Sat, 19 May 2012 11:52:12 +0000 (05:52 -0600)]
Update Marlin/thermistortables.h

11 years agoUpdate Marlin/Configuration.h
linagee [Sat, 19 May 2012 11:47:30 +0000 (05:47 -0600)]
Update Marlin/Configuration.h

11 years agoLimit PID autotune PWM to PID_MAX
Erik van der Zalm [Wed, 16 May 2012 17:32:23 +0000 (19:32 +0200)]
Limit PID autotune PWM to PID_MAX

11 years agoMerge pull request #159 from MaikStohn/Marlin_v1
ErikZalm [Wed, 16 May 2012 19:32:35 +0000 (12:32 -0700)]
Merge pull request #159 from MaikStohn/Marlin_v1

Marlin v1 - BUG FIXES / CORRECTIONS

11 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Wed, 16 May 2012 17:22:08 +0000 (19:22 +0200)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

11 years agoMerge pull request #164 from guanix/Marlin_v1
ErikZalm [Wed, 16 May 2012 19:21:48 +0000 (12:21 -0700)]
Merge pull request #164 from guanix/Marlin_v1

Melzi support

11 years agoMerge pull request #166 from zittix/Marlin_v1
ErikZalm [Wed, 16 May 2012 19:00:22 +0000 (12:00 -0700)]
Merge pull request #166 from zittix/Marlin_v1

Fixes #153 for bad call to abs()

11 years agoadd additional dropsegments test
Erik van der Zalm [Wed, 16 May 2012 17:21:44 +0000 (19:21 +0200)]
add additional dropsegments test

11 years agoFixes #153 for bad call to abs()
zittix [Wed, 16 May 2012 16:17:34 +0000 (18:17 +0200)]
Fixes #153 for bad call to abs()

11 years agoMerge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1
MaikStohn [Fri, 11 May 2012 14:57:08 +0000 (16:57 +0200)]
Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into Marlin_v1

11 years agobug fix for scrolling of main menu when using SMALL_DISPLAY (2 lines only)
MaikStohn [Fri, 11 May 2012 13:23:10 +0000 (15:23 +0200)]
bug fix for scrolling of main menu when using SMALL_DISPLAY (2 lines only)

11 years agofixed typo
MaikStohn [Fri, 11 May 2012 13:22:06 +0000 (15:22 +0200)]
fixed typo

11 years agochanged encoder pos from int to long to fix problems setting x/y/z/e stepps_per_mm...
MaikStohn [Fri, 11 May 2012 13:19:09 +0000 (15:19 +0200)]
changed encoder pos from int to long to fix problems setting x/y/z/e stepps_per_mm using the lcd menu

11 years agoMelzi support
Guan Yang [Fri, 27 Apr 2012 15:28:10 +0000 (11:28 -0400)]
Melzi support

11 years agoFixed #if for Ultimaker.
Daid [Wed, 9 May 2012 08:50:44 +0000 (10:50 +0200)]
Fixed #if for Ultimaker.

11 years agoMerge pull request #1 from ErikDeBruijn/Marlin_v1_Ultimaker-rc3
daid [Wed, 9 May 2012 08:35:59 +0000 (01:35 -0700)]
Merge pull request #1 from ErikDeBruijn/Marlin_v1_Ultimaker-rc3

Marlin v1 ultimaker rc3

11 years agoResidual in the comments: there are no more mm/minutes but only mm/sec in the planner...
Bernhard Kubicek [Wed, 9 May 2012 05:05:13 +0000 (08:05 +0300)]
Residual in the comments: there are no more mm/minutes but only mm/sec in the planner buffer.

12 years agoMade a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now...
Erik de Bruijn [Tue, 8 May 2012 15:27:45 +0000 (17:27 +0200)]
Made a more granular configuration possible PREVENT_LENGTHY_EXTRUDE. You can now decide to allow/disallow large length of extrusions to be executed.

Turning off the protection might be beneficial to those who want to do fast and long reversals.

12 years agoSuggestion to improve (TODO), no actual code changed
Erik de Bruijn [Tue, 8 May 2012 15:18:31 +0000 (17:18 +0200)]
Suggestion to improve (TODO), no actual code changed

12 years agoMade language.h more flexible. Automatically do the right defines based on MOTHERBOAR...
Erik de Bruijn [Tue, 8 May 2012 15:32:50 +0000 (17:32 +0200)]
Made language.h more flexible. Automatically do the right defines based on MOTHERBOARD == 7 ? "Ultimaker" : "Mendel"

12 years agoRevert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings"
MaikStohn [Fri, 4 May 2012 10:24:07 +0000 (12:24 +0200)]
Revert "magic PROGMEM defines to avoid hundreds of wrong GCC warnings"

This reverts commit 3682d9bd5b34bdc6560d97278d6d7eff3243bddc.

12 years agofuther docu of M500
Bernhard Kubicek [Fri, 4 May 2012 05:37:49 +0000 (08:37 +0300)]
futher docu of M500

12 years agoadded missing declaration of buttons_init()
MaikStohn [Thu, 3 May 2012 13:48:44 +0000 (15:48 +0200)]
added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function

12 years agomagic PROGMEM defines to avoid hundreds of wrong GCC warnings
MaikStohn [Thu, 3 May 2012 13:43:23 +0000 (15:43 +0200)]
magic PROGMEM defines to avoid hundreds of wrong GCC warnings

12 years agoMoved LCD initialization out of constructor
MaikStohn [Thu, 3 May 2012 12:28:17 +0000 (14:28 +0200)]
Moved LCD initialization out of constructor

Since the class "MainMenu" was used within a static variable the
initialization of the object (constructor call) was done before Arduino
library startup. It always caused a crash when using AVRStudio with
JTAG debugger (caused from calling the LCD initialization / the lot of
I/O work / the stack used during this calls). By moving the LCD_INIT
out of the constructor and using an explicit call inside of Arduino
setup() implementation immediately fixed all problems and the JTAG
debugger runs fine.

12 years agoexplicit includes to make it compile with AVRStudio/Eclipse
MaikStohn [Thu, 3 May 2012 12:22:43 +0000 (14:22 +0200)]
explicit includes to make it compile with AVRStudio/Eclipse

12 years agodelete obsolete and wrong code
MaikStohn [Thu, 3 May 2012 12:15:46 +0000 (14:15 +0200)]
delete obsolete and wrong code

"i" runs from 0 to 4 but "add_homeing" array size is 3 only. On the
other hand the calculated value gets overwritten by either one of the
if choice.

12 years agofixed typo in comment
MaikStohn [Thu, 3 May 2012 12:13:53 +0000 (14:13 +0200)]
fixed typo in comment

12 years agoAdded option to increase the FAN PWM frequency.
Erik van der Zalm [Wed, 2 May 2012 17:26:14 +0000 (19:26 +0200)]
Added option to increase the FAN PWM frequency.

12 years agoSmall cleanup
Erik van der Zalm [Mon, 30 Apr 2012 11:37:49 +0000 (13:37 +0200)]
Small cleanup

12 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Mon, 30 Apr 2012 11:36:27 +0000 (13:36 +0200)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

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 agoMerge pull request #154 from daid/Marlin_v1
ErikZalm [Sat, 28 Apr 2012 20:19:55 +0000 (13:19 -0700)]
Merge pull request #154 from daid/Marlin_v1

Added 2nd extruder temperature LCD readout and setting.

12 years agoMerge pull request #155 from Atntias/patch-1
ErikZalm [Sat, 28 Apr 2012 20:19:19 +0000 (13:19 -0700)]
Merge pull request #155 from Atntias/patch-1

adding M120 and 121 for turning on and off the endstops only for homing

12 years agoMerge pull request #156 from Atntias/patch-2
ErikZalm [Sat, 28 Apr 2012 20:19:00 +0000 (13:19 -0700)]
Merge pull request #156 from Atntias/patch-2

Fix to allow M120/M121

12 years agoFix to allow M120/M121
sefi [Sat, 28 Apr 2012 14:35:51 +0000 (17:35 +0300)]
Fix to allow M120/M121

12 years agoadding M120 and 121 for turning on and off the endstops only for homing function
sefi [Sat, 28 Apr 2012 14:31:22 +0000 (17:31 +0300)]
adding M120 and 121 for turning on and off the endstops only for homing function

12 years agoShow proper temperature for extruder 2
Daid [Fri, 27 Apr 2012 13:00:01 +0000 (15:00 +0200)]
Show proper temperature for extruder 2

12 years agoAdded support for 2nd extruder temperature to UltraLCD
Daid [Fri, 27 Apr 2012 12:51:32 +0000 (14:51 +0200)]
Added support for 2nd extruder temperature to UltraLCD

12 years agoMerge pull request #152 from loganb/Marlin_v1
Bernhard Kubicek [Thu, 26 Apr 2012 05:23:31 +0000 (22:23 -0700)]
Merge pull request #152 from loganb/Marlin_v1

Fix compile error on boards without a bed heater.

I could not find why this problem was introduced.
Its quite obvious, so I think its in general interest to merge.

12 years agoWrap the call to turn off the bed heater in a #if to prevent a compile error on board...
Logan Bowers [Thu, 26 Apr 2012 02:22:38 +0000 (19:22 -0700)]
Wrap the call to turn off the bed heater in a #if to prevent a compile error on boards that do not have a bed heater

12 years agoreinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can...
Bernhard [Sun, 22 Apr 2012 19:12:17 +0000 (21:12 +0200)]
reinitialize the lcd, if the SD card is inserted or removed. It seems that LCDs can confused by electrical discharges from time to time.
Since a removal or insert of the sd card takes a long time in firmware, just reinitializing the lcd does not hurt.
actually, it solves a problem with the UltiControlle

12 years agoadded support for the UltiController
Bernhard [Sun, 22 Apr 2012 18:55:56 +0000 (20:55 +0200)]
added support for the UltiController

12 years agofixed quickhome
Bernhard [Sun, 22 Apr 2012 18:44:27 +0000 (20:44 +0200)]
fixed quickhome

12 years agofixed catsting to (int)e in serial error messages.
Bernhard [Sun, 22 Apr 2012 18:04:39 +0000 (20:04 +0200)]
fixed catsting to (int)e in serial error messages.
see https://github.com/ErikZalm/Marlin/issues/148

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!