Reprap Mendel
Reprap Mendel | |
---|---|
Status | Nonoperational |
Model | Reprap Mendel |
Point Of Contact | Marco |
prusa slicer - gcode generation software
octoprint seems to work as a print server
https://reprap.org/wiki/Marlin
https://reprap.org/wiki/Arduino_Mega
https://reprap.org/wiki/RAMPS_1.4
``` diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4f93a4de48..e5c06e2f73 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -61,7 +61,7 @@
// @section info // Author info of this build printed to the host during boot and M115
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes. +#define STRING_CONFIG_H_AUTHOR "Marco" // Who made the changes.
//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) /**
@@ -626,7 +626,7 @@
#define HEATER_5_MINTEMP 5 #define HEATER_6_MINTEMP 5 #define HEATER_7_MINTEMP 5
-#define BED_MINTEMP 5 +#define BED_MINTEMP -20
#define CHAMBER_MINTEMP 5 // Above this temperature the heater will be switched off.
@@ -1668,7 +1668,7 @@
// @section motion // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
-#define INVERT_X_DIR false +#define INVERT_X_DIR true
#define INVERT_Y_DIR true #define INVERT_Z_DIR false //#define INVERT_I_DIR false
```
History Log
date | price | |
---|---|---|
09/22/2023 | Donated by Jack | $0 |
02/09/2023 | Ordered a power cable | $8 |