Scott Lahteine
8fa34d8858
Rename pde to avoid conflict
2017-11-06 20:25:39 -06:00
Scott Lahteine
637f14eab1
Merge pull request #5114 from thinkyhead/fix_fpos_conflict_102
...
Fix conflict with fpos_t typedef
2016-10-29 16:23:57 -05:00
Scott Lahteine
8906c93ce5
Fix conflict with fpos_t typedef
2016-10-29 16:17:09 -05:00
Luis Correia
fbd2709604
Corrections to Portuguese translations
2015-11-12 12:39:47 -06:00
Petr Zahradnik
f538520af3
Create language_cz.h (PR#2616)
2015-09-23 07:27:28 -05:00
Richard Wackerbarth
67d7ced009
Issue in fan control with multiple extruders (PR#2597)
...
As pointed out by @radioelf (Issue #2596 )
2015-08-26 05:47:11 -05:00
Fourmi
e4d911dd5e
Update thermistortables for Hisens Thermistor (PR#2588)
2015-08-09 18:06:38 -05:00
Richard Wackerbarth
fff4f29dfc
Supply default version for builds from Archives
2015-08-05 14:32:58 -05:00
Richard Wackerbarth
9b7ca2157b
Provide detailed and short version numbers
2015-08-03 17:38:59 -05:00
Richard Wackerbarth
ea05d60c13
USE_AUTOMATIC_VERSIONING hook
2015-08-03 17:38:40 -05:00
Scott Lahteine
5adb162204
Show "bed" instead of "9" on bed thermal error (PR#2584)
2015-08-03 16:17:24 -05:00
mkile
45dd199c28
Add some translations
...
Added some translations, corrected some.
2015-07-13 13:11:11 +05:00
Jaime van Kessel
04df544571
Update language.h
...
Updated Ultimaker URL
2015-06-27 11:27:10 -05:00
Jaime van Kessel
32d431fe63
Added correct dutch translation for calibrate.
2015-06-27 11:27:10 -05:00
Aerospacesmith
8375b82c2e
Remove Azteeg X3 Pro conflict of Fan and Heater_1 (PR#2318)
...
Removes a default conflict on Azteeg X3 Pro boards with the Fan and second heater (Heater_1). Change sets fan to 8th heater terminal on board.
2015-06-27 11:27:09 -05:00
AnHardt
453cbfe550
THERMAL_RUNAWAY_PROTECTION for bed alone in Release (PR#2284)
...
Fix for #2253 - second issue
__Release__ branch!!!
2015-06-12 06:31:48 -05:00
AnHardt
1e7b286add
Fix thermal_runaway_protection() (PR#2266)
...
THERMAL_RUNAWAY_PROTECTION_PERIOD was used instead of
THERMAL_RUNAWAY_PROTECTION_BED_PERIOD.
Fix for #2253
2015-06-11 11:30:09 -05:00
AnHardt
eaeccf2699
Update version strings to 1.0.2
...
This is the minimal possible change.
Going over the Configuration.h would require to change them all.
2015-05-29 21:27:59 +02:00
YanFM
fed690d9ac
Update language_pt.h
...
I've changed a few words to better comprehension.
2015-05-18 08:18:32 -03:00
AnHardt
5ce0bf057e
Add Version in Configuration.h for Release-branch
2015-05-12 00:03:16 +02:00
Steffen Vogel
da192c521f
Merge pull request #1333 from andrewsil1/development
...
Fix grammar/typos in new Configuration.h option
2015-01-08 00:34:01 +01:00
Erik van der Zalm
3a30d45c2e
Revert "issue 968 for dev branch"
2015-01-07 23:40:17 +01:00
andrewsil1
269ec9f87f
Fix grammar/typos in new Configuration.h option
...
(For the SLOW_PWM_HEATERS option)
2015-01-07 12:41:09 -08:00
Steffen Vogel
8d7bfd03d8
moved/renamed documentation stuff to top-level directory
2015-01-07 15:33:50 +01:00
Bo Herrmannsen
3c9e6b7b62
added link for pic to hex converter
2015-01-07 14:28:51 +01:00
Bo Herrmannsen
0e760274bd
changed reprap logo to marlin logo
2015-01-07 14:27:51 +01:00
Bo Herrmannsen
b291a422e9
added square png version of logo
...
406*406 pixels
2015-01-07 13:00:37 +01:00
Luis E Alvarado
7ae548cf34
Update Marlin Firmware URL
2015-01-07 05:26:47 -06:00
Erik van der Zalm
8f9067faa6
Added marlin logos. (Designed by Ahmet Cem TURAN)
2015-01-07 12:21:16 +01:00
Bo Herrmannsen
addf52fd4a
Merge pull request #1328 from DinoMesina/development
...
Some corrections and new features
2015-01-06 23:52:32 +01:00
Dino Del Favero
5cfe13f240
Correct some mistakes
2015-01-06 21:55:08 +01:00
Dino Del Favero
c7e2d73039
Merge branch 'development'
...
ok
2015-01-06 20:18:03 +01:00
Alex Borro
422a958a34
Fix CoreXY speed calculation
...
For cartesian bots, the X_AXIS is the real X movement and same for
Y_AXIS.
But for corexy bots, that is not true. The "X_AXIS" and "Y_AXIS" motors
(that should be named to A_AXIS
and B_AXIS) cannot be used for X and Y length, because A=X+Y and B=X-Y.
So we need to create other 2 "AXIS", named X_HEAD and Y_HEAD, meaning
the real displacement of the Head.
Having the real displacement of the head, we can calculate the total
movement length and apply the desired speed.
2015-01-06 16:39:48 -02:00
Dino Del Favero
038fccd7a1
I have added some code in the "temperature.cpp" for have the possibility of control the time of the states with the heater drived by relays, with this feature now it is possible use PID function in conjunction with relay to control the temperature. I have made some tests and the temperature stay always in the range of +-1°C from the setted temp.
...
There is the possibility of turn on this features adding "#define SLOW_PWM_HEATERS" in Configuration.h
2015-01-06 18:32:17 +01:00
DinoMesina
6730335657
Update Configuration.h
2015-01-06 18:06:02 +01:00
Bo Herrmannsen
4ffecdbf7d
Merge pull request #1313 from wgm4321/Development
...
Re-enable filament menu with recalc fix when enabling/disabling mm3
2015-01-06 13:47:49 +01:00
Steffen Vogel
672f764b4d
replaced ASCII GPL v3 license by markdown version
...
moved new COPYING file to top-level directory to make it more visible and remove clutter from Marlin subduer
2015-01-06 11:49:05 +01:00
Steffen Vogel
f25e793cff
rename stepper lookup table scipt to be consistent with termistor lookup table script
2015-01-06 10:30:20 +01:00
Steffen Vogel
df17a6a1b4
fix #1305 by proposed workaround (thanks gaby64)
2015-01-06 10:29:26 +01:00
Steffen Vogel
f7e65935fb
make use of power operator
2015-01-06 10:28:43 +01:00
Steffen Vogel
4e02aff9b5
automatically determine min/max temp for terminator
2015-01-06 10:28:19 +01:00
Steffen Vogel
81363bc441
more cleanups
2015-01-06 10:27:40 +01:00
Steffen Vogel
95f4a55820
refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
2015-01-06 08:24:59 +01:00
Steffen Vogel
21205cc3d8
more cleanups in the termistorTable generation script
2015-01-06 08:23:51 +01:00
Steffen Vogel
fb0996b5db
improved output aligment and precision
2015-01-06 08:20:52 +01:00
Steffen Vogel
538231edfd
cosmetic whitespace cleanup and comments added/updated
2015-01-06 08:20:20 +01:00
wgm4321
067b509479
Re-enable filament menu with recalc fix when enabling/disabling mm3
2015-01-05 22:29:29 -05:00
wgm4321
a19f2f8ae7
Disable volumetric menu item due to missing recalc of of multipliers when enabled/disabled
2015-01-04 22:15:16 -05:00
wgm4321
f24dda9700
Revert "Make sure volumetric multipliers are recalc'ed during menu enable/disable of mm3"
...
This reverts commit dd7e4ee97f
.
2015-01-04 22:08:41 -05:00
wgm4321
ec4681ab6b
Revert "Add "Detailed Z Probe" menu item with ABL is defined."
...
This reverts commit 2b9722f387
.
2015-01-04 21:53:37 -05:00