Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
be098c85
Commit
be098c85
authored
Feb 03, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pins.h
parent
fee28e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+1
-10
pins.h
MarlinKimbra/pins.h
+2
-2
No files found.
MarlinKimbra/Marlin_main.cpp
View file @
be098c85
/*
Reprap firmware based on
Sprinter and grbl.
Reprap firmware based on
Marlin
Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
This program is free software: you can redistribute it and/or modify
...
...
@@ -16,15 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* This firmware is a mashup between Sprinter and grbl.
(https://github.com/kliment/Sprinter)
(https://github.com/simen/grbl/tree)
It has preliminary support for Matthew Roberts advance algorithm
http://reprap.org/pipermail/reprap-dev/2011-May/003323.html */
#include "Marlin.h"
#ifdef ENABLE_AUTO_BED_LEVELING
...
...
MarlinKimbra/pins.h
View file @
be098c85
...
...
@@ -1899,8 +1899,8 @@
#if MB(SANGUINOLOLU_12) || MB(MELZI) || MB(STB_11) || MB(AZTEEG_X1) || MB(MELZI_1284)
#undef MOTHERBOARD
define
MOTHERBOARD
BOARD_SANGUINOLOLU_11
define
SANGUINOLOLU_V_1_2
#
define MOTHERBOARD BOARD_SANGUINOLOLU_11
#
define SANGUINOLOLU_V_1_2
#if defined(__AVR_ATmega1284P__)
#define LARGE_FLASH true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment