Reprap Mendel: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|status=Nonoperational | |status=Nonoperational | ||
|model=[https://reprap.org/wiki/Mendel Reprap Mendel] | |model=[https://reprap.org/wiki/Mendel Reprap Mendel] | ||
|poc= | |poc=[[User:M]] | ||
}} | }} | ||
[https://www.prusa3d.com/en/page/prusaslicer_424/ prusa slicer] - gcode generation software | [https://www.prusa3d.com/en/page/prusaslicer_424/ prusa slicer] - gcode generation software | ||
3d printer | |||
[https://octoprint.org/ octoprint] seems to work as a print server | [https://octoprint.org/ octoprint] seems to work as a print server | ||
Line 20: | Line 22: | ||
Currently using a dedicated 12V / 5A power supply. | Currently using a dedicated 12V / 5A power supply. | ||
<pre> | |||
#define STRING_CONFIG_H_AUTHOR "Marco" // Who made the changes. | #define STRING_CONFIG_H_AUTHOR "Marco" // Who made the changes. | ||
#define CUSTOM_MACHINE_NAME "Galactica" | |||
#define | #define BAUDRATE 250000 | ||
#define INVERT_X_DIR true | #define INVERT_X_DIR true | ||
#define INVERT_E0_DIR true | |||
</pre> | |||
Have to disable heated bed in octoprint | Have to disable heated bed in octoprint | ||
https://github.com/MarlinFirmware/Marlin/issues/6093 | |||
had to set baud rate in octoprint | had to set baud rate in octoprint |
Latest revision as of 00:08, 13 November 2024
Reprap Mendel | |
---|---|
Status | Nonoperational |
Model | Reprap Mendel |
Point Of Contact | User:M |
prusa slicer - gcode generation software
3d printer
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 |