You are not logged in.

#1 2016-05-30 10:08:09

Iffy
Member
Registered: 2016-05-30
Posts: 4

On sprinter firmware Z axis control problem

I use USB to connect the raspberrypi and mage2560.Arduino using the sprinter firmware. When I manually adjust the Z axis in cloud dashboard , the motor will be able to move normally. However, to increase the STL parts and start printing, motor can not move, the indicator light on Arduino is not blinking. which indicates that the signal is not transmitted through the usb to the arduino. Is there any problem in my setting or nanodlp still does not support sprinter firmware.

Offline

#2 2016-05-30 15:48:09

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

I am not familiar with sprinter firmware but usually they should work at-least with degraded functionality. Copy details on terminal panel, also if you can attach debug info.

Offline

#3 2016-05-30 16:24:17

Iffy
Member
Registered: 2016-05-30
Posts: 4

Re: On sprinter firmware Z axis control problem

Sprinter
1.3.22T / 20.08.2012
start
SD Start
SD init fail
Soft PWM Init
Planner Init
Stepper Timer init
Free Ram: 4143
Plan Buffer Size:1152 / 16
;********** Lift Sequence ********
G10.0000 Z($ZLiftDist * $ZDir) F$ZLiftRate
G10.0000 Z(($LayerThickness-$ZLiftDist) * $ZDir) F$ZRetractRate
; %d$BlankTime
;********** Lift Sequence **********

Error: No Line Number with checksum, Last Line:0
Error: No Line Number with checksum, Last Line:0
G1 Z10.00
ok
G1 Z-10.00
ok
G1 Z10.00
ok
G1 Z10.00
ok
G1 Z-10.00
ok
G1 Z1.00
ok
G1 Z-1.00
ok
G28
ok
G1 Z10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z-10.00
ok
G1 Z10.00
ok
G1 Z-10.00
ok
;********** Header Start ********
;Here you can set any G or M-Code which should be executed BEFORE the build process
G21 ;Set units to be mm
G91 ;Relative Positioning
M17 ;Enable motors 
;********** Header End **********

ok
ok
ok

Offline

#4 2016-05-30 16:25:52

Iffy
Member
Registered: 2016-05-30
Posts: 4

Re: On sprinter firmware Z axis control problem

How can i paste the photo?

Offline

#5 2016-05-30 16:55:53

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Is it the log of manual movements? Start the printer and send log again after couple of layers.

Go to setup page/tools tab and press debug info button and attach exported file. Upload the files/photos somewhere and put link here.

Offline

#6 2016-05-30 17:34:02

Iffy
Member
Registered: 2016-05-30
Posts: 4

Re: On sprinter firmware Z axis control problem

I can't upload the previous debug photo.
Now I use the Marlin firmware,but the motor isn't working too.Same problem when using Marlin firmware

here is the debug test data

Level    Layer    Time    Module    Details
Debug    3    2016-05-30 17:16:44.309456    Pulsing    Moving to Layer
Debug    2    2016-05-30 17:16:41.09555    Shutter    Shutter Close
Debug    2    2016-05-30 17:16:41.094679    Image    Clear screen
Debug    2    2016-05-30 17:16:23.044254    Printing    Curing for 17.999998976 seconds
Debug    2    2016-05-30 17:16:22.45977    Shutter    Shutter Open
Warning    2    2016-05-30 17:16:22.459438    Image    Display layer public/plates/1/2.png
Debug    2    2016-05-30 17:16:10.458975    Pulsing    Moving to Layer
Debug    1    2016-05-30 17:16:07.24704    Shutter    Shutter Close
Debug    1    2016-05-30 17:16:07.246616    Image    Clear screen
Debug    1    2016-05-30 17:15:49.19635    Printing    Curing for 17.999998976 seconds
Debug    1    2016-05-30 17:15:49.099391    Shutter    Shutter Open
Warning    1    2016-05-30 17:15:49.099072    Image    Display layer public/plates/1/1.png
Debug    1    2016-05-30 17:15:37.098618    Pulsing    Moving to Layer
Info    1    2016-05-30 17:15:37.084363    Projector    Projector on
Debug    1    2016-05-30 17:15:37.084319    Shutter    Shutter Close
Debug    1    2016-05-30 17:15:37.084248    Image    Clear screen
Info    1    2016-05-30 17:15:36.264436    Projector    Projector on

here is the terminal data

start
echo:Marlin 1.0.0
echo: Last Updated: May 30 2016 23:27:38 | Author: (none, default config)
Compiled: May 30 2016
echo: Free Memory: 4983  PlannerBufferBytes: 1312
echo:Hardcoded Default Settings Loaded
echo:Steps per unit:
echo:  M92 X36.36 Y36.36 Z416.67 E400.00
echo:Maximum feedrates (mm/s):
echo:  M203 X600.00 Y600.00 Z20.00 E20.00
echo:Maximum Acceleration (mm/s2):
echo:  M201 X4000 Y4000 Z4 E4
echo:Acceleration: S=acceleration, T=retract acceleration
echo:  M204 S3000.00 T3000.00
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s),  Z=maximum Z jerk (mm/s),  E=maximum E jerk (mm/s)
echo:  M205 S0.00 T0.00 B20000 X40.00 Z0.40 E0.40
echo:Home offset (mm):
echo:  M206 X0.00 Y0.00 Z0.00
echo:PID settings:
echo:   M301 P22.20 I1.08 D114.00
;********** Lift Sequence ********
G10.0000 Z($ZLiftDist * $ZDir) F$ZLiftRate
G10.0000 Z(($LayerThickness-$ZLiftDist) * $ZDir) F$ZRetractRate
; %d$BlankTime
;********** Lift Sequence **********

Error:No Line Number with checksum, Last Line: 0
Error:No Line Number with checksum, Last Line: 0
;********** Header Start ********
;Here you can set any G or M-Code which should be executed BEFORE the build process
G21 ;Set units to be mm
G91 ;Relative Positioning
M17 ;Enable motors 
;********** Header End **********


Maybe nanodlp can't send data to arduino i think, because the arduino gives no twinkle when it should drive motor, which means no signal sent to arduino.

Offline

#7 2016-05-30 18:49:18

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Change your distribution to muve3d by clicking on change distro on tools tab / setup page.
You are directly sending pulse and not connected to RAMP.

Offline

#8 2016-11-20 02:43:15

jaidek
Member
Registered: 2016-11-19
Posts: 29

Re: On sprinter firmware Z axis control problem

I am having the exact same problem with my top down setup. I am running RAMPS/Arduino/Spinter and it is working perfectly with Creation Workshop. In nanoDLP I can move the z-axis with both the controls and in the terminal, but they don't move when trying to print (tried the calibration plate). I have put the exact settings that work from Creation Workshop into the hardware settings.

IeDT4ur.jpg

I have also tried changing to the muve3d distribution and that is acting the same. Any ideas what might be going on?

Thanks!
Corey

Offline

#9 2016-11-20 09:37:36

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Choose relative positioning when using G91.

If you want to try muve3d distro, switch to patched marlin firmware.

Offline

#10 2016-11-21 04:24:41

jaidek
Member
Registered: 2016-11-19
Posts: 29

Re: On sprinter firmware Z axis control problem

Hey Shahin,

I've switched to relative positioning, but I am still not getting any motor movement when printing. It's like it does Cure Time > Shutter (which I disabled, but still shows in the UI) > Next Layer > Repeat. Should it display any UI updates about movement?

I have also switched back to the generic distro, any ideas? Anything I can provide to troubleshoot?

Thanks again for the help,
Corey

Offline

#11 2016-11-21 09:07:25

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Yes, it should display a message about movement. Please, share your profile page, maybe there is no gcode to send.

Offline

#12 2016-11-22 02:50:26

jaidek
Member
Registered: 2016-11-19
Posts: 29

Re: On sprinter firmware Z axis control problem

Hey Shahin,

Here's screen shots of both the hardware page and the profiles page. I really appreciate the assistance.

Profile:
CLktenr.png

Hardware:
YOZHB3m.png

Thanks!
Corey

Offline

#13 2016-11-22 08:03:02

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Jaidek,
you need to add gcode to before / after gcode boxes.

Offline

#14 2016-11-23 12:41:16

jaidek
Member
Registered: 2016-11-19
Posts: 29

Re: On sprinter firmware Z axis control problem

Hey Shahin,

Thanks for the help, that was the issue. I thought the gcode in the hardware section was all that was needed and these sections were for optional or advanced gcode. I now have movement! smile However, my system is a top down and the movement is reverse, I assume I can just use expressions and do * -1?

Thanks!

Offline

#15 2016-11-23 13:32:06

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: On sprinter firmware Z axis control problem

Or you can change direction through setup

Offline

Board footer

Powered by FluxBB