I will Order some pcbs and can Order some for Europe with all SMT components! Please upvote the Post If you want one!
Would supply the Board without Blackpill and Display!
Great Work!!!!!!
I will Order some pcbs and can Order some for Europe with all SMT components! Please upvote the Post If you want one!
Would supply the Board without Blackpill and Display!
Great Work!!!!!!
PCB is Ready. Please Upvote this Post so i can see how many i will order!
Price should be about 4 € + Shipping
Then you only need
If anyone want I made an accelerometer for using with RRF. You can choose between 3.3V or 5V.
40 are in stock.
4€ without connectors (you can use JST or Molex KK or every other 2.54mm connector)
6€ with jst connectors
shipping europe and worldwide 4€ untracked 7€ tracked
Sometimes i ve got fans which are not fully controlable. E.g. only 100 percent works. Or at 20% there is Not enought airflow Like in the datasheet. Etc.
Even changeing the frequency in M950 does not Help. In an old thread @dc42 mentioned using a Low Pass Filter and setting the frequency to 65535.
So i Made a little PCB for it
Works good. I have some in spare. Populated and Not populated.
Hello i am in the process of making a small Production run based on @DIY-O-Sphere schematic. IT will be Board which will be directly olugged Into the Mini;)
Please upvote If you want one!
Here is a WiP FreeCAD Path PP.
some drawbacks
Toolchange is always on. So it will always write the T paramter of the tool. If you dont have a toolchanger and want to change tools give the Tool the same number in Path You can now turn the TC on and off with OUTPUT_TOOL_CHANGE = True
or OUTPUT_TOOL_CHANGE = False
. This command can be given to FreeCAD without the need of modifying the rrf_post.py
Tool start with number 1. A tool with T0 is not possible.
if you want to add a special command before every Toolchange you can do this by modify the rrf_post.py by changing
TOOL_CHANGE = '''''' # Tool Change commands will be inserted
to
TOOL_CHANGE = '''G333''' # Tool Change commands will be inserted
and just FYI
In RepRapFirmware 2.03 and later, if you try to execute a G- or M-command that RRF does not implement, it will execute a system macro of that name if it exists. For example, if you send G40 then it will execute /sys/G40.g if it exists; and if you send M48 then it will execute /sys/M48.g if it exists. So you can script any custom Gcodes that you need. See https://forum.duet3d.com/topic/14930/m7-... for an example.
I just saw that PS added the option to call the dimensions of the print via expressions. So now it is easy to set the M557 for each print automaticly
just insert
M557 X{first_layer_print_min[0]}:{first_layer_print_max[0]} Y{first_layer_print_min[1]}:{first_layer_print_max[1]} S8
in your startcode before G28 and mesh of course
Keep in mind that the M557 stays active till the next print
Dont know if its more hardware or software, but i like the concept of this:
https://www.klipper3d.org/Measuring_Resonances.html
Would be a nice addition to a toolboard or for the smart effector. See the link;)
Best
If more than 10 people want an adapter in Europe i would make some! Best
CAN ist easy. Hardest part are the connectors on 1LC and tool distribution board. Would be nice to switch to the Rotor Connector on toolboard and screws terminals on distribution board side.
I installed 3 Roto Toolboards
Took some time to get it working
@axiom repetier server. But why octoprint with rrf
@oliof interesting. Got the same problem with layershifts
@dc42 thank you for the deep explanation. That really sounds like a prusa issue. The good thing is that the prusa slicer can now output G2/G3 arcs. This already often reduce Filesize drastically.
Save RAM for features and not for compression
As Prusa is switching to a new gcode Format will this be included too for rrf?
https://github.com/prusa3d/libbgcode/blob/main/doc/specifications.md