colinrgodsey / step-daemon

stepd - External planner and stepper for 3d printing
GNU General Public License v3.0
98 stars 8 forks source link

could not find file "config.conf.example" #25

Closed petaflot closed 6 months ago

petaflot commented 9 months ago

as stated in README.md, but I can't find this file :'-(

colinrgodsey commented 7 months ago

looks like i renamed this at some point. I updated the readme, the provided file config.hjson is the one you'd want to modify if you're running stepd directly. Although its likely a better idea to use the octoprint plugin if using octoprint.

petaflot commented 7 months ago

k thanks. I do think it would be better to name this file config.hjson.example cuz unless I want to fork the repo, everytime I do a pull it's going to be mean to me. same thing applies to bedlevel.json

I'm not using octoprint, but writing my own thing to send gcode to the machine : https://github.com/petaflot/GWiz

please correct me if I'm wrong.. step-daemon will actually "chop-chop" gcode and send a modify version of it to the printer, correct? if so, can you provide a few actual examples? thanks

petaflot commented 6 months ago

ok.. so I finally got my printer to work and I most definitely think I should use step-daemon

README.md states:

* Baud rate should match value configured in Marlin.
* Page format should match the format configured in Marlin (defaults to SP_4x2_256).

questions:

thanks