knutwurst / Marlin-2-0-x-Anycubic-i3-MEGA-S

Marlin 2.0.x Version for Anycubic i3 MEGA M/S/P/X/CHIRON and 4MAX with Anycubic TFT or the "new" DGUS Clone TFT - Now also with BLTouch!
GNU General Public License v3.0
782 stars 183 forks source link

[FR] Support for Slice Thermistor #438

Closed geezy54 closed 1 year ago

geezy54 commented 1 year ago

-->

Changing out Stock hotend for bondtech hotend, with bl touch, and new thermistor and heater.

Feature Workflow

  1. I am doing a project that uses a bond tech LGX Shortcut Mosquito that I will be hooking up to my anycubic mega x, this is my first type of project like this. It also is going to have a BL touch mounted on it. I was so impressed by the firmware I found on your website that I decided to upgrade the printer which is proving to be very expensive.
  2. I think most of the parts are just plug and play but the thermistor on my other hotend does not fit the new one. I was looking into it and you have to change the firmware for a new thermistor.
  3. I did buy a new thermistor, but I have no clue how to change the firmware for printer. Should I just use the old one with an adapter or try to use the new one? I bought the slice one that is listed below in the links.
  4. I will take any advice I can get on the subject, I have not started working on the project yet, but if anyone is willing to help point me in the right direction I would be grateful.
  5. I opened it up now and it was v.0.0.2 trigorilla motherboard.

Thank you,

-Greg

Additional Information

https://www.bondtech.se/product/lgx-shortcut-mosquito-printhead/ https://www.bondtech.se/product/lgx-shortcut-accessories-set-for-anycubic/ https://www.bondtech.se/product/slice-300c-thermistor-2m-bare-leads/ https://www.bondtech.se/product/mosquito-12v-50w-heater/ https://www.sliceengineering.com/products/thermistor-high-temperature?variant=36948577419426 https://docs.google.com/spreadsheets/d/1904x5JK-Sup-cX5DqHiiZWaFVTK6_PQBFxgi_6yXEJw/edit#gid=934228925

geezy54 commented 1 year ago

It currently has Mega_X_v.1.4.4.hex loaded if that helps.

geezy54 commented 1 year ago

IMG_0097

MGThePro commented 1 year ago

I'm no expert but afaik you'd only have to change the thermister type here based on this information, then rebuild the firmware.

So in the case of the 300°C thermistor that you linked, the TEMP_SENSOR needs to be set to 5

Just make sure to build the firmware with the configuration you need (in your case the version for the Mega X with BLTouch support) in PlatformIO

geezy54 commented 1 year ago

Hello MG, I appreciate the help. Thank you for pointing out what to change.

Where can I get the MEGA X with BLTouch Support source files for compiling?

I see the source files, and some of the files look like for Any cubic, but I am not sure how to find the correct source files for the MEGA X with BL TOUCH support.

Is there a way to just take the completed BL Touch Config and edit it? or that is not possible?

Thank you,

-Greg

MGThePro commented 1 year ago

The source files are identical for every printer and modification, during the build process you specify your configuration. The build process is described here.

Notice how in the first image of section 5 there is a list on the left of printer configurations. In the picture, the configuration "MEGA_S_DGUS_TMC" is selected. Make sure you select the correct configuration for your printer. You should also read section 1 to 4 of this page to know what configuration you need for your printer.

I'm not entirely sure what you mean by editing the completed BLTouch config, but as long as you follow the wiring diagram from the wiki and using the correct BLTouch build configuration, you should only have to configure the position of the BLTouch as well as the Z offset, which can all be done via gcode rather than firmware modifications. However this is already beyond my scope of knowledge, I haven't done anything with a BLTouch yet.

geezy54 commented 1 year ago

Mg, I think this is what I needed, the information on how to do it. Thank you so much for your input, I will read this and compile the right files for my printer.

Have a great day, I will let you know how it goes.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.

github-actions[bot] commented 8 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.