Recently my Replicator 2 got upgraded with a heated build plate.
Please add a"Replicator 2 with HBP" to the list of selectable printers in Creator
and the string -m r2h to the GPX conversion command for postprocessing.
I have tried this and as soon as I go to print the Heated build platform turns off, and doesn't heat up.JoeJ wrote:Go to firmware config, X3G tab, and select Rep2 with HBP.
You can open your FFF Settings and load the standard Rep2 profile. Then go to the Temperature tab, click Add Temperature Controller, and enter the name "Heated Build Platform". Use the settings below.
Temp identifier: T0
Controller type: Heated build platform
Relay temp between layer and loop: both off
Wait for temp to stabilize: enabled
Then you can edit the first layer setpoint to have the desired bed temperature for whatever material you are printing. You may also want to add the following command to your ending gcode script if you want the bed to turn off after the print:
M140 S0 T0 ; cool down HBP
That's it! I figured out all of this by just comparing the standard Rep2 and Rep2X profiles. It's pretty easy to see what changes are needed.
Hope that helps!