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
979a3f58
Commit
979a3f58
authored
Nov 10, 2014
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LASERBEAM
parent
ee4ed178
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Configuration.h
MarlinKimbra/Configuration.h
+3
-3
pins.h
MarlinKimbra/pins.h
+4
-0
No files found.
MarlinKimbra/Configuration.h
View file @
979a3f58
...
...
@@ -113,9 +113,8 @@
// This defines the number of extruder real or virtual
#define EXTRUDERS 1
#if EXTRUDERS > 1
#define SINGLENOZZLE //This is used for singlenozzled multiple extrusion configuration
#endif
// Uncomment below to enable SINGLENOZZLE (One Hotend)
//#define SINGLENOZZLE //This is used for singlenozzled multiple extrusion configuration
/***********************************************************************
*********************** Multiextruder MKR4 ***************************
...
...
@@ -605,6 +604,7 @@
* 301 - Rambo - uses Analog input 3
* Note may require analog pins to be defined for different motherboards
**********************************************************************/
// Uncomment below to enable
// #define FILAMENT_SENSOR
#define FILAMENT_SENSOR_EXTRUDER_NUM 0 //The number of the extruder that has the filament sensor (0,1,2)
#define MEASUREMENT_DELAY_CM 14 //measurement delay in cm. This is the distance from filament sensor to middle of barrel
...
...
MarlinKimbra/pins.h
View file @
979a3f58
...
...
@@ -3056,6 +3056,10 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#endif // END DELTA
#endif // END NPR2
#ifdef LASERBEAM
#define LASERBEAM_PIN 6
#endif
#ifdef FILAMENT_END_SWITCH
#define PAUSE_PIN 5
#endif
...
...
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