ProfDrYoMan / prusaslicer_m221_per_object

A very simple g-code post-processor for Prusa Slicer to change flow rate or extrusion multiplier per object.
MIT License
5 stars 0 forks source link

Rust won't build this on Mac OS 12.x. #20

Open LewnWorx opened 2 months ago

LewnWorx commented 2 months ago

It's got some buried dependency on the Xcode command line tools (which aren't installed).

Further I have no options for doing so, as Xcode from the App Store needs OSX14.x and the farthest I can take this machine is 12.x (Monterey) due to the age of the machine, so I'm essentially SOL for using this.

` = note: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

error: could not compile prusaslicer_m221_per_object (bin "prusaslicer_m221_per_object") due to 1 previous error `

ProfDrYoMan commented 2 months ago

Sorry, no Mac here. If you ever find a solution, would be nice I you paste it here.

I am only using regex as dependency here. Rest is pure rust.

Seems you might need to figure a proper install of rust. Do some other example projects compile?

LewnWorx commented 2 months ago

Hadn’t tried any. Had never heard of rust prior to finding your post processor.

Ended up printing em one at a time.