nophead / Mendel90

A RepRap Mendel variant using sheets for the frame instead of rods
http://hydraraptor.blogspot.com/2011/12/mendel90.html
262 stars 247 forks source link

Svg alignment #52

Closed stuphi closed 9 years ago

stuphi commented 9 years ago

I have modified svg.py to add some alignment guides to the image. This should help aligning the pages when poster printed on A4 paper. I had the idea from http://woodgears.ca/bigprint/

nophead commented 9 years ago

Thanks, I use Adobe Acrobat 10 to add alignment marks. Not relying on that would better but your pull request is not correct. 343 files changed with 4 additions and 154,974 deletions! It blows up Firefox and Github gives up so I can't actually see the change to svg.py.

stuphi commented 9 years ago

Hi Chris,

Github is new to me. Sorry about that. Could not work out how to make a pull request with only one commit.

Well you may be able to see the change here. https://github.com/stuphi/Mendel90/commit/ce692f1f14dfc1da5415925cd12d168c02accdd6

Ignore the test.svg file! :-)

i have just printed my files out, so will see how well they work this weekend.

Regards,

Philip.

On 13 November 2014 16:02, Chris notifications@github.com wrote:

Thanks, I use Adobe Acrobat 10 to add alignment marks. Not relying on that would better but your pull request is not correct. 343 files changed with 4 additions and 154,974 deletions! It blows up Firefox and Github gives up so I can't actually see the change to svg.py.

— Reply to this email directly or view it on GitHub https://github.com/nophead/Mendel90/pull/52#issuecomment-62915750.

Philip Stubbs

brad commented 9 years ago

@stuphi It looks like even in that commit, there are some changes that shouldn't be there, like adding mendel to .gitignore and adding .svg.py.swp. Probably the easiest way to fix this is to create a new dedicated branch (off of the latest master) with only the desired changes in it and create a new pull request. After that, don't touch that branch again.

stuphi commented 9 years ago

Yep, this is a mess. I will cancel and try again.