You are not logged in.
Pages: 1
I have my 5.5" 2k LCD working, now I just need to get the settings and GCode checked before I go to next stage. After I have a confidential working 2k saved and backed up then I shall revert to my 4K LCD build, that will also give time to the LCD to arrive from China.
So to recap, I have a Wanhao D7 Plus of which I have stripped out all the electrics except the Stop switch and motto. So besides the D7 motor and base stop, and various 24v fans and a Meanwell LRS350-24 LED DRIVER, DC24V 350W 24v DC supply, I am using a Pi4B and a BIGTREETECH SKR Mini E3 Control Board 32Bit with TMC2209 UART Driver 3D Printer Parts Cheetah V1.0
I got the code from searches and people sending me things, so do not know if it is correct or best.
So here are all my GCode and settings.
NOTE For some I have two options. I do NOT know which is best/correct, so please advise. Also "Resume Print" has a lot of text and I am not sure I need it, it may just be an explanation. ANd have no idea what goes in the "Shutdown Code".
Printer Name:
NanoDLP4kD7Plus
Start of Print Code
M107 P1
M106 S0
G90
G28 F400 P1
[[WaitForDoneMessage]]
G92 Z0
[[PositionSet 0]]
M17
Resume Print Code
G90 ; Put positioning in absolute mode
G92 Z[[CurrentPosition]] Y0 X0 ; System crashed so we need to recover current position from nanodlp and set it on RAMP
G1 Z[[LayerPosition]] ; Move to layer position
Print Stop Code:
M104 S0
M106 S0
G04 F30000
G90
G1 Z190 F300
M84
Manual Movement Code Template:
M104 S0
M106 S0
G04 F30000
G90
G1 Z190 F300
M84
OR this one which I am using
G91
G1 Z[[Position]]
G90
Platform Wait Position:
-1
Resin Depth
10
Max Speed
100
Min Speed
50
Motor Startup:
50
Motor Step Angle:
1.8
Micro Step:
16
Leadscrew Pitch:
8
Z-Axis Height:
76000
4k LCD
Horizontal Res Vertical Res:
2160 . 3840
X/Y Res um: Y Res um:
31.5 31.5
2k LCD
Horizontal Res Vertical Res:
1440 . 2560
X/Y Res um: Y Res um:
47.25 . 47.25
Display Controller:
Normal
Bootup Code
M107 P1
M106 S0
Shutdown Code:
???? no idea what to put in here ????????
Stop/Shutdown Physical GPIO:
Physical 7, BCM 4
Camera Command:
-w 1296 -h 972 --timeout 700 --awb sun or this one which I am using -w 1296 -h 972 --timeout 700 --awb sun -rot 180
Shutter Open Code:
M104 S100 or M104 S0
Shutter Close Code:
M104 S0 or M104 S100
Shutter Type:
Through Shield
Shutter GPIO:
Physical 11, BCM 17
Servo Pulse Width - Open:
500
Servo Pulse Width – Close:
2500
Servo Signal Length:
1000
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Entered in to RAMPS terminal:
M104 S0
M107 P1
M106 S0
M92 Z400
M500
Last edited by Jonners59 (2020-12-19 15:43:14)
Jonners59
:-D
Offline
Any help, PLEASE. ANYONE.
PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Last edited by Jonners59 (2020-12-23 11:23:45)
Jonners59
:-D
Offline
Pages: 1