mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-31 16:51:45 +02:00
Fixed missing cross hairs on sheet drawing of RPi mounting holes on Huxley.
Sheets.py can now do specified sheet.
This commit is contained in:
@@ -750,7 +750,7 @@ module frame_stay(left) {
|
||||
if(!pi_on_psu())
|
||||
rpi_position()
|
||||
rpi_bracket_holes()
|
||||
poly_cylinder(r = M3_clearance_radius, h = 100, center = true);
|
||||
cylinder(r = M3_clearance_radius, h = 100, center = true);
|
||||
|
||||
//
|
||||
// Wiring holes
|
||||
|
Reference in New Issue
Block a user