Can you edit the firmware on the creator pro? I’m wondering because I fixed the printer up with an extruder upgrade. only now when my prints are finished the bed lowers too far. Its tries to lower itself even when it has hit the bottom of the printer. I need to change the distance it lowers when a print is finished.
The slicing software is sending the bed down by 150mm typically at the end of the job.
There may be a way to prevent movement beyond some soft limit in firmware but in this case you may just need to edit the ending code for the machine in the slicer.
In simplified 3D its under scripts when editing processes.
In makerware you edit the replicatorDual.json located C:\Program Files\MakerBot\MakerWare\s3g\profiles
Those are the programs I use, others should have similar options.
I have a spacer printed in the back to prevent the extruder from crashing into the bed. this is the problem though. The printer thinks the bed is in a higher position. Therefore when it lowers when the part is done, it crashes into the bottom.
Not sure what you mean here, the slicer is the software used to convert .stl to tool paths (gcode). Once you configure and save the gcode scripts they will apply to every job you slice.
G1 = move, Z150 = move 150 mm <change this to something less than 150, F1000= speed in mm/min Once you find the new Z parameter you can also edit the machines build area to reflect the new values so your preview is accurate.
Never mind. I was wondering if I changed that bit of script would it embed the settings into the firmware of the printer. Now that I think about it, obviously it does not.
Ok, then check your build dimensions on the slicer you are using. Seems like the one you set is a bigger build plate than what it should be. I use simplify3d to change hardware configurations, any slicer should have it.
I have another issue with the z movement. After editing the ending script the bed now lowers perfectly when a print is finished, however, when I cancel a print, the bed still lowers by 150mm. I couldn’t find anything about it in the scripts. Any Ideas?