Reprap Mendel: Difference between revisions

From /dev/hack
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 14: Line 14:
https://reprap.org/wiki/RAMPS_1.4
https://reprap.org/wiki/RAMPS_1.4


```
<blockquote>
diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h
The board has two pairs of connectors for power, one labeled 11A and the other 5A, both of these pairs are 12V connections. The 11 amps pair is used to power the heated bed. The 5 amps source is used to power the board, the rest of the printer's components and the Arduino board.
index 4f93a4de48..e5c06e2f73 100644
</blockquote>
--- 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


```
Currently using a dedicated 12V / 5A power supply.
 
<pre>
#define STRING_CONFIG_H_AUTHOR "Marco" // Who made the changes.
#define CUSTOM_MACHINE_NAME "Galactica"
#define BAUDRATE 250000
#define INVERT_X_DIR true
#define INVERT_E0_DIR true
</pre>
 
Have to disable heated bed in octoprint
 
https://github.com/MarlinFirmware/Marlin/issues/6093
 
had to set baud rate in octoprint
 
https://reprap.org/wiki/Lubrication
 
<blockquote>
Linear Bearings come in open and close package. The closed ones have their own lubrication and no additional lubrication is needed while open ones need additional lubrication. high-viscosity PTFE filled oil (super-lube) for example shown best results here. Synthetic Gear Oil also shown very good results. On the other hand, TheGremlin recommends low viscosity lithium soap based lube when using bushings. High viscosity greases, such as axle grease, can clog up roller bearings and cause them to slide instead of rolling. This will wreak havoc on your expensive precision ground linear rods. He recommends a grease NLGI Grade 1 or 0.
</blockquote>
 
Marlin 2.1.2.2


== History Log ==
== History Log ==

Latest revision as of 00:55, 16 February 2024

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

The board has two pairs of connectors for power, one labeled 11A and the other 5A, both of these pairs are 12V connections. The 11 amps pair is used to power the heated bed. The 5 amps source is used to power the board, the rest of the printer's components and the Arduino board.

Currently using a dedicated 12V / 5A power supply.

#define STRING_CONFIG_H_AUTHOR "Marco" // Who made the changes.
#define CUSTOM_MACHINE_NAME "Galactica"
#define BAUDRATE 250000
#define INVERT_X_DIR true
#define INVERT_E0_DIR true

Have to disable heated bed in octoprint

https://github.com/MarlinFirmware/Marlin/issues/6093

had to set baud rate in octoprint

https://reprap.org/wiki/Lubrication

Linear Bearings come in open and close package. The closed ones have their own lubrication and no additional lubrication is needed while open ones need additional lubrication. high-viscosity PTFE filled oil (super-lube) for example shown best results here. Synthetic Gear Oil also shown very good results. On the other hand, TheGremlin recommends low viscosity lithium soap based lube when using bushings. High viscosity greases, such as axle grease, can clog up roller bearings and cause them to slide instead of rolling. This will wreak havoc on your expensive precision ground linear rods. He recommends a grease NLGI Grade 1 or 0.

Marlin 2.1.2.2

History Log

date price
09/22/2023 Donated by Jack $0
02/09/2023 Ordered a power cable $8