- Jan 24, 2015
-
-
Scott Lahteine authored
Merge branch 'issue_1379_printrboard_lcd' of https://github.com/thinkyhead/Marlin into issue_1379_printrboard_lcd Diverged from origin
-
Scott Lahteine authored
-
Scott Lahteine authored
Borrow from Ultimaker to fix MAX6675 SPI conflict
-
https://github.com/thinkyhead/MarlinScott Lahteine authored
Merge branch 'issue_1227_max6675_spi' of https://github.com/thinkyhead/Marlin into issue_1227_max6675_spi Branches diverged
-
Scott Lahteine authored
Changes to temperature.cpp from Ultimaker fork, intended to address #1226 and #1227
-
Scott Lahteine authored
Formatting cleanup of quiet sources
-
Scott Lahteine authored
-
Scott Lahteine authored
Show Custom M_Code for Z-Probe Offset when entering M503
-
- Jan 23, 2015
-
-
Michael Neumann authored
Done
-
Scott Lahteine authored
Fix Issue #1356 – remove EXTRUDER1_Z_OFFSET
-
Scott Lahteine authored
This define is not used.
-
Scott Lahteine authored
Changes to temperature.cpp from Ultimaker fork, intended to address #1226 and #1227
-
Scott Lahteine authored
Code wont compile with extruder but without bed runaway protection defined.
-
Mark Hindess authored
Without this fix, the code wont compile with extruder but without bed runaway protection defined.
-
Scott Lahteine authored
-
Scott Lahteine authored
removed function step_wait() from stepper.cpp
-
Scott Lahteine authored
Add: Board for Vellemann K8200 (derived from 3Drag)
-
Scott Lahteine authored
Fixing a build error for melzi and gfx display
-
Scott Lahteine authored
Add proper delay in stepper.cpp
-
Scott Lahteine authored
-
- Jan 21, 2015
-
-
AnHardt authored
removed function step_wait() from stepper.cpp because its used nowhere.
-
Scott Lahteine authored
Issue #1385 describes a delay that the compiler is optimizing out and this solution.
-
- Jan 20, 2015
-
-
CONSULitAS authored
# Add: Example Configuration for Vellemann K8200 - based on new BOARD_K8200 #1391 * K8200: new folder in example_configurations for Vellemann K8200 (3Drag clone - should work with 3Drag http://reprap.org/wiki/3drag, too. Please report) * K8200/Configuration.h/Configuration_adv.h: updated manually with parameters form genuine Vellemann Firmware "firmware_k8200_marlinv2" based on the recent development branch I tested the changes on my K8200 with 20x4-LCD and Arduino 1.0.5 for Windows (SD library added to IDE manually) - everything works well
-
CONSULitAS authored
## Add: Board for Vellemann K8200 (derived from 3Drag) * Boards.h: updated comment for board 3Drag - K8200 removed * Boards.h: added `BOARD_K8200` with ID 78 * language.h.: machine name and firmware URL for new board * pins.h: added `K8200` to any `#if` with `3Drag` and corresponding comments
-
Michael Neumann authored
Show Custom M Code when entering M503
-
- Jan 19, 2015
-
-
Scott Lahteine authored
Update Boards.h for Vellemann K8200 - comment only
-
Scott Lahteine authored
Remove hardcoded programmer option (-cwiring).
-
roglio authored
Still not fine tuned but working.
-
roglio authored
When a melzi board and a full gfx are both selected, the build fails blaming for some missing defines. This is a fix for the issue: now my configuration works.
-
- Jan 18, 2015
-
-
CONSULitAS authored
## Update Boards.h for Vellemann K8200 - comment only * Boards.h: updated comment for board 3Drag - K8200 uses same board
-
CONSULitAS authored
This reverts commit 5333590a.
-
CONSULitAS authored
* K8200: new folder in example_configurations for Vellemann K8200 (3Drag clone - should work with 3Drag too, please report) * K8200/language.h: updated machine name and URL for K8200 * K8200/Configuration.h/Configuration_adv.h: updated manually with parameters form genuine Vellemann Firmware "firmware_k8200_marlinv2" based on the recent development branch * K8200/files by Vellemann: added folder with original files from Vellemann homepage, since there is no GitHub fork you could link to by them I tested the changes on my K8200 with 20x4-LCD and Arduino 1.0.5 for Windows - everything works well
-
Denis Chertykov authored
Change default value of AVRDUDE_PROGRAMMER to 'wiring'.
-
- Jan 16, 2015
-
-
daid authored
Revert "Reduce PROGMEM warnings"
-
daid authored
-
Bo Herrmannsen authored
Update printrboard pin assignments
-
PxT authored
Backported from Printrbot branch, allows the fan to work correctly.
-
Bo Herrmannsen authored
-
- Jan 15, 2015
-
-
galexander1 authored
Revert "Move Sd library out into library"
-