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
a8aec1a8
Commit
a8aec1a8
authored
Jun 05, 2016
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nextime's configs
parent
481847fe
Pipeline
#96
skipped
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
22 deletions
+23
-22
Configuration_Cartesian.h
MK/Configuration_Cartesian.h
+15
-15
Configuration_Feature.h
MK/Configuration_Feature.h
+5
-5
Configuration_Pins.h
MK/Configuration_Pins.h
+1
-0
Configuration_Scara.h
MK/Configuration_Scara.h
+1
-1
Configuration_Temperature.h
MK/Configuration_Temperature.h
+1
-1
No files found.
MK/Configuration_Cartesian.h
View file @
a8aec1a8
...
...
@@ -41,7 +41,7 @@
* Displayed in the LCD "Ready" message. *
* *
*****************************************************************************************/
#define CUSTOM_MACHINE_NAME "
Prusa I3
"
#define CUSTOM_MACHINE_NAME "
K40 Laser cutter
"
/*****************************************************************************************/
...
...
@@ -157,7 +157,7 @@
* Change (or reverse the motor connector) if an axis goes the wrong way. *
* *
*****************************************************************************************/
#define INVERT_X_DIR
fals
e
#define INVERT_X_DIR
tru
e
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
#define INVERT_E0_DIR false
...
...
@@ -179,7 +179,7 @@
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E
fals
e // For all extruder
#define DISABLE_E
tru
e // For all extruder
// Disable only inactive extruder and keep active extruder enabled
#define DISABLE_INACTIVE_EXTRUDER false
/*****************************************************************************************/
...
...
@@ -192,11 +192,11 @@
* Travel limits after homing (units are in mm) *
* *
*****************************************************************************************/
#define X_MAX_POS
200
#define X_MAX_POS
337
#define X_MIN_POS 0
#define Y_MAX_POS 2
0
0
#define Y_MAX_POS 2
3
0
#define Y_MIN_POS 0
#define Z_MAX_POS
200
#define Z_MAX_POS
75
#define Z_MIN_POS 0
#define E_MIN_POS 0
/*****************************************************************************************/
...
...
@@ -383,7 +383,7 @@
******************************* Axis steps per unit *************************************
*****************************************************************************************/
// Default steps per unit X, Y, Z, E0...(per extruder)
#define DEFAULT_AXIS_STEPS_PER_UNIT {
80, 80, 3200, 625, 625, 625, 625
}
#define DEFAULT_AXIS_STEPS_PER_UNIT {
78.7401, 157.4802, 6047.2440, 0, 0, 0, 0
}
/*****************************************************************************************/
...
...
@@ -391,7 +391,7 @@
********************************** Axis feedrate ****************************************
*****************************************************************************************/
// X, Y, Z, E0...(per extruder). (mm/sec)
#define DEFAULT_MAX_FEEDRATE {
300, 300, 2, 100, 100, 100, 10
0}
#define DEFAULT_MAX_FEEDRATE {
500, 500, 100, 25, 0, 0,
0}
#define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // Feedrates for manual moves along X, Y, Z, E from panel
#define DEFAULT_MINIMUMFEEDRATE 0.0 // minimum feedrate
#define DEFAULT_MINTRAVELFEEDRATE 0.0
...
...
@@ -406,13 +406,13 @@
******************************** Axis accelleration *************************************
*****************************************************************************************/
// Maximum start speed for accelerated moves. X, Y, Z, E0...(per extruder)
#define DEFAULT_MAX_ACCELERATION {
3000, 3
000, 50, 1000, 1000, 1000, 1000}
#define DEFAULT_MAX_ACCELERATION {
2000, 2
000, 50, 1000, 1000, 1000, 1000}
// Maximum acceleration in mm/s^2 for retracts E0... (per extruder)
#define DEFAULT_RETRACT_ACCELERATION {
10000, 10000, 10000, 10
000}
#define DEFAULT_RETRACT_ACCELERATION {
2000, 2000, 2000, 2
000}
// X, Y, Z and E* maximum acceleration in mm/s^2 for printing moves
#define DEFAULT_ACCELERATION
3
000
#define DEFAULT_ACCELERATION
2
000
// X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
#define DEFAULT_TRAVEL_ACCELERATION
3
000
#define DEFAULT_TRAVEL_ACCELERATION
2
000
/*****************************************************************************************/
...
...
@@ -454,9 +454,9 @@
* For the other hotends it is their distance from the hotend 0. *
* *
*****************************************************************************************/
#define HOTEND_OFFSET_X {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the X axis
#define HOTEND_OFFSET_Y {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Y axis
#define HOTEND_OFFSET_Z {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Z axis
//
#define HOTEND_OFFSET_X {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the X axis
//
#define HOTEND_OFFSET_Y {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Y axis
//
#define HOTEND_OFFSET_Z {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Z axis
/*****************************************************************************************/
...
...
MK/Configuration_Feature.h
View file @
a8aec1a8
...
...
@@ -149,7 +149,7 @@
* This prevents dangerous Extruder moves. *
* *
***********************************************************************/
#define PREVENT_DANGEROUS_EXTRUDE
//
#define PREVENT_DANGEROUS_EXTRUDE
#define EXTRUDE_MINTEMP 170 // degC
// if PREVENT DANGEROUS EXTRUDE is on, you can still disable (uncomment) very long bits of extrusion separately.
...
...
@@ -875,13 +875,13 @@
* You also need to set FLOWMETER PIN in Configurations_pins.h *
* *
**************************************************************************/
//
#define FLOWMETER_SENSOR
#define FLOWMETER_SENSOR
#define FLOWMETER_MAXFLOW 6.0 // Liters per minute max
#define FLOWMETER_MAXFREQ 55 // frequency of pulses at max flow
// uncomment this to kill print job under the min flow rate, in liters/minute
//
#define MINFLOW_PROTECTION 4
#define MINFLOW_PROTECTION 4
/**************************************************************************/
...
...
@@ -1038,7 +1038,7 @@
// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
//
// REMEMBER TO INSTALL U8glib to your ARDUINO library folder: https://github.com/olikraus/U8glib_Arduino
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
// The RepRapWorld REPRAPWORLD_KEYPAD v1.1
// http://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
...
...
@@ -1149,7 +1149,7 @@
* Check also Configuration_Laser.h *
* *
**************************************************************************/
//
#define LASERBEAM
#define LASERBEAM
/**************************************************************************/
...
...
MK/Configuration_Pins.h
View file @
a8aec1a8
...
...
@@ -114,6 +114,7 @@
#elif LASER_CONTROL == 2
#define LASER_PWR_PIN 6
#define LASER_TTL_PIN 5
#endif
#if ENABLED(LASER_PERIPHERALS)
#define LASER_PERIPHERALS_PIN 11
#define LASER_PERIPHERALS_STATUS_PIN 14
...
...
MK/Configuration_Scara.h
View file @
a8aec1a8
...
...
@@ -322,4 +322,4 @@
//#define HOTEND_OFFSET_Y {0.0, 5.00, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Y axis
/*****************************************************************************************/
#endif
\ No newline at end of file
#endif
MK/Configuration_Temperature.h
View file @
a8aec1a8
...
...
@@ -73,7 +73,7 @@
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_BED 0
#define TEMP_SENSOR_CHAMBER 0
#define TEMP_SENSOR_CHAMBER 0
// NOT USED FOR NOW!!!
#define TEMP_SENSOR_COOLER 40
//These 2 defines help to calibrate the AD595 sensor in case you get wrong temperature measurements.
...
...
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