Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mods
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
mods
Commits
8564797b
Commit
8564797b
authored
7 years ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
Epilog defaults
parent
225dc46b
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/toolpath/machines/laser cutter/Epilog
+3
-3
3 additions, 3 deletions
modules/toolpath/machines/laser cutter/Epilog
programs/machines/Epilog/cut png
+1
-1
1 addition, 1 deletion
programs/machines/Epilog/cut png
with
4 additions
and
4 deletions
modules/toolpath/machines/laser cutter/Epilog
+
3
−
3
View file @
8564797b
...
...
@@ -28,8 +28,9 @@ var init = function() {
mod.power.value = 25
mod.speed.value = 75
mod.rate.value = 100
mod.xpos.value = 0
mod.ypos.value = 0
mod.xpos.value = 10
mod.ypos.value = 10
mod.topleft.checked = true
}
//
// inputs
...
...
@@ -129,7 +130,6 @@ var interface = function(div){
input.type = 'radio'
input.name = mod.div.id+'origin'
input.id = mod.div.id+'botleft'
input.checked = true
div.appendChild(input)
mod.botleft = input
div.appendChild(document.createTextNode(' left bottom right '))
...
...
This diff is collapsed.
Click to expand it.
programs/machines/Epilog/cut png
+
1
−
1
View file @
8564797b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment