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
105faf41
Commit
105faf41
authored
Jan 14, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
766db58b
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
216 additions
and
224 deletions
+216
-224
Configuration.h
MarlinKimbra/Configuration.h
+216
-208
Configuration_Cartesian.h
MarlinKimbra/Configuration_Cartesian.h
+0
-4
Configuration_Corexy.h
MarlinKimbra/Configuration_Corexy.h
+0
-4
Configuration_Delta.h
MarlinKimbra/Configuration_Delta.h
+0
-4
Configuration_Scara.h
MarlinKimbra/Configuration_Scara.h
+0
-4
No files found.
MarlinKimbra/Configuration.h
View file @
105faf41
This diff is collapsed.
Click to expand it.
MarlinKimbra/Configuration_Cartesian.h
View file @
105faf41
// Define this to set a custom name for your generic Mendel,
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Prusa"
#define CUSTOM_MENDEL_NAME "Prusa"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
// #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
//===========================================================================
//===========================================================================
//=============================Mechanical Settings===========================
//=============================Mechanical Settings===========================
//===========================================================================
//===========================================================================
...
...
MarlinKimbra/Configuration_Corexy.h
View file @
105faf41
// Define this to set a custom name for your generic Mendel,
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Core XY"
#define CUSTOM_MENDEL_NAME "Core XY"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
// #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
//===========================================================================
//===========================================================================
//=============================Mechanical Settings===========================
//=============================Mechanical Settings===========================
//===========================================================================
//===========================================================================
...
...
MarlinKimbra/Configuration_Delta.h
View file @
105faf41
// Define this to set a custom name for your generic Mendel,
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Delta"
#define CUSTOM_MENDEL_NAME "Delta"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
// #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
//===========================================================================
//===========================================================================
//============================== Delta Settings =============================
//============================== Delta Settings =============================
//===========================================================================
//===========================================================================
...
...
MarlinKimbra/Configuration_Scara.h
View file @
105faf41
// Define this to set a custom name for your generic Mendel,
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Scara"
#define CUSTOM_MENDEL_NAME "Scara"
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
// #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// SCARA-mode for Marlin has been developed by QHARLEY in ZA in 2012/2013. Implemented
// SCARA-mode for Marlin has been developed by QHARLEY in ZA in 2012/2013. Implemented
// and slightly reworked by JCERNY in 06/2014 with the goal to bring it into Master-Branch
// and slightly reworked by JCERNY in 06/2014 with the goal to bring it into Master-Branch
// QHARLEYS Autobedlevelling has not been ported, because Marlin has now Bed-levelling
// QHARLEYS Autobedlevelling has not been ported, because Marlin has now Bed-levelling
...
...
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