You are not logged in.
Pages: 1
Hi Shahin,
I'm driving the printer with Arduino and Marlin for Muve firmware ,
I noticed that it reads the esposition time , information display on nanodlp page, but it ignored commands "lift after print"on Burn in layers and Normal Layers, they are driven by gcode, the question is: is it possible, with gcode specify separately the "lift after print" for both B in L and N L?
Thank you, Andrea
Last edited by mandreas (2016-10-22 21:09:46)
Offline
By esposition, you mean time estimation?
Time estimation calculated based on total time for each layer and does not use individual actions time.
Offline
By esposition, you mean time estimation?
Time estimation calculated based on total time for each layer and does not use individual actions time.
I'll explain:
I can edit the boxes in yellow on the nanodlp page
and gcode respects these values,
red boxes instead are ignored, because the lift command is controlled by gcode box,
but it is valid for both normal and burn in layers
Offline
Sure you can use gcode box to handle any number of movements. conditional will help you make different movements based on layer number or etc.
Offline
Pages: 1