Just don’t make it angry
07 November 2022
I made a robot that can see using sound. #shorts
03 November 2022
Best night of his life
12 October 2022
What happens when robots die?
11 October 2022
Pomodoro robot! This is a work in progress but too cute not to share
30 September 2022
Build your own web server using a Raspberry Pi Pico W using Phew.
28 August 2022
Yukon & Omnibot 3000
Omnibot 3000
Pico W Toothbrush
Whats new in Python 3.13a
Maker Faire Rome 2023
WeatherBot
Data Manipulation with Pandas and Numpy
Computer Vision on Raspberry Pi with CVZone
Learn how to program SMARS with Arduino
Build a SMARS Robot in Fusion 360
Python for beginners
Create Databases with Python and SQLite3
KevsRobots Learning Platform
33% Percent Complete
By Kevin McAleer, 4 Minutes
c
puck
You can set the circle diameter next, so don’t worry about getting this just right now.
Press D to enter Dimension mode - Press d on the keyboard to enter dimension mode. You can use this to set the dimension of a line, diameter of a circle or distance between two points.
d
dimension
Set the Dimension - Click on the blue circle and type 44 to set the diameter of the circle to 44mm. The circle will turn black once the dimension is set; this incidates the sketch is fully defined, locked into place, and cannot float about the canvas.
44
44mm
black
Press D to enter Dimension mode - Press d on the keyboard to enter dimension mode.
Set the second circle Dimension - Click on the blue circle and then click the original circle, you can now set the distance between the two; type 2 to set the diameter of the circle to 2mm. The circle will turn black as it is now fully defined.
2
2mm
l
line drawing
x
construction line
Note that you can toggle between a regular line and a construction line by pressing x when the line geometry is selected.
regular line
Breaking lines You can break a line into pieces using the break function, from the MODIFY menu. Break will split the line into pieces wherever it touches another line or piece of geometry. We can use this to keep the geometry, but make different pieces either regular lines or a construction lines.
You can break a line into pieces using the break function, from the MODIFY menu.
break
MODIFY
Break will split the line into pieces wherever it touches another line or piece of geometry. We can use this to keep the geometry, but make different pieces either regular lines or a construction lines.
Break
Modify
You will see two red x’s appear where the horizontal and verticle lines intersect the larger circle.
construction lines
< Previous Next >