3D GCode Viewer integrated with DWC
-
@LB volume is an odd duck because I had to do some things to make something work for delta beds. Transparency is always a pain heh
-
reliable results with (alpha + all-of-the-webbrowsers-out-there)=oxymoron
-
@Sindarius said in 3D GCode Viewer integrated with DWC:
@CCS86 if you could share your file that would help me to look at it.
Sure thing.
-
@CCS86 Thanks for the file. I managed to take a look at it and the line that is tripping up the viewer is in your ending gcode trips up the viewer into thinking the last layer height should be 5mm tall which causes it to freak out.
G1 Z5 E-3 F4000I commented out that line and got this
This is not an issue with your gcode but an issue with how the viewer not appreciating a retract and z travel in the same line. I'll look at getting a fix in for 3.3
Also because line rendering does not care about layer height doing forced line rendering showed the correct results.
Either way thank you for sharing your file and I'll get this resolved.
Thanks!
-
Awesome, glad it helped!
-
*is printing a multi part file...
One of the parts as apparently on a blob of oil or some nonsense, is going to fail and probably ruin the whole print.
Pause print. Sigh.
Remember that the g-code viewer has a cancel part function.
upload version 3.2 of DWC.
enable Gcode Viewer plugin.
cancel the failing part.RESUME PRINT!
ALL. OF. THE. WINNING.
Like seriously, epic epic feature to have.
-
@theruttmeister said in 3D GCode Viewer integrated with DWC:
upload version 3.2 of DWC.
Mid Print?! Without skipping a beat? Nice.
-
@theruttmeister I have to say that I am impressed with this
-
@Phaedrux said in 3D GCode Viewer integrated with DWC:
@theruttmeister said in 3D GCode Viewer integrated with DWC:
upload version 3.2 of DWC.
Mid Print?! Without skipping a beat? Nice.
Yep.
Just paused, uploaded the zip of the right version of DWC.
Took longer to load the gcode for visualization!Killer feature!
-
Very nice. Thank you for your work!
What's about displaying some print job infos into the view (for example time estimations)?
-
@MartinNYHC this is something I have been considering for full screen mode. Panels for temperature, position, job status. It’ll probably be beyond a 3.3 release at this moment.
-
@Sindarius said in 3D GCode Viewer integrated with DWC:
@MartinNYHC this is something I have been considering for full screen mode. Panels for temperature, position, job status. It’ll probably be beyond a 3.3 release at this moment.
Very nice!
-
@theruttmeister which slicer are you using? I never got the object Feature to Work!
-
@PCR I personally did my testing with PrusaSlicer. You can enable the feature by checking the Label Objects checkbox.
-
@Sindarius yep tried it. But not worked. Will try it again
-
@Sindarius said in 3D GCode Viewer integrated with DWC:
Added coloring by feed rate.
This is really usefull for Lasers and CNC´s !
-
@Sindarius what would be really helpful is being able to load a gcode for laser use and then jog the nozzle in x and y to ensure the scrap piece of wood you're going to use is in the correct position
-
@jay_s_uk said in 3D GCode Viewer integrated with DWC:
@Sindarius what would be really helpful is being able to load a gcode for laser use and then jog the nozzle in x and y to ensure the scrap piece of wood you're going to use is in the correct position
(
YEP! Also for CNC´s combined with sub-csys (so beside the standard-csys-G54 using sub-csys/"local-csys" like G55 and so on)
-> I think he is aware of it
)BUT -> HEY HEY HEY, do you mean: AFTER the printer was homed -> THERE COULD BE A LIVE VIEW WITHIN THAT PLUGIN OF THE TOOL BY FETCHIN THE CURRENT TOOL POSITION FROM TEH OBJECT MODEL?
WOOAAAAAAAAHHHHHHHHHHHHHH
-
@LB I am looking at displaying each csys with an axes indicator and label at some point soon. I need to look at the code because I believe I am currently using machine position to drive the cursor.
-
@LB Feed rate has a lot of perks including being useful for looking at your movement. In line rendering mode it can help provide a nice color contrast on single material prints.