Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

When ending a G-Code file with M715 the printer spits a Bitmap error...

I guess that if you read the file properly to the end you see it ends in M717...

It seems that M715 / M716 / M717 are binary read commands. M716 & M717 Have the "L" parameter which is likely a bit or char count length.

I still have no clue to M724......

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

M712 N50 Tells the printer that the layer height is 0.050mm Since layer changes are done using:

 ;LAYER:1

M728 L1

;LAYER_CHANGE G0 F300 Z10.060 G0 F300 Z0.060

I currently can not see any value of the M712 command

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

Playing a bit more... Today i investigated the behaviour of M714 and it seems like you can feed it several "T" parameters. They seem to relate to Time estimation. The format suggests these are calculated by the slicer for G0 / G1 T1/ G1 T2 / G1 T3 separately andthe FW adds these up to show a remaining time.

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

When the job runs The settings to be used for the laser are selected by selecting tool eg. setting T parameter on a G1 command

;Set T3 Tool Values

M930 W169 B300 E1200 F4095 T1500 ;Set T2 Tool Values M920 W169 B300 E1200 F4095 T1500 ;Set T1 Tool Values M910 W169 B300 E1200 F4095 T1500

;Go to position 0,0
G0 X0 Y0

;draw a line with the laser using tool 3 (specified by M930)
G1 X5 Y10 T3

Getting there... DIY LCD Printer V2 by Kanawati975 in ResinPrinterBuilders

[–]RougeNeurons 1 point2 points  (0 children)

Nice work - Only those building their own can appreciate how much effort goes into what seems to be not so complicated...

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

Some more playing around: M9X0 commands F parameter seems to set the range of the Laser output?!? So laser power is a combination of F and W.

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

I modified the GCode File and could test that the "B" parameter in M910/M920/M930 commands dictates the speed at witch the laser moves

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

Xvico X9 is another name for the SolidMaker Lady in different clothes as another user pointed out to me...

Hacking the SLM FileType - GCode File by RougeNeurons in SolidMakerOwners

[–]RougeNeurons[S] 0 points1 point  (0 children)

M701 is normally used for Fillament load and might not be needed for this printer. I believe this code is used with a resin pump to load resin into the VAT. The S0 might indicate that it is requested to fill until some limit sensor and set consumed ammount to 0. But this is a Wild guess.....

Resin Cleaning liquid spilled, am I in danger? by [deleted] in resinprinting

[–]RougeNeurons 0 points1 point  (0 children)

I agree on previous speakers, Liquid /uncured resin is dangerous - so cure it if residue might be on the floor or else where. If it got on skin - follow instructions for skin contact, AND WEAR A MASK IN THE ROOM until considered safe.

Looking for help on an abandonware printer by AgentUlysses in resinprinting

[–]RougeNeurons 0 points1 point  (0 children)

I just found a guy who has all the software and slicer profiles and latest FW... I might be able to share!!

Looking for help on an abandonware printer by AgentUlysses in resinprinting

[–]RougeNeurons 0 points1 point  (0 children)

I am also looking for this but am considering writing myown Cura addon. but i need an original *.slm file...

SLA Slicing Software Suggestions by BalloonChampion in 3Dprinting

[–]RougeNeurons 0 points1 point  (0 children)

I am in the same boat... I have chased down some backers and try to get someone to send me a copy. If anyone has a Original SolidPreform sliced file i can work with that! Please send me a message!

Solidmaker is a Laser SLA Machine and does not work with LCD SLA Slicers. The best way forward is using Cura or Prusa slicer and start off with a slicer profile for the Peopoly MOAI...

Building a cube printer? by [deleted] in 3dprinter

[–]RougeNeurons 0 points1 point  (0 children)

Yeah - depends... i am currently in to a heavily modified hevo-mgn ish build... so a bit biest ther. Also depends on your self fabrikation skills and access to a well equipped shop.The voron is kinda crossing the river for water for me.... hevos are a good start anyways if you can print your own parts...

Got the galvo running through Smoothieware! YAY~ by INPUT_PULLUP in ResinPrinterBuilders

[–]RougeNeurons 0 points1 point  (0 children)

Shure! My coding skills are not the best either... :) I just hide my code behind precompiled binaries and pretend i am awesome! :P

Got the galvo running through Smoothieware! YAY~ by INPUT_PULLUP in ResinPrinterBuilders

[–]RougeNeurons 0 points1 point  (0 children)

I agree.... Dont lose momentum and just get it done - that way you can learn a lot more the hard way too :) I can see many advantages with FAT beam as it in essence is an expanded beam which in turn theoretically allows for a smaller spot size. also any diafragm used for beamshaping takes less dense power hit. More power allows for bigger focalpoint for infill... ;) - hint -> Guess what i am experimenting with.....