SidneyKi
Posts: 2
Joined: Tue Feb 02, 2016 2:49 pm

Re: Script Wrong

Hello

I notice the default process for the Malyan m180 set the right extruder temperature to 230c and the bed to 110c. On the PLA spool its temperature range is 195c to 220c. Can the default process be updated?

From talking with other Malyan users they normally set theirs to 210c for the extruder and 60c for the bed.
sns
Posts: 4
Joined: Sat Sep 10, 2016 1:24 pm

Re: Script Wrong

Hi there,

Just getting M180 to work.
I'm trying some printing with g-code and it seems these commands do execute OK, but software/printer is not waiting for the heating to be done. It starts to print right away and "preventing cold extrusion". What's wrong in there?
Another question, what firmware for M180 is good for today?

Thanks in advanvce!
Akura2
Posts: 15
Joined: Sat Aug 27, 2016 3:37 am

Re: Script Wrong

I have printed a PLA blower fan adaptor for my Malyan M180 and installed a fan in the right-side position for testing... I've plugged the fan into the auxiliary wire located in the right front of the printer housing it's a 12v 40mm x 10mm 8+ CFM fan as recommended... When I go to print, the fan does not spin (I've tried two different ones and neither spin when printing starts) Is there something I'm not doing in the software that's keeping the fan from spinning up? The fan gets warm when you touch the center where the motor is, but it doesn't spin up and I can hear the main board cooling fan speed up and slow down when I plug and unplug the fan

I saw in the Wiki a set of command lines, but it doesn't specify it this will work with S3D, and where in the command they are supposed to go


Help

Thanks
Tomsull2016
Posts: 2
Joined: Fri Jan 13, 2017 11:28 am

Re: Script Wrong

You May have the fans wired backwards, If you have checked that then go here

http://wiki.malyansys.com/doku.php?id=f ... ]=firmware
Download the experimntal firmware for abs blower. Rename it to Update.exe
Move it to your C drive

Connect your printer to your PC using the USB lead, go to device manager in windows to see which com port its on.( if you have trouble with that install the usb driver that came on the SD card)
Turn the printer off and then on while holding the front button on the printer it should say "updating" on the LCD).
Open windows command prompt,
type :-
CD\ ( press enter)
update.exe -P COMX (put your Com port number in place of the "X" eg COM2)

Once its finished updating press the front button, the fans will start spinning)
Turn the printer off and then on

**The firmware has the the gcodes backwards for the extruder and the part cooling fans**

Now in S3d
Go to start script in process settings
Change M126 S[fan_speed_pwm] ; Set fan speed
to
M106 S[fan_speed_pwm] ; Set fan speed

add
M126; blower fan on
just before
G1 Z0.5 F100 ; Lift
M73 P1 ;@body (notify GPX body has started)

Now go to the ending script and make sure you have these two line :-

M127 ; stop blower fan
M107; stope extruder fans

Thats what worked for me ( Maybe use ReplictorG to test the M126 M127 if they work you will only have to do the s3d bit)
Hope that helps someone

Return to “Troubleshooting and Bug Reports”