@jay_s_uk
Yes, it's an interesting approach too, because it doesn't use memory by creating global variables.
Thanks for commenting.
Posts made by RodrigoRMaraujo
-
RE: Mesh bed leveling only in printing area using orca slicer
-
Mesh bed leveling only in printing area using orca slicer
I've been researching how I could define the mesh for the print area using the orca slicer.
I'd like to record here how I did it, after reading some old posts here on the forum, which helped me a lot. Who knows, maybe it will be useful to someone else.
My start gcode in the orca slicer:
set global.varNozzleTemp = [nozzle_temperature_initial_layer] set global.varBedTemp = [bed_temperature_initial_layer_single] M557 X{first_layer_print_min[0]}:{first_layer_print_max[0]} Y{first_layer_print_min[1]}:{first_layer_print_max[1]} P3:3 M98 P"0:/macros/Print/start_print.g"
Macro start_print.g:
T0 M104 S150 M190 S{global.varBedTemp} ; aquece mesa e espera G28 G32 M104 S{global.varNozzleTemp} ; aquece bico na temperatura de primeira camada e segue; G29 M109 S{global.varNozzleTemp} ; aquece bico na temperatura de primeira camada e espera ;Purge line G1 X115 Y-3 Z0.24 F6000 G1 E3 G1 X190 E30 F360 G1 X205 Z0.04 E-0.2 F180 G1 Z1 F360 G92 E0
Macro load_variables.g (loaded in config.g by M98):
global varNozzleTemp = 0 global varBedTemp = 0
It's a very simple process but it works well for me.
-
RE: CanBus model for octopus pro f429
@gloomyandy and @jay_s_uk
First of all, thanks for answering.I don't have enough knowledge to start a challenge like this, I have no idea how it would be done lol.
Using canbus would be ideal, because I'm currently converting a machine running klipper, which has an ebb42 board in the car.
Because of the difficulty, I think I'll opt to run all the wiring for the car's accessories (without canbus).I'm leaving klipper and converting my printers back to RRF because of the complexity of klipper (for me). I want to go back to the simplicity of RRF and not depend on an SBC running linux.
Sorry for the bad English, translated by google.
-
RE: CanBus model for octopus pro f429
Please, another question.
If I install the CAN-FD EFD version, will I be unable to use a fysect mini 12864 display that I have?
Thanks. -
RE: CanBus model for octopus pro f429
@jay_s_uk said in CanBus model for octopus pro f429:
@RodrigoRMaraujo https://teamgloomy.github.io/btt_octopus_pro_1.0_f429_spi2canfd_3_5.html
You can add CAN-FD as described here. However it's been suggested to use the EFD version and use the SPI on J74.
Then you can use any toolboard we support with itThank you!
-
CanBus model for octopus pro f429
Hello everyone.
Is there a model of canbus board that is more suitable to work with MTB Octopus Pro F429?
-
RE: Octopus Pro F429 with wifi module, does it run RRF?
@gloomyandy
I managed to install and update to version 3.5.4.
I'm confused whether I need to update the wifi firmware or should I keep it as it is working. Can you clarify this doubt for me?
Thank you. -
RE: Octopus Pro F429 with wifi module, does it run RRF?
@gloomyandy thank you.
I will read everything! -
Octopus Pro F429 with wifi module, does it run RRF?
Hello everyone.
I bought this Octopus Pro F429 with a Wi-Fi module esp32.
Could you tell me if RRF runs on this board?I haven't learned anything about this RRF variant yet, even though I've been using Duet boards since 2019. I have a Corexy with an Octopus board running Klipper, and I want to replace it with this one with RRF and stop using Klipper.
-
RE: Simple Connection Display for Duet Maestro
@droftarts thanks for replying.
This model you mentioned, from aliexpress, theoretically doesn't need any changes to the wiring, right? -
Simple Connection Display for Duet Maestro
Hello everybody.
Is there any type of LCD display for the Duet Maestro that does not require any wiring changes, other than the PanelDue?I have a mks mini 12864 v3 display (https://pt.aliexpress.com/item/1005004605578891.html), but I was confused about the change in the wires, I couldn't understand.
Is there any other that is plug and play? -
RE: Duet maestro - Diag led does not turn off
@droftarts yes, I did everything right, but I tried with the wrong firmware.
I was trying to upload the firmware for the duet 2 lol.Thanks for trying to help me!
-
RE: Duet maestro - Diag led does not turn off
@oliof thanks for replying.
I ended up finding the problem.
Since I've already installed a dozen Duet 2 WiFis, and I installed a Maestro over 4 years ago, I didn't remember that the Maestro has a separate binary, specific to it. My mistake!
I uploaded the correct binary, left the card with the correct firmware and it worked 100%! I already have v3.5.4 working.
Returning to AliExpress is practically impossible here in Brazil lol.
I've been buying Duets on AliExpress since 2019, luckily I haven't received a bad one yet.
Problem solved, thank you very much.
-
Duet maestro - Diag led does not turn off
Hello everyone!
I just received a Chinese version of the Duet Maestro and I thought it would be a good idea to do a full reset to install RRF 3.0 via Bossa (the same procedure I always do).
I performed the "fallback 2" procedure. The problem is that after Bossa completes without any errors, the board does not turn off the diagnostic LED and is no longer recognized by Windows (the Windows driver is installed). There is no point in pressing the reset button.
I tried using the 2 versions of Bossa available in the documentation.I tried connecting the board directly to the power supply (without USB) and the diagnostic LED remains on, with the added bonus that the heat bed LED is also on.
The fallback 1 procedure does not work because the board is not recognized so that YAT can connect.
Is there anything else I can do? The board is new.
Thanks.PS: I bought this board to replace another new board that I ended up burning out by connecting a 3dtouch incorrectly. I'm very unlucky lol.
-
RE: Temperature bug in DWC 3.5.4?
Hello @droftarts.
It's ok. I just disabled this option because I didn't understand its purpose. When enabled, it copies the same values from the hotend to the table, it seems like a bug to me.
Thank you. -
Temperature bug in DWC 3.5.4?
Hello everybody.
Suddenly I caught the board temperatures showing the options configured for the hotend.
Is there anything I can do to fix this?
There is no point in restarting, the problem persists.
I'm still finishing setting up the printer, it's not in production yet.EDIT: Sorry, I had activated the table's simple control mode and didn't realize what it was.
-
RE: Activate fan by driver movement
@droftarts thank you!
While you were writing, I was researching this very documentation.
Thank you very much.I don't know yet how to mark a topic as resolved. Should I wait for the administration or can I do it myself?
-
RE: Activate fan by driver movement
@oliof thank you!
You reminded me of this detail about using the MCU temperature. I've been away from RRF for 2 or 3 years and just got back to it, and I ended up forgetting several details like this.
Thank you very much, problem solved.M308 S2 Y"mcu-temp" A"MCU" ; configure sensor 2 as on-chip MCU temperature sensor M950 F2 C"out6" ; create fan #2 - Big Dipper fysect board M106 P2 C"5015_Drivers" H2 L0.15 X1 B0.3 T40 ; configure fan #2
-
Activate fan by driver movement
Hello everyone.
Please, in RRF 3.5 is it already possible to connect a fan to the drivers that works whenever there is movement of any of the axes or extruders?
Thanks!